Nathan9 commited on
Commit
cc8f373
·
verified ·
1 Parent(s): b957530

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -59,7 +59,7 @@ pip install .
59
  # Download models from Hugging Face
60
  git lfs install
61
  cd inference
62
- git clone https://huggingface.co/Nathan9/xcodec_mini_infer
63
  ```
64
 
65
  ## API Setup
@@ -275,11 +275,11 @@ pip install accelerate datasets transformers
275
  2. Prepare your configuration:
276
  ```bash
277
  # For Stage 1 model (7B)
278
- export MODEL_PATH="Nathan9/ScrapeGoatMusic-s1-7B-anneal-en-cot"
279
  export OUTPUT_DIR="./fine_tuned_model_s1"
280
 
281
  # For Stage 2 model (1B)
282
- export MODEL_PATH="Nathan9/ScrapeGoatMusic-s2-1B-general"
283
  export OUTPUT_DIR="./fine_tuned_model_s2"
284
  ```
285
 
 
59
  # Download models from Hugging Face
60
  git lfs install
61
  cd inference
62
+ git clone scrapegoat/Neural-Audio-Codec
63
  ```
64
 
65
  ## API Setup
 
275
  2. Prepare your configuration:
276
  ```bash
277
  # For Stage 1 model (7B)
278
+ export MODEL_PATH="scrapegoat/ScrapeGoat-Music-Stage1"
279
  export OUTPUT_DIR="./fine_tuned_model_s1"
280
 
281
  # For Stage 2 model (1B)
282
+ export MODEL_PATH="scrapegoat/ScrapeGoat-Music-Stage2"
283
  export OUTPUT_DIR="./fine_tuned_model_s2"
284
  ```
285