Spaces:
Sleeping
Sleeping
Update train.py
Browse files
train.py
CHANGED
@@ -222,7 +222,7 @@ def main():
|
|
222 |
|
223 |
print("📚 Loading CUAD…")
|
224 |
try:
|
225 |
-
cuad = load_dataset("
|
226 |
print(f"✅ Loaded {len(cuad)} examples")
|
227 |
except Exception as e:
|
228 |
print(f"❌ Dataset loading failed: {e}")
|
|
|
222 |
|
223 |
print("📚 Loading CUAD…")
|
224 |
try:
|
225 |
+
cuad = load_dataset("theatticusproject/cuad-qa", split="train", trust_remote_code=True)
|
226 |
print(f"✅ Loaded {len(cuad)} examples")
|
227 |
except Exception as e:
|
228 |
print(f"❌ Dataset loading failed: {e}")
|