Update LongConL.py
Browse files- 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(
|