Datasets:

srzhang commited on
Commit
4b97e7e
·
1 Parent(s): b345969
Files changed (1) hide show
  1. LongConL.py +2 -2
LongConL.py CHANGED
@@ -21,7 +21,7 @@ _CONFIGS = {
21
  "Citation": datasets.Value("string"),
22
  "Case Name": datasets.Value("string"),
23
  "Opinion Text": datasets.Value("string"),
24
- "Numerical Label": datasets.Value("string"), # Will be optional for some tasks
25
  "Text Label": datasets.Value("string"),
26
  },
27
  },
@@ -31,7 +31,7 @@ _CONFIGS = {
31
  "Citation": datasets.Value("string"),
32
  "Case Name": datasets.Value("string"),
33
  "Opinion Text": datasets.Value("string"),
34
- "Numerical Label": datasets.Value("string"),
35
  "Text Label": datasets.Value("string"),
36
  },
37
  }
 
21
  "Citation": datasets.Value("string"),
22
  "Case Name": datasets.Value("string"),
23
  "Opinion Text": datasets.Value("string"),
24
+ "Numerical Label": datasets.Value("string", id=None), # Will be optional for some tasks
25
  "Text Label": datasets.Value("string"),
26
  },
27
  },
 
31
  "Citation": datasets.Value("string"),
32
  "Case Name": datasets.Value("string"),
33
  "Opinion Text": datasets.Value("string"),
34
+ "Numerical Label": datasets.Value("string", id=None),
35
  "Text Label": datasets.Value("string"),
36
  },
37
  }