system HF staff commited on
Commit
bf4c734
1 Parent(s): 90ed968

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -2,6 +2,7 @@
2
  "architectures": [
3
  "EncoderDecoderModel"
4
  ],
 
5
  "decoder": {
6
  "add_cross_attention": true,
7
  "architectures": [
@@ -68,6 +69,7 @@
68
  "vocab_size": 50358,
69
  "xla_device": null
70
  },
 
71
  "encoder": {
72
  "add_cross_attention": false,
73
  "architectures": [
@@ -134,7 +136,11 @@
134
  "vocab_size": 50358,
135
  "xla_device": null
136
  },
 
137
  "is_encoder_decoder": true,
 
138
  "model_type": "encoder_decoder",
 
 
139
  "tie_encoder_decoder": true
140
- }
 
2
  "architectures": [
3
  "EncoderDecoderModel"
4
  ],
5
+ "bos_token_id": 2,
6
  "decoder": {
7
  "add_cross_attention": true,
8
  "architectures": [
 
69
  "vocab_size": 50358,
70
  "xla_device": null
71
  },
72
+ "decoder_start_token_id": 2,
73
  "encoder": {
74
  "add_cross_attention": false,
75
  "architectures": [
 
136
  "vocab_size": 50358,
137
  "xla_device": null
138
  },
139
+ "eos_token_id": 1,
140
  "is_encoder_decoder": true,
141
+ "max_length": 64,
142
  "model_type": "encoder_decoder",
143
+ "num_beams": 4,
144
+ "pad_token_id": 0,
145
  "tie_encoder_decoder": true
146
+ }