Datasets:

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

Update LongConL.py

Browse files
Files changed (1) hide show
  1. LongConL.py +1 -1
LongConL.py CHANGED
@@ -103,7 +103,7 @@ class LongConLDataset(datasets.GeneratorBasedBuilder):
103
  "Full Case Name": row["Full Case Name"],
104
  "Opinion Text": row["Opinion Text"],
105
  "Numerical Label": row.get("Numerical Label", None), # Use .get() to handle missing keys
106
- "Text Label": row["Text Label"],
107
  "Syllabus": row["Syllabus"]
108
  }
109
 
 
103
  "Full Case Name": row["Full Case Name"],
104
  "Opinion Text": row["Opinion Text"],
105
  "Numerical Label": row.get("Numerical Label", None), # Use .get() to handle missing keys
106
+ #"Text Label": row["Text Label"],
107
  "Syllabus": row["Syllabus"]
108
  }
109