jordimas commited on
Commit
3fdd513
1 Parent(s): eaa8760

Update model 2024-08-30

Browse files
Files changed (5) hide show
  1. README.md +2 -2
  2. config.json +8 -1
  3. model.bin +2 -2
  4. model_description.txt +6 -6
  5. sp_m.model +2 -2
README.md CHANGED
@@ -50,8 +50,8 @@ print(tokenizer.detokenize(translated[0][0]['tokens']))
50
 
51
  | testset | BLEU |
52
  |---------------------------------------|-------|
53
- | test dataset (from train/dev/test) | 41.4 |
54
- | Flores200 dataset | 35.4 |
55
 
56
  ## Additional information
57
  * https://github.com/Softcatala/nmt-models
 
50
 
51
  | testset | BLEU |
52
  |---------------------------------------|-------|
53
+ | test dataset (from train/dev/test) | 43.1 |
54
+ | Flores200 dataset | 37.0 |
55
 
56
  ## Additional information
57
  * 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:dff810808ae118b1820379e8294ce2f18aef009302f67eaac130c5d563f295c8
3
- size 70727761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8e375a485280844f43b66b20332ff2410bae31b124d49a23bb90bbd7620631
3
+ size 70727741
model_description.txt CHANGED
@@ -1,9 +1,9 @@
1
  Model description: cat-fra
2
- Date: 2022-11-14
3
- TF version 2.10.0, OpenNMT version 2.29.1, CTranslate2 version 2.24.0
4
  Test data set
5
- BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.1.0 = 41.4 67.8/47.5/35.9/27.7 (BP = 0.978 ratio = 0.979 hyp_len = 155890 ref_len = 159288)
6
- chrF2|nrefs:1|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 = 65.1
7
  Flores data set
8
- BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.1.0 = 35.4 65.0/42.4/29.8/21.5 (BP = 0.970 ratio = 0.971 hyp_len = 27511 ref_len = 28343)
9
- chrF2|nrefs:1|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 = 61.3
 
1
  Model description: cat-fra
2
+ Date: 2024-08-30
3
+ TF version 2.11.0, OpenNMT version 2.32.0, 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 = 43.1 (μ = 43.1 ± 0.5) 68.7/48.9/37.2/28.8 (BP = 0.989 ratio = 0.989 hyp_len = 268705 ref_len = 271618)
6
+ chrF2|nrefs:1|bs:1000|seed:12345|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 = 67.1 (μ = 67.1 ± 0.3)
7
  Flores data set
8
+ BLEU|nrefs:1|bs:1000|seed:12345|case:mixed|eff:no|tok:13a|smooth:exp|version:2.1.0 = 37.0 (μ = 36.9 ± 1.3) 65.5/43.4/31.1/22.9 (BP = 0.981 ratio = 0.981 hyp_len = 27809 ref_len = 28343)
9
+ chrF2|nrefs:1|bs:1000|seed:12345|case:mixed|eff:yes|nc:6|nw:0|space:no|version:2.1.0 = 62.4 (μ = 62.3 ± 0.8)
sp_m.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:239d3c092565a4b9bb813209fd818d10229a3b506a0f00969ba8819e4139f0b2
3
- size 1168335
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:955624c95ecf99abc8aef8717f12823ac36adc0a8a439a33164f8ebffda0e630
3
+ size 1159044