nittygritty-zzy commited on
Commit
a391fc6
·
verified ·
1 Parent(s): aeefd70

Update references from enycin28 to nittygritty-zzy

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -243,12 +243,12 @@ ls data/spider/database/ | wc -l # ~166 databases (20 used by dev set)
243
  pip install huggingface_hub
244
  python -c "
245
  from huggingface_hub import snapshot_download
246
- snapshot_download('enycin28/pipe-sql-1.5b', local_dir='finetuning_output/merged')
247
  "
248
 
249
  # Option B: Use git-lfs
250
  git lfs install
251
- git clone https://huggingface.co/enycin28/pipe-sql-1.5b finetuning_output/merged
252
  ```
253
 
254
  ### Step 5: Install Node.js Agent Dependencies
 
243
  pip install huggingface_hub
244
  python -c "
245
  from huggingface_hub import snapshot_download
246
+ snapshot_download('nittygritty-zzy/pipe-sql-1.5b', local_dir='finetuning_output/merged')
247
  "
248
 
249
  # Option B: Use git-lfs
250
  git lfs install
251
+ git clone https://huggingface.co/nittygritty-zzy/pipe-sql-1.5b finetuning_output/merged
252
  ```
253
 
254
  ### Step 5: Install Node.js Agent Dependencies