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

Upload label_mapping.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. label_mapping.json +1 -10
label_mapping.json CHANGED
@@ -1,10 +1 @@
1
- {
2
- "label_to_idx": {
3
- "NO_FACT_CHECK_NEEDED": 0,
4
- "FACT_CHECK_NEEDED": 1
5
- },
6
- "idx_to_label": {
7
- "0": "NO_FACT_CHECK_NEEDED",
8
- "1": "FACT_CHECK_NEEDED"
9
- }
10
- }
 
1
+ {"label_to_idx": {"NO_FACT_CHECK_NEEDED": 0, "FACT_CHECK_NEEDED": 1}, "idx_to_label": {"0": "NO_FACT_CHECK_NEEDED", "1": "FACT_CHECK_NEEDED"}}