blancsw commited on
Commit
20d6bbb
1 Parent(s): 776f4ce

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+ ---
4
+ ---
5
+ license: apache-2.0
6
+ pipeline_tag: translation
7
+ base_model: Helsinki-NLP/opus-tatoeba-fr-it
8
+ language:
9
+ - fr
10
+ - it
11
+ tags:
12
+ - translation
13
+ - onnx
14
+ ---
15
+ ### fr-it
16
+
17
+ * source group: French
18
+ * target group: Italian
19
+ * OPUS readme: [fra-ita](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/fra-ita/README.md)
20
+
21
+ * model: transformer-align
22
+ * source language(s): fra
23
+ * target language(s): ita
24
+ * raw source language(s): fra
25
+ * raw target language(s): ita
26
+ * model: transformer-align
27
+ * pre-processing: normalization + SentencePiece (spm32k,spm32k)
28
+ * download original weights: [opusTCv20210807-2021-11-11.zip](https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ita/opusTCv20210807-2021-11-11.zip)
29
+ * test set translations: [opusTCv20210807-2021-11-11.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ita/opusTCv20210807-2021-11-11.test.txt)
30
+ * test set scores: [opusTCv20210807-2021-11-11.eval.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ita/opusTCv20210807-2021-11-11.eval.txt)
31
+
32
+ ## Benchmarks
33
+
34
+ | testset | BLEU | chr-F | #sent | #words | BP |
35
+ |---------|-------|-------|-------|--------|----|
36
+ | Tatoeba-test-v2021-08-07.fra-ita | 54.8 | 0.737 | 10000 | 61517 | 0.953 |
37
+
38
+
39
+ ### System Info:
40
+ - hf_name: fr-it
41
+ - source_languages: fra
42
+ - target_languages: ita
43
+ - opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/fra-ita/README.md
44
+ - original_repo: Tatoeba-Challenge
45
+ - tags: ['translation']
46
+ - languages: ['fr', 'it']
47
+ - src_constituents: ('French', {'fra'})
48
+ - tgt_constituents: ('Italian', {'ita'})
49
+ - src_multilingual: False
50
+ - tgt_multilingual: False
51
+ - long_pair: fra-ita
52
+ - prepro: normalization + SentencePiece (spm32k,spm32k)
53
+ - url_model: https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ita/opusTCv20210807-2021-11-11.zip
54
+ - url_test_set: https://object.pouta.csc.fi/Tatoeba-MT-models/fra-ita/opusTCv20210807-2021-11-11.test.txt
55
+ - src_alpha3: fra
56
+ - tgt_alpha3: ita
57
+ - chrF2_score: 0.737
58
+ - bleu: 54.8
59
+ - src_name: French
60
+ - tgt_name: Italian
61
+ - train_date: 2021-11-11 00:00:00
62
+ - src_alpha2: fr
63
+ - tgt_alpha2: it
64
+ - prefer_old: False
65
+ - short_pair: fr-it
66
+ - helsinki_git_sha: 7ab0c987850187e0b10342bfc616cd47c027ba18
67
+ - transformers_git_sha: df1f94eb4a18b1a27d27e32040b60a17410d516e
68
+ - port_machine: LM0-400-22516.local
69
+ - port_time: 2021-11-11-19:40
70
+