Datasets:

srzhang commited on
Commit
24cb027
·
verified ·
1 Parent(s): 24e27f2

Update LongConL.py

Browse files
Files changed (1) hide show
  1. LongConL.py +2 -2
LongConL.py CHANGED
@@ -34,7 +34,7 @@ _CONFIGS = {
34
  "Full Case Name": datasets.Value("string"),
35
  "Opinion Text": datasets.Value("string"),
36
  "Numerical Label": datasets.Value("string"), # Will be optional for some tasks
37
- "Text Label": datasets.Value("string"), # Will be optional for some tasks
38
  "Syllabus": datasets.Value("string") # Will be optional for some tasks
39
  },
40
  }
@@ -53,7 +53,7 @@ class LongConLDataset(datasets.GeneratorBasedBuilder):
53
  "Full Case Name": datasets.Value("string"),
54
  "Opinion Text": datasets.Value("string"),
55
  "Numerical Label": datasets.Value("string"), # Will be optional for some tasks
56
- "Text Label": datasets.Value("string"), # Will be optional for some tasks
57
  "Syllabus": datasets.Value("string") # Will be optional for some tasks
58
  })
59
  return datasets.DatasetInfo(
 
34
  "Full Case Name": datasets.Value("string"),
35
  "Opinion Text": datasets.Value("string"),
36
  "Numerical Label": datasets.Value("string"), # Will be optional for some tasks
37
+ #"Text Label": datasets.Value("string"), # Will be optional for some tasks
38
  "Syllabus": datasets.Value("string") # Will be optional for some tasks
39
  },
40
  }
 
53
  "Full Case Name": datasets.Value("string"),
54
  "Opinion Text": datasets.Value("string"),
55
  "Numerical Label": datasets.Value("string"), # Will be optional for some tasks
56
+ #"Text Label": datasets.Value("string"), # Will be optional for some tasks
57
  "Syllabus": datasets.Value("string") # Will be optional for some tasks
58
  })
59
  return datasets.DatasetInfo(