Zen0 commited on
Commit
ef66422
·
verified ·
1 Parent(s): 36d97aa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -22
config.json CHANGED
@@ -1,25 +1,4 @@
1
  {
2
  "model_type": "bert",
3
- "architectures": ["BertForSequenceClassification"],
4
- "num_labels": 8,
5
- "id2label": {
6
- "0": "not_relevant",
7
- "1": "not_happening",
8
- "2": "not_human",
9
- "3": "not_bad",
10
- "4": "solutions_harmful_unnecessary",
11
- "5": "science_unreliable",
12
- "6": "proponents_biased",
13
- "7": "fossil_fuels_needed"
14
- },
15
- "label2id": {
16
- "not_relevant": 0,
17
- "not_happening": 1,
18
- "not_human": 2,
19
- "not_bad": 3,
20
- "solutions_harmful_unnecessary": 4,
21
- "science_unreliable": 5,
22
- "proponents_biased": 6,
23
- "fossil_fuels_needed": 7
24
- }
25
  }
 
1
  {
2
  "model_type": "bert",
3
+ "num_labels": 8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }