pearmut 0.0.2a3__py3-none-any.whl → 0.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pearmut/protocols.py CHANGED
@@ -1,4 +1,5 @@
1
1
  from typing import Any
2
+
2
3
  from fastapi.responses import JSONResponse
3
4
 
4
5
 
pearmut/run.py CHANGED
@@ -9,7 +9,7 @@ from fastapi.responses import JSONResponse
9
9
  from fastapi.staticfiles import StaticFiles
10
10
  from pydantic import BaseModel
11
11
 
12
- from .protocols import get_next_item, reset_task, log_response
12
+ from .protocols import get_next_item, log_response, reset_task
13
13
  from .utils import ROOT, load_progress_data, save_progress_data
14
14
 
15
15
  os.makedirs(f"{ROOT}/data/outputs", exist_ok=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pearmut
3
- Version: 0.0.2a3
3
+ Version: 0.0.3
4
4
  Summary: A tool for evaluation of model outputs, primarily MT.
5
5
  Author-email: Vilém Zouhar <vilem.zouhar@gmail.com>
6
6
  License: MIT
@@ -26,7 +26,7 @@ Supports multimodality (text, video, audio, images) and a variety of annotation
26
26
  [![build status](https://github.com/zouharvi/pearmut/actions/workflows/ci.yml/badge.svg)](https://github.com/zouharvi/pearmut/actions/workflows/ci.yml)
27
27
 
28
28
 
29
- <img width="1334" height="614" alt="image" src="https://github.com/user-attachments/assets/dde04b98-c724-4226-b926-011a89e9ce31" />
29
+ <img width="1334" alt="Screenshot of ESA/MQM interface" src="https://github.com/user-attachments/assets/dde04b98-c724-4226-b926-011a89e9ce31" />
30
30
 
31
31
 
32
32
  ## Starting a campaign
@@ -1,7 +1,7 @@
1
1
  pearmut/cli.py,sha256=L6mC4P0LpA8c8FPovOrMHlNHKUbHKKMNVfUu1nTv23I,5202
2
2
  pearmut/model.py,sha256=icC6uE9iQOtoPBtjlaTjCF9l7fb8qrTIlrGeM7k6m4M,1827
3
- pearmut/protocols.py,sha256=GoqWNXMGereEqxzN_5sZiKqdB3w-_UVR-wtx0J86KgA,4319
4
- pearmut/run.py,sha256=VObbVUFCcSKegA1jgRshLN4k-UxCuT3iNJQ3KAtqt3U,6847
3
+ pearmut/protocols.py,sha256=iVOAJiGCvkZy0NWIG_EhO1mpmMInG5xy5ZO5ihP_9lw,4320
4
+ pearmut/run.py,sha256=N318GMjvYRVSxSB29JT_27n2AonzrXgHr3T60f54T9o,6847
5
5
  pearmut/utils.py,sha256=6hfVenrVdGm1r-7uJIkWHhX9o0ztWjqPse_j_MqkgBw,1443
6
6
  pearmut/static/dashboard.bundle.js,sha256=bd7L6wiFIHTdCk1bgiDkWNhJ-T9OwI3pq8TsisHaubE,91046
7
7
  pearmut/static/dashboard.html,sha256=yXwKubqBYdWZ260xRSgNcfebtDVWPl6J5UAa6sj2NOk,1742
@@ -10,9 +10,9 @@ pearmut/static/pointwise.bundle.js,sha256=2aGddZQPxdVM73Ln9-ZJen42VeTY5fhMiAYgO1
10
10
  pearmut/static/pointwise.html,sha256=7C2IN61js9F2445whHVDptxdIfL-ntw5u4rF2OoBWzo,4436
11
11
  pearmut/static/assets/favicon.svg,sha256=gVPxdBlyfyJVkiMfh8WLaiSyH4lpwmKZs8UiOeX8YW4,7347
12
12
  pearmut/static/assets/style.css,sha256=jfETRgVCohe680_30GXxbV4Zq4-B6UlXd5pZXlVLIRs,888
13
- pearmut-0.0.2a3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
- pearmut-0.0.2a3.dist-info/METADATA,sha256=MJ93IDtFmE9_C_nFHUC_KmfiN3BRRNKrjEuuzUXasfI,4871
15
- pearmut-0.0.2a3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- pearmut-0.0.2a3.dist-info/entry_points.txt,sha256=eEA9LVWsS3neQbMvL_nMvEw8I0oFudw8nQa1iqxOiWM,45
17
- pearmut-0.0.2a3.dist-info/top_level.txt,sha256=CdgtUM-SKQDt6o5g0QreO-_7XTBP9_wnHMS1P-Rl5Go,8
18
- pearmut-0.0.2a3.dist-info/RECORD,,
13
+ pearmut-0.0.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
+ pearmut-0.0.3.dist-info/METADATA,sha256=UmP0vmPs2mnztEKpdEDd-NDBRLs8Pd81w7wISoqsUbM,4882
15
+ pearmut-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
+ pearmut-0.0.3.dist-info/entry_points.txt,sha256=eEA9LVWsS3neQbMvL_nMvEw8I0oFudw8nQa1iqxOiWM,45
17
+ pearmut-0.0.3.dist-info/top_level.txt,sha256=CdgtUM-SKQDt6o5g0QreO-_7XTBP9_wnHMS1P-Rl5Go,8
18
+ pearmut-0.0.3.dist-info/RECORD,,