HuaminChen commited on
Commit
9c1e80a
·
verified ·
1 Parent(s): c1f7b3e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -2
config.json CHANGED
@@ -42,5 +42,14 @@
42
  "sparse_pred_ignore_index": -100,
43
  "sparse_prediction": false,
44
  "transformers_version": "4.57.6",
45
- "vocab_size": 256000
46
- }
 
 
 
 
 
 
 
 
 
 
42
  "sparse_pred_ignore_index": -100,
43
  "sparse_prediction": false,
44
  "transformers_version": "4.57.6",
45
+ "vocab_size": 256000,
46
+ "id2label": {
47
+ "0": "NO_FACT_CHECK_NEEDED",
48
+ "1": "FACT_CHECK_NEEDED"
49
+ },
50
+ "label2id": {
51
+ "NO_FACT_CHECK_NEEDED": 0,
52
+ "FACT_CHECK_NEEDED": 1
53
+ },
54
+ "num_labels": 2
55
+ }