emmatliu commited on
Commit
0b1b2a7
·
verified ·
1 Parent(s): 94c37f8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -29,5 +29,13 @@
29
  "transformers_version": "4.17.0",
30
  "type_vocab_size": 2,
31
  "use_cache": true,
32
- "vocab_size": 30522
 
 
 
 
 
 
 
 
33
  }
 
29
  "transformers_version": "4.17.0",
30
  "type_vocab_size": 2,
31
  "use_cache": true,
32
+ "vocab_size": 30522,
33
+ "id2label": {
34
+ "0": "communal",
35
+ "1": "agentic"
36
+ },
37
+ "label2id": {
38
+ "communal": 0,
39
+ "agentic": 1
40
+ }
41
  }