ooshyun commited on
Commit
d1904ee
·
verified ·
1 Parent(s): 21d3cfb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/semantic_listening"
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/semantic_listening --model orange_pi --data_dir /path/to/data_dir
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