edwko commited on
Commit
8359810
·
verified ·
1 Parent(s): c4d46a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: mit
3
  ---
4
 
5
- This is a streamlined interface version of [WavTokenizer-large-speech-75token](https://huggingface.co/novateur/WavTokenizer-large-speech-75token/tree/main), providing a clean, efficient way to interact with the model through separate encoder and decoder components.
6
 
7
  - Reduced model size from 1.75GB to ~330MB by keeping only necessary components for inference
8
  - Split interface (82MB encoder, 248MB decoder)
 
2
  license: mit
3
  ---
4
 
5
+ This is a streamlined interface version of [WavTokenizer-large-speech-75token](https://huggingface.co/novateur/WavTokenizer-large-speech-75token/tree/main), providing a way to interact with the model through separate encoder and decoder components.
6
 
7
  - Reduced model size from 1.75GB to ~330MB by keeping only necessary components for inference
8
  - Split interface (82MB encoder, 248MB decoder)