susnato commited on
Commit
6175faf
·
1 Parent(s): e5a97a6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -87,7 +87,7 @@
87
  "architectures": null,
88
  "attention_dropout": 0.0,
89
  "bad_words_ids": null,
90
- "bos_token_id": null,
91
  "chunk_size_feed_forward": 0,
92
  "cross_attention_hidden_size": null,
93
  "decoder_start_token_id": null,
@@ -96,7 +96,7 @@
96
  "dropout": 0.0,
97
  "early_stopping": false,
98
  "encoder_no_repeat_ngram_size": 0,
99
- "eos_token_id": null,
100
  "finetuning_task": null,
101
  "forced_bos_token_id": null,
102
  "forced_eos_token_id": null,
@@ -122,7 +122,7 @@
122
  "output_attentions": false,
123
  "output_hidden_states": false,
124
  "output_scores": false,
125
- "pad_token_id": null,
126
  "patch_size": 32,
127
  "prefix": null,
128
  "projection_dim" : 768,
 
87
  "architectures": null,
88
  "attention_dropout": 0.0,
89
  "bad_words_ids": null,
90
+ "bos_token_id": 0,
91
  "chunk_size_feed_forward": 0,
92
  "cross_attention_hidden_size": null,
93
  "decoder_start_token_id": null,
 
96
  "dropout": 0.0,
97
  "early_stopping": false,
98
  "encoder_no_repeat_ngram_size": 0,
99
+ "eos_token_id": 2,
100
  "finetuning_task": null,
101
  "forced_bos_token_id": null,
102
  "forced_eos_token_id": null,
 
122
  "output_attentions": false,
123
  "output_hidden_states": false,
124
  "output_scores": false,
125
+ "pad_token_id": 1,
126
  "patch_size": 32,
127
  "prefix": null,
128
  "projection_dim" : 768,