-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathwmt_translation.yaml
More file actions
30 lines (29 loc) · 1.06 KB
/
wmt_translation.yaml
File metadata and controls
30 lines (29 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
wmt_translation:
resources_servers:
wmt_translation:
entrypoint: app.py
domain: other
verified: false
description: Machine-translation verifier computing corpus-level BLEU per language pair plus optional xCOMET-XXL neural QE via a Ray GPU actor.
value: Improves multilingual translation quality across BLEU and COMET-family metrics.
compute_comet: true
comet_model: Unbabel/XCOMET-XXL
comet_batch_size: 16
# Listed explicitly so OmegaConf struct mode accepts `++…comet_num_shards=N` CLI overrides.
comet_num_shards: 8
wmt_translation_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: wmt_translation
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: example
type: example
jsonl_fpath: resources_servers/wmt_translation/data/example.jsonl
num_repeats: 1
license: Creative Commons Attribution-ShareAlike 4.0 International