Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -32,8 +32,8 @@ Available weight files:
|
|
| 32 |
- `model_fold_0.safetensors` through `model_fold_3.safetensors` - individual CV folds
|
| 33 |
|
| 34 |
```bash
|
| 35 |
-
# Using
|
| 36 |
-
|
| 37 |
|
| 38 |
# Or using Python
|
| 39 |
pip install huggingface_hub
|
|
|
|
| 32 |
- `model_fold_0.safetensors` through `model_fold_3.safetensors` - individual CV folds
|
| 33 |
|
| 34 |
```bash
|
| 35 |
+
# Using Hugging Face CLI
|
| 36 |
+
hf download gtca/alphagenome_pytorch model.safetensors --local-dir .
|
| 37 |
|
| 38 |
# Or using Python
|
| 39 |
pip install huggingface_hub
|