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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -81,3 +81,12 @@ pip install -r requirements.txt
81
  cp .env.example .env # Add your HF token
82
  ./run.sh gpt2_spotify
83
  ```
 
 
 
 
 
 
 
 
 
 
81
  cp .env.example .env # Add your HF token
82
  ./run.sh gpt2_spotify
83
  ```
84
+
85
+ ## Run on Kaggle (Free GPU)
86
+
87
+ 1. Create new notebook at https://www.kaggle.com/code
88
+ 2. Add secrets: `HF_TOKEN` and `HF_USERNAME`
89
+ 3. Copy content of `kaggle_single_cell.py` into one cell
90
+ 4. Run it!
91
+
92
+ Or upload `kaggle_auto.ipynb` directly to Kaggle.