fc
Browse files- README.md +43 -0
- sw2v_60000.pt +3 -0
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# Model Card for SW2V
|
| 5 |
+
|
| 6 |
+
*Reconstruct! Don't Encode: Self-Supervised Representation Reconstruction Loss for High-Intelligibility and Low-Latency Streaming Neural Audio Codec*
|
| 7 |
+
|
| 8 |
+
SW2V is a pure Transformer decoder based speech representation model. This model is trained via distillation of [W2V-Bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0)
|
| 9 |
+
|
| 10 |
+
- **GitHub Repository:** [https://github.com/jhcodec843/jhcodec](https://github.com/jhcodec843/jhcodec)
|
| 11 |
+
- **Demo:** [https://jhcodec843.github.io/jhcodec/](https://jhcodec843.github.io/jhcodec/)
|
| 12 |
+
- **License:** MIT
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
|
| 16 |
+
### Model Description
|
| 17 |
+
|
| 18 |
+
This is corresponding to the paper's SW2V model (60k).
|
| 19 |
+
To ensure the performance Flash-Attention is required.
|
| 20 |
+
|
| 21 |
+
## Uses
|
| 22 |
+
|
| 23 |
+
JHCodec can be used for research and practical applications that require lossy audio compression. It is particularly well-suited for streaming speech, compressing large audio datasets, and serving as a neural front-end for speech recognition or synthesis pipelines.
|
| 24 |
+
|
| 25 |
+
### Intended Use
|
| 26 |
+
|
| 27 |
+
- Real-time low-latency audio codecs for speech-to-speech models
|
| 28 |
+
- Research into neural codecs and generative modeling
|
| 29 |
+
- Preprocessing for downstream speech and audio ML models
|
| 30 |
+
|
| 31 |
+
### Out-of-Scope Use
|
| 32 |
+
|
| 33 |
+
- Any malicious, deceptive, or privacy-violating applications
|
| 34 |
+
|
| 35 |
+
## How to Get Started with JHCodec
|
| 36 |
+
|
| 37 |
+
For programmatic usage, please refer to the [GitHub repository](https://github.com/jhcodec843/jhcodec) for installation, API documentation, and practical examples.
|
| 38 |
+
|
| 39 |
+
## Training Details
|
| 40 |
+
|
| 41 |
+
Please refer to the GitHub repository README.
|
| 42 |
+
|
| 43 |
+
## Authors
|
| 44 |
+
|
| 45 |
+
Anonymous, Submitted to Interspeech2026
|
| 46 |
+
|
sw2v_60000.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46fb7a86c3eff3e076ce353899c0b49493f4add3379a1aaeabf10bf8eb2a86d8
|
| 3 |
+
size 543049733
|