Pieter Delobelle commited on
Commit
3c01008
1 Parent(s): afb9830

Updated config.json for compatability with AutoModel

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -5,11 +5,11 @@
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bad_words_ids": null,
8
- "bos_token_id": null,
9
  "decoder_start_token_id": null,
10
  "do_sample": false,
11
  "early_stopping": false,
12
- "eos_token_id": null,
13
  "finetuning_task": null,
14
  "hidden_act": "gelu",
15
  "hidden_dropout_prob": 0.1,
@@ -54,7 +54,7 @@
54
  "output_attentions": false,
55
  "output_hidden_states": false,
56
  "output_past": true,
57
- "pad_token_id": 0,
58
  "prefix": null,
59
  "pruned_heads": {},
60
  "repetition_penalty": 1.0,
 
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bad_words_ids": null,
8
+ "bos_token_id": 0,
9
  "decoder_start_token_id": null,
10
  "do_sample": false,
11
  "early_stopping": false,
12
+ "eos_token_id": 2,
13
  "finetuning_task": null,
14
  "hidden_act": "gelu",
15
  "hidden_dropout_prob": 0.1,
 
54
  "output_attentions": false,
55
  "output_hidden_states": false,
56
  "output_past": true,
57
+ "pad_token_id": 1,
58
  "prefix": null,
59
  "pruned_heads": {},
60
  "repetition_penalty": 1.0,