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

Upload kaggle_single_cell.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. kaggle_single_cell.py +3 -2
kaggle_single_cell.py CHANGED
@@ -34,11 +34,12 @@ else:
34
 
35
  # Train
36
  print("\n🚀 Training...")
37
- !python src/training_pipeline.py gpt2_spotify
 
38
 
39
  # Test
40
  print("\n📈 Testing...")
41
- !python test_model.py outputs/final_model
42
 
43
  # Push to Hub
44
  print("\n💾 Pushing to Hub...")
 
34
 
35
  # Train
36
  print("\n🚀 Training...")
37
+ !chmod +x run.sh
38
+ !./run.sh gpt2_spotify
39
 
40
  # Test
41
  print("\n📈 Testing...")
42
+ !./run.sh test
43
 
44
  # Push to Hub
45
  print("\n💾 Pushing to Hub...")