aapot commited on
Commit
516d890
1 Parent(s): 831c304

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -22,6 +22,11 @@
22
  "pad_token_id": 0,
23
  "relative_attention_max_distance": 128,
24
  "relative_attention_num_buckets": 32,
 
 
 
 
 
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "float32",
27
  "transformers_version": "4.17.0.dev0",
 
22
  "pad_token_id": 0,
23
  "relative_attention_max_distance": 128,
24
  "relative_attention_num_buckets": 32,
25
+ "task_specific_params": {
26
+ "text-generation": {
27
+ "max_length": 128
28
+ }
29
+ },
30
  "tie_word_embeddings": false,
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.17.0.dev0",