Xtiphyn commited on
Commit
76f90de
·
verified ·
1 Parent(s): 635b308

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -1,7 +1,5 @@
1
  {
2
- "architectures": [
3
- "XLMRobertaForSequenceClassification"
4
- ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
  "classifier_dropout": null,
@@ -14,6 +12,7 @@
14
  "layer_norm_eps": 1e-05,
15
  "max_position_embeddings": 514,
16
  "model_type": "xlm-roberta",
 
17
  "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
19
  "output_past": true,
 
1
  {
2
+ "architectures": ["XLMRobertaForSequenceClassification"],
 
 
3
  "attention_probs_dropout_prob": 0.1,
4
  "bos_token_id": 0,
5
  "classifier_dropout": null,
 
12
  "layer_norm_eps": 1e-05,
13
  "max_position_embeddings": 514,
14
  "model_type": "xlm-roberta",
15
+ **"num_labels": 2,**
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "output_past": true,