Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ from yarngpt.audiotokenizer import AudioTokenizerForLocal
|
|
76 |
!wget https://huggingface.co/novateur/WavTokenizer-large-speech-75token/resolve/main/wavtokenizer_large_speech_320_24k.ckpt
|
77 |
|
78 |
# model path and wavtokenizer weight path (the paths are assumed based on Google colab, a different environment might save the weights to a different location).
|
79 |
-
hf_path="YarnGPT-local"
|
80 |
wav_tokenizer_config_path="/content/wavtokenizer_mediumdata_frame75_3s_nq1_code4096_dim512_kmeans200_attn.yaml"
|
81 |
wav_tokenizer_model_path = "/content/wavtokenizer_large_speech_320_24k.ckpt"
|
82 |
|
|
|
76 |
!wget https://huggingface.co/novateur/WavTokenizer-large-speech-75token/resolve/main/wavtokenizer_large_speech_320_24k.ckpt
|
77 |
|
78 |
# model path and wavtokenizer weight path (the paths are assumed based on Google colab, a different environment might save the weights to a different location).
|
79 |
+
hf_path="saheedniyi/YarnGPT-local"
|
80 |
wav_tokenizer_config_path="/content/wavtokenizer_mediumdata_frame75_3s_nq1_code4096_dim512_kmeans200_attn.yaml"
|
81 |
wav_tokenizer_model_path = "/content/wavtokenizer_large_speech_320_24k.ckpt"
|
82 |
|