Update references from enycin28 to nittygritty-zzy
Browse files
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('
|
| 247 |
"
|
| 248 |
|
| 249 |
# Option B: Use git-lfs
|
| 250 |
git lfs install
|
| 251 |
-
git clone https://huggingface.co/
|
| 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
|