chopey commited on
Commit
4f221ac
1 Parent(s): fc8087c

Update model_args.json

Browse files
Files changed (1) hide show
  1. model_args.json +6 -1
model_args.json CHANGED
@@ -1 +1,6 @@
1
- {"max_seq_length": 100, "model_name": "google/mt5-small", "model_type": "mt5", "model_class": "T5Model", "length_penalty": 2.5, "max_length": 100, "num_beams": 5, "num_return_sequences": 1, "repetition_penalty": 1.5}
 
 
 
 
 
 
1
+ {
2
+ "length_penalty": 2.5,
3
+ "max_length": 100,
4
+ "num_beams": 5,
5
+ "repetition_penalty": 1.5
6
+ }