Chen YiJia commited on
Commit
b38e8f7
1 Parent(s): 7bfd080

increase `max_length`

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. config.json +3 -1
.DS_Store DELETED
Binary file (6.15 kB)
 
config.json CHANGED
@@ -27,5 +27,7 @@
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.27.4",
29
  "use_cache": true,
30
- "vocab_size": 250112
 
 
31
  }
 
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.27.4",
29
  "use_cache": true,
30
+ "vocab_size": 250112,
31
+ "max_length": 512,
32
+ "num_beams": 10
33
  }