AvocadoMuffin commited on
Commit
4228969
·
verified ·
1 Parent(s): 4337e1a

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -222,7 +222,7 @@ def main():
222
 
223
  print("📚 Loading CUAD…")
224
  try:
225
- cuad = load_dataset("theatricusproject/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}")
 
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}")