LukasStankevicius commited on
Commit
bb2a9be
1 Parent(s): 42c296a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -8
config.json CHANGED
@@ -21,14 +21,10 @@
21
  "output_past": true,
22
  "pad_token_id": 0,
23
  "relative_attention_num_buckets": 32,
24
- "task_specific_params": {
25
- "summarization": {
26
- "early_stopping": true,
27
- "max_length": 512,
28
- "no_repeat_ngram_size": 2,
29
- "num_beams": 10,
30
- }
31
- },
32
  "transformers_version": "4.3.2",
33
  "use_cache": true,
34
  "vocab_size": 32128
21
  "output_past": true,
22
  "pad_token_id": 0,
23
  "relative_attention_num_buckets": 32,
24
+ "early_stopping": true,
25
+ "max_length": 512,
26
+ "no_repeat_ngram_size": 2,
27
+ "num_beams": 10,
 
 
 
 
28
  "transformers_version": "4.3.2",
29
  "use_cache": true,
30
  "vocab_size": 32128