system HF staff commited on
Commit
b5fd58d
1 Parent(s): 1f18972

Update config.json

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