SoyGema commited on
Commit
9e71f6e
1 Parent(s): a45a757

Update config.json

Browse files

Add hebrew language to config.json

Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -52,6 +52,12 @@
52
  "max_length": 300,
53
  "num_beams": 4,
54
  "prefix": "translate English to Romanian: "
 
 
 
 
 
 
55
  }
56
  },
57
  "torch_dtype": "float32",
 
52
  "max_length": 300,
53
  "num_beams": 4,
54
  "prefix": "translate English to Romanian: "
55
+ },
56
+ "translation_en_to_he": {
57
+ "early_stopping": true,
58
+ "max_length": 300,
59
+ "num_beams": 4,
60
+ "prefix": "translate English to Hebrew: "
61
  }
62
  },
63
  "torch_dtype": "float32",