Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ NeuCodec is largely based on extending the work of [X-Codec2.0](https://huggingf
|
|
61 |
- [Emilia-YODAS-EN](https://huggingface.co/datasets/neuphonic/emilia-yodas-english-neucodec)
|
62 |
- *More coming soon!*
|
63 |
|
64 |
-
|
65 |
|
66 |
Use the code below to get started with the model.
|
67 |
|
@@ -97,7 +97,7 @@ with torch.no_grad():
|
|
97 |
torchaudio.save("reconstructed.wav", recon[0, :, :], 24_000)
|
98 |
```
|
99 |
|
100 |
-
|
101 |
|
102 |
The model was trained using the following data:
|
103 |
* Emilia-YODAS
|
|
|
61 |
- [Emilia-YODAS-EN](https://huggingface.co/datasets/neuphonic/emilia-yodas-english-neucodec)
|
62 |
- *More coming soon!*
|
63 |
|
64 |
+
# Get Started
|
65 |
|
66 |
Use the code below to get started with the model.
|
67 |
|
|
|
97 |
torchaudio.save("reconstructed.wav", recon[0, :, :], 24_000)
|
98 |
```
|
99 |
|
100 |
+
# Training Details
|
101 |
|
102 |
The model was trained using the following data:
|
103 |
* Emilia-YODAS
|