Upload folder using huggingface_hub
Browse files- README.md +20 -0
- config.json +24 -0
- pytorch_model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- audio
|
| 5 |
+
- codec
|
| 6 |
+
- autoencoder
|
| 7 |
+
- pytorch
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Fish-Speech S1 DAC Autoencoder weights (redistribution)
|
| 11 |
+
|
| 12 |
+
An **unofficial** redistribution / mirror of the Fish-S1 DAC autoencoder weights, licensed **CC BY-NC-SA 4.0**.
|
| 13 |
+
|
| 14 |
+
### Attribution:
|
| 15 |
+
- **Original project:** [Fish-Speech](https://github.com/fishaudio/fish-speech) (Fish Audio).
|
| 16 |
+
- **Original model release:** [fishaudio/openaudio-s1-mini](https://huggingface.co/fishaudio/openaudio-s1-mini).
|
| 17 |
+
- **License (weights):** **CC BY‑NC‑SA 4.0** — non‑commercial use, attribution required, ShareAlike.
|
| 18 |
+
See: https://creativecommons.org/licenses/by-nc-sa/4.0/
|
| 19 |
+
- **Changes in this mirror:** converted to `.safetensors` and repackaged with a minimal `config.json` for convenience; no training/content changes.
|
| 20 |
+
- **Status:** Unofficial redistribution/mirror; not affiliated with or endorsed by the original authors. The license and non‑commercial terms are preserved.
|
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sample_rate": 44100,
|
| 3 |
+
"encoder_dim": 64,
|
| 4 |
+
"encoder_rates": [
|
| 5 |
+
2,
|
| 6 |
+
4,
|
| 7 |
+
8,
|
| 8 |
+
8
|
| 9 |
+
],
|
| 10 |
+
"latent_dim": 1024,
|
| 11 |
+
"decoder_dim": 1536,
|
| 12 |
+
"decoder_rates": [
|
| 13 |
+
8,
|
| 14 |
+
8,
|
| 15 |
+
4,
|
| 16 |
+
2
|
| 17 |
+
],
|
| 18 |
+
"n_codebooks": 9,
|
| 19 |
+
"codebook_size": 1024,
|
| 20 |
+
"codebook_dim": 8,
|
| 21 |
+
"semantic_codebook_size": 4096,
|
| 22 |
+
"quantizer_dropout": 0.5,
|
| 23 |
+
"causal": true
|
| 24 |
+
}
|
pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50abb71421977290a1b7eaf1e88c1048824c1fab28d1839c59f97b0fe7616e11
|
| 3 |
+
size 1870925072
|