Update model from 2024-08-29
Browse files- README.md +2 -2
- config.json +8 -1
- model.bin +2 -2
- model_description.txt +6 -6
- sp_m.model +2 -2
README.md
CHANGED
@@ -49,8 +49,8 @@ print(tokenizer.detokenize(translated[0][0]['tokens']))
|
|
49 |
|
50 |
| testset | BLEU |
|
51 |
|---------------------------------------|-------|
|
52 |
-
| test dataset (from train/dev/test) |
|
53 |
-
| Flores200 dataset |
|
54 |
|
55 |
## Additional information
|
56 |
* https://github.com/Softcatala/nmt-models
|
|
|
49 |
|
50 |
| testset | BLEU |
|
51 |
|---------------------------------------|-------|
|
52 |
+
| test dataset (from train/dev/test) | 41.0 |
|
53 |
+
| Flores200 dataset | 27.0 |
|
54 |
|
55 |
## Additional information
|
56 |
* https://github.com/Softcatala/nmt-models
|
config.json
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
{
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"add_source_bos": false,
|
3 |
+
"add_source_eos": false,
|
4 |
+
"bos_token": "<s>",
|
5 |
+
"decoder_start_token": "<s>",
|
6 |
+
"eos_token": "</s>",
|
7 |
+
"layer_norm_epsilon": null,
|
8 |
+
"unk_token": "<unk>"
|
9 |
+
}
|
model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4c6e264fb0000a9685c5c457c28ea59f32473d2dddaa8aabbeb7f2b86e1e43b
|
3 |
+
size 70727741
|
model_description.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
Model description: ita-cat
|
2 |
-
Date:
|
3 |
-
TF version 2.10.0, OpenNMT version 2.29.1, CTranslate2 version
|
4 |
Test data set
|
5 |
-
BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.1.0 =
|
6 |
-
chrF2|nrefs:1|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 =
|
7 |
Flores data set
|
8 |
-
BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.1.0 = 26.
|
9 |
-
chrF2|nrefs:1|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 = 56.
|
|
|
1 |
Model description: ita-cat
|
2 |
+
Date: 2024-08-29
|
3 |
+
TF version 2.10.0, OpenNMT version 2.29.1, CTranslate2 version 3.22.0
|
4 |
Test data set
|
5 |
+
BLEU|nrefs:1|bs:1000|seed:12345|case:mixed|eff:no|tok:13a|smooth:exp|version:2.1.0 = 41.0 (μ = 41.0 ± 0.6) 68.3/47.6/35.7/27.2 (BP = 0.972 ratio = 0.972 hyp_len = 181416 ref_len = 186644)
|
6 |
+
chrF2|nrefs:1|bs:1000|seed:12345|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 = 64.2 (μ = 64.2 ± 0.5)
|
7 |
Flores data set
|
8 |
+
BLEU|nrefs:1|bs:1000|seed:12345|case:mixed|eff:no|tok:13a|smooth:exp|version:2.1.0 = 27.0 (μ = 26.9 ± 0.9) 58.3/33.1/20.7/13.3 (BP = 1.000 ratio = 1.034 hyp_len = 28237 ref_len = 27304)
|
9 |
+
chrF2|nrefs:1|bs:1000|seed:12345|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 = 56.6 (μ = 56.6 ± 0.6)
|
sp_m.model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02ceeec9cb66dcd10292dfcf80c2dbedf25fe427722b84845a6b2a58032254da
|
3 |
+
size 1161765
|