system HF staff commited on
Commit
ec27a46
1 Parent(s): 525e9b2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -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
- 58865
14
  ]
15
  ],
16
  "bos_token_id": 0,
@@ -20,13 +19,15 @@
20
  "decoder_ffn_dim": 2048,
21
  "decoder_layerdrop": 0.0,
22
  "decoder_layers": 6,
23
- "decoder_start_token_id": 58865,
24
  "dropout": 0.1,
25
  "encoder_attention_heads": 8,
26
  "encoder_ffn_dim": 2048,
27
  "encoder_layerdrop": 0.0,
28
  "encoder_layers": 6,
29
  "eos_token_id": 0,
 
 
30
  "id2label": {
31
  "0": "LABEL_0",
32
  "1": "LABEL_1",
@@ -46,8 +47,8 @@
46
  "normalize_embedding": false,
47
  "num_beams": 6,
48
  "num_hidden_layers": 6,
49
- "pad_token_id": 58865,
50
  "scale_embedding": true,
51
  "static_position_embeddings": true,
52
- "vocab_size": 58866
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
+ 65000
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": 65000,
23
  "dropout": 0.1,
24
  "encoder_attention_heads": 8,
25
  "encoder_ffn_dim": 2048,
26
  "encoder_layerdrop": 0.0,
27
  "encoder_layers": 6,
28
  "eos_token_id": 0,
29
+ "extra_pos_embeddings": 65001,
30
+ "force_bos_token_to_be_generated": false,
31
  "id2label": {
32
  "0": "LABEL_0",
33
  "1": "LABEL_1",
47
  "normalize_embedding": false,
48
  "num_beams": 6,
49
  "num_hidden_layers": 6,
50
+ "pad_token_id": 65000,
51
  "scale_embedding": true,
52
  "static_position_embeddings": true,
53
+ "vocab_size": 65001
54
  }