Danil commited on
Commit
d1c64c4
1 Parent(s): dcfa1a9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -23,6 +23,12 @@
23
  "relative_attention_num_buckets": 32,
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.15.0",
 
 
 
 
 
 
26
  "use_cache": true,
27
  "vocab_size": 32128
28
  }
 
23
  "relative_attention_num_buckets": 32,
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.15.0",
26
+ "task_specific_params": {
27
+ "text-text": {
28
+ "do_sample": true,
29
+ "max_length": 10
30
+ }
31
+ },
32
  "use_cache": true,
33
  "vocab_size": 32128
34
  }