vnarasiman commited on
Commit
9740985
·
verified ·
1 Parent(s): a9628a1

Upload RobertaForSequenceClassification

Browse files
Files changed (1) hide show
  1. config.json +2 -11
config.json CHANGED
@@ -19,20 +19,11 @@
19
  "model_type": "roberta",
20
  "num_attention_heads": 12,
21
  "num_hidden_layers": 12,
22
- "num_labels": 2,
23
  "pad_token_id": 1,
24
  "problem_type": "single_label_classification",
25
  "tie_word_embeddings": true,
26
  "transformers_version": "5.0.0",
27
  "type_vocab_size": 1,
28
  "use_cache": false,
29
- "vocab_size": 50265,
30
- "id2label": {
31
- "0": "irrelevant",
32
- "1": "relevant"
33
- },
34
- "label2id": {
35
- "irrelevant": 0,
36
- "relevant": 1
37
- }
38
- }
 
19
  "model_type": "roberta",
20
  "num_attention_heads": 12,
21
  "num_hidden_layers": 12,
 
22
  "pad_token_id": 1,
23
  "problem_type": "single_label_classification",
24
  "tie_word_embeddings": true,
25
  "transformers_version": "5.0.0",
26
  "type_vocab_size": 1,
27
  "use_cache": false,
28
+ "vocab_size": 50265
29
+ }