maxxcarl commited on
Commit
ecf06c4
·
1 Parent(s): be8eea9

Upload kaggle_auto.ipynb with huggingface_hub

Browse files
Files changed (1) hide show
  1. kaggle_auto.ipynb +3 -2
kaggle_auto.ipynb CHANGED
@@ -44,14 +44,15 @@ print("\n" + "=" * 60)
44
  print(" Starting Training")
45
  print("=" * 60)
46
 
47
- !python src/training_pipeline.py gpt2_spotify
 
48
 
49
  # Step 6: Test model
50
  print("\n" + "=" * 60)
51
  print(" Testing Model")
52
  print("=" * 60)
53
 
54
- !python test_model.py outputs/final_model
55
 
56
  # Step 7: Push to Hub (optional)
57
  print("\n" + "=" * 60)
 
44
  print(" Starting Training")
45
  print("=" * 60)
46
 
47
+ !chmod +x run.sh
48
+ !./run.sh gpt2_spotify
49
 
50
  # Step 6: Test model
51
  print("\n" + "=" * 60)
52
  print(" Testing Model")
53
  print("=" * 60)
54
 
55
+ !./run.sh test
56
 
57
  # Step 7: Push to Hub (optional)
58
  print("\n" + "=" * 60)