takuma104 commited on
Commit
72318ea
·
1 Parent(s): 2625d5f

Add audio samples and spectrogram comparison to README.md; include original and reconstructed audio files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.png filter=lfs diff=lfs merge=lfs -text
37
+ *.wav filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -15,6 +15,19 @@ tags:
15
 
16
  A fine-tuned variant of [Qwen/Qwen3-TTS-Tokenizer-12Hz](https://huggingface.co/Qwen/Qwen3-TTS-Tokenizer-12Hz) that decodes speech tokens to **48 kHz** audio instead of the original 24 kHz — with no custom code required.
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ## Overview
19
 
20
  The original Qwen3-TTS-Tokenizer-12Hz decoder outputs audio at 24 kHz. This model extends it by appending one additional `DecoderBlock` (upsample rate ×2) to the existing decoder stack, effectively doubling the output sample rate to 48 kHz.
 
15
 
16
  A fine-tuned variant of [Qwen/Qwen3-TTS-Tokenizer-12Hz](https://huggingface.co/Qwen/Qwen3-TTS-Tokenizer-12Hz) that decodes speech tokens to **48 kHz** audio instead of the original 24 kHz — with no custom code required.
17
 
18
+ ## Audio Samples
19
+
20
+ Sample audio encoded with `Qwen/Qwen3-TTS-Tokenizer-12Hz` and decoded with both the original 24 kHz model and this 48 kHz model.
21
+
22
+ | | Audio |
23
+ |---|---|
24
+ | Original<br/>[Voice material by “Amitaro’s Voice Material Studio”](https://amitaro.net/) | <audio controls><source src="assets/original.wav" type="audio/wav"></audio> |
25
+ | Reconstructed 24 kHz (base model) | <audio controls><source src="assets/reconstructed_24k.wav" type="audio/wav"></audio> |
26
+ | Reconstructed 48 kHz (this model) | <audio controls><source src="assets/reconstructed_48k.wav" type="audio/wav"></audio> |
27
+
28
+ ![Mel spectrogram comparison](assets/spectrogram_comparison.png)
29
+
30
+
31
  ## Overview
32
 
33
  The original Qwen3-TTS-Tokenizer-12Hz decoder outputs audio at 24 kHz. This model extends it by appending one additional `DecoderBlock` (upsample rate ×2) to the existing decoder stack, effectively doubling the output sample rate to 48 kHz.
assets/original.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5475679d1a68109c5abea2ab72f172856f3f105880dd9ccbe402e9334bf4d0
3
+ size 413856
assets/reconstructed_24k.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adb8d5dbe43d69c9a8634c8c03f38ae6c1662588d2b7600f8b99ff5f25613acb
3
+ size 207404
assets/reconstructed_48k.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a9d2055880b76e452dcfcee4634b3d7c40d18d493d87b9c759ca4809e8c190c
3
+ size 414764
assets/spectrogram_comparison.png ADDED

Git LFS Details

  • SHA256: b745d61ec0945b878014d5fc3a5f4bd0eb72d69897c34bc79c33d5f5ef01205e
  • Pointer size: 131 Bytes
  • Size of remote file: 650 kB