system HF staff commited on
Commit
990e183
1 Parent(s): 7c5a5c3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -5
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_num_labels": 3,
3
  "activation_dropout": 0.0,
4
  "activation_function": "swish",
5
  "add_bias_logits": false,
@@ -10,7 +9,7 @@
10
  "attention_dropout": 0.0,
11
  "bad_words_ids": [
12
  [
13
- 46012
14
  ]
15
  ],
16
  "bos_token_id": 0,
@@ -20,7 +19,7 @@
20
  "decoder_ffn_dim": 2048,
21
  "decoder_layerdrop": 0.0,
22
  "decoder_layers": 6,
23
- "decoder_start_token_id": 46012,
24
  "dropout": 0.1,
25
  "encoder_attention_heads": 8,
26
  "encoder_ffn_dim": 2048,
@@ -46,8 +45,8 @@
46
  "normalize_embedding": false,
47
  "num_beams": 6,
48
  "num_hidden_layers": 6,
49
- "pad_token_id": 46012,
50
  "scale_embedding": true,
51
  "static_position_embeddings": true,
52
- "vocab_size": 46013
53
  }
1
  {
 
2
  "activation_dropout": 0.0,
3
  "activation_function": "swish",
4
  "add_bias_logits": false,
9
  "attention_dropout": 0.0,
10
  "bad_words_ids": [
11
  [
12
+ 62070
13
  ]
14
  ],
15
  "bos_token_id": 0,
19
  "decoder_ffn_dim": 2048,
20
  "decoder_layerdrop": 0.0,
21
  "decoder_layers": 6,
22
+ "decoder_start_token_id": 62070,
23
  "dropout": 0.1,
24
  "encoder_attention_heads": 8,
25
  "encoder_ffn_dim": 2048,
45
  "normalize_embedding": false,
46
  "num_beams": 6,
47
  "num_hidden_layers": 6,
48
+ "pad_token_id": 62070,
49
  "scale_embedding": true,
50
  "static_position_embeddings": true,
51
+ "vocab_size": 62071
52
  }