Update config.json
#1
by
prhegde
- opened
- config.json +0 -6
config.json
CHANGED
@@ -25,12 +25,6 @@
|
|
25 |
"pad_token_id": 0,
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
-
"generation": {
|
29 |
-
"max_length": 35,
|
30 |
-
"num_beams": 1,
|
31 |
-
"do_sample": True,
|
32 |
-
"repetition_penalty": 1.8
|
33 |
-
},
|
34 |
"task_specific_params": {
|
35 |
"summarization": {
|
36 |
"early_stopping": true,
|
|
|
25 |
"pad_token_id": 0,
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"task_specific_params": {
|
29 |
"summarization": {
|
30 |
"early_stopping": true,
|