system HF staff commited on
Commit
6d42fdc
1 Parent(s): 970d72a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -1,8 +1,11 @@
1
  {
 
2
  "architectures": [
3
  "RobertaForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
 
 
6
  "hidden_act": "gelu",
7
  "hidden_dropout_prob": 0.1,
8
  "hidden_size": 768,
@@ -29,7 +32,7 @@
29
  "model_type": "roberta",
30
  "num_attention_heads": 12,
31
  "num_hidden_layers": 6,
32
- "num_labels": 6,
33
  "type_vocab_size": 1,
34
  "vocab_size": 52000
35
- }
1
  {
2
+ "_num_labels": 6,
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
32
  "model_type": "roberta",
33
  "num_attention_heads": 12,
34
  "num_hidden_layers": 6,
35
+ "pad_token_id": 1,
36
  "type_vocab_size": 1,
37
  "vocab_size": 52000
38
+ }