system HF staff commited on
Commit
b358cfb
1 Parent(s): 99fafe9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -4
config.json CHANGED
@@ -55,21 +55,18 @@
55
  },
56
  "translation_en_to_de": {
57
  "early_stopping": true,
58
- "length_penalty": 2.0,
59
  "max_length": 300,
60
  "num_beams": 4,
61
  "prefix": "translate English to German: "
62
  },
63
  "translation_en_to_fr": {
64
  "early_stopping": true,
65
- "length_penalty": 2.0,
66
  "max_length": 300,
67
  "num_beams": 4,
68
  "prefix": "translate English to French: "
69
  },
70
  "translation_en_to_ro": {
71
  "early_stopping": true,
72
- "length_penalty": 2.0,
73
  "max_length": 300,
74
  "num_beams": 4,
75
  "prefix": "translate English to Romanian: "
@@ -81,4 +78,4 @@
81
  "torchscript": false,
82
  "use_bfloat16": false,
83
  "vocab_size": 32128
84
- }
55
  },
56
  "translation_en_to_de": {
57
  "early_stopping": true,
 
58
  "max_length": 300,
59
  "num_beams": 4,
60
  "prefix": "translate English to German: "
61
  },
62
  "translation_en_to_fr": {
63
  "early_stopping": true,
 
64
  "max_length": 300,
65
  "num_beams": 4,
66
  "prefix": "translate English to French: "
67
  },
68
  "translation_en_to_ro": {
69
  "early_stopping": true,
 
70
  "max_length": 300,
71
  "num_beams": 4,
72
  "prefix": "translate English to Romanian: "
78
  "torchscript": false,
79
  "use_bfloat16": false,
80
  "vocab_size": 32128
81
+ }