Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -64,12 +64,12 @@ from huggingface_hub import hf_hub_download
|
|
| 64 |
import torch, json
|
| 65 |
|
| 66 |
# Download model + config
|
| 67 |
-
repo_id = "ooshyun/
|
| 68 |
model_name = "orange_pi" # or: raspberry_pi, neuralaid, orange_pi_film_all, etc.
|
| 69 |
|
| 70 |
# Using the evaluation script (recommended):
|
| 71 |
# pip install -r requirements.txt
|
| 72 |
-
# python -m src.tse.eval --pretrained ooshyun/
|
| 73 |
```
|
| 74 |
|
| 75 |
## Model Names
|
|
|
|
| 64 |
import torch, json
|
| 65 |
|
| 66 |
# Download model + config
|
| 67 |
+
repo_id = "ooshyun/fine_grained_soundscape_control"
|
| 68 |
model_name = "orange_pi" # or: raspberry_pi, neuralaid, orange_pi_film_all, etc.
|
| 69 |
|
| 70 |
# Using the evaluation script (recommended):
|
| 71 |
# pip install -r requirements.txt
|
| 72 |
+
# python -m src.tse.eval --pretrained ooshyun/fine_grained_soundscape_control --model orange_pi --data_dir /path/to/data_dir
|
| 73 |
```
|
| 74 |
|
| 75 |
## Model Names
|