pursuitofds commited on
Commit
7ed763d
1 Parent(s): 9fb2472

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -27,5 +27,13 @@
27
  "torch_dtype": "bfloat16",
28
  "transformers_version": "4.41.1",
29
  "use_cache": true,
30
- "vocab_size": 128256
 
 
 
 
 
 
 
 
31
  }
 
27
  "torch_dtype": "bfloat16",
28
  "transformers_version": "4.41.1",
29
  "use_cache": true,
30
+ "vocab_size": 128256,
31
+ "id2label": {
32
+ "0": "negative",
33
+ "1": "positive"
34
+ },
35
+ "label2id": {
36
+ "negative": 0,
37
+ "positive": 1
38
+ }
39
  }