Upload folder using huggingface_hub
Browse files- .gitattributes +5 -0
- melotts_new/encoder.onnx +3 -0
- melotts_new/encoder_fp16.onnx +3 -0
- melotts_new/middle.onnx +3 -0
- melotts_new/middle_fp16.onnx +3 -0
- melotts_new/model_manifest.json +46 -0
- melotts_new/output/decomposed.wav +3 -0
- melotts_new/output/pytorch_baseline.wav +3 -0
- melotts_new/output/test_1.wav +3 -0
- melotts_new/output/test_2.wav +3 -0
- melotts_new/output/test_3.wav +3 -0
- melotts_new/vocoder.onnx +3 -0
- melotts_new/vocoder_fp16.onnx +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,8 @@ saved_model/**/* 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 |
supertonic/img/supertonic_preview_0.1.jpg 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 |
supertonic/img/supertonic_preview_0.1.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
melotts_new/output/decomposed.wav filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
melotts_new/output/pytorch_baseline.wav filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
melotts_new/output/test_1.wav filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
melotts_new/output/test_2.wav filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
melotts_new/output/test_3.wav filter=lfs diff=lfs merge=lfs -text
|
melotts_new/encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c013a63cef4e6fd9da79fb9336a1cac1e329660490c7ff30314d8c897545974f
|
| 3 |
+
size 27655691
|
melotts_new/encoder_fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:769fc691484980079969d5c577ca08c60d3c991024b6b9a8829cb90a27761435
|
| 3 |
+
size 27301899
|
melotts_new/middle.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60428b7362e4af011f8109157084ea8c3554ef82e90ab8108191c783276cab5c
|
| 3 |
+
size 84704028
|
melotts_new/middle_fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b46c1e4a147ccbf4bc3243bbd367981fa4c9059e0b18758e90b9a821ec87435
|
| 3 |
+
size 84228884
|
melotts_new/model_manifest.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"encoder.onnx": {
|
| 3 |
+
"size": 27655691,
|
| 4 |
+
"sha256": "c013a63cef4e6fd9da79fb9336a1cac1e329660490c7ff30314d8c897545974f"
|
| 5 |
+
},
|
| 6 |
+
"encoder_fp16.onnx": {
|
| 7 |
+
"size": 27301899,
|
| 8 |
+
"sha256": "769fc691484980079969d5c577ca08c60d3c991024b6b9a8829cb90a27761435"
|
| 9 |
+
},
|
| 10 |
+
"middle.onnx": {
|
| 11 |
+
"size": 84704028,
|
| 12 |
+
"sha256": "60428b7362e4af011f8109157084ea8c3554ef82e90ab8108191c783276cab5c"
|
| 13 |
+
},
|
| 14 |
+
"middle_fp16.onnx": {
|
| 15 |
+
"size": 84228884,
|
| 16 |
+
"sha256": "3b46c1e4a147ccbf4bc3243bbd367981fa4c9059e0b18758e90b9a821ec87435"
|
| 17 |
+
},
|
| 18 |
+
"vocoder.onnx": {
|
| 19 |
+
"size": 58136194,
|
| 20 |
+
"sha256": "a912c0f92cd49b9e9207ea26fa4e17d0d317ae68b0bd6c6523e4f7a5f45b9210"
|
| 21 |
+
},
|
| 22 |
+
"vocoder_fp16.onnx": {
|
| 23 |
+
"size": 52751004,
|
| 24 |
+
"sha256": "2c52fafb4959d376a6ebc508d1cc122637555bcbeb7da1d8a9f29b6d6eb6325b"
|
| 25 |
+
},
|
| 26 |
+
"output/decomposed.wav": {
|
| 27 |
+
"size": 479276,
|
| 28 |
+
"sha256": "c7215daa1e5dd9bd60ae543c3ad1f74e1dce6d0485b804037097dded47a105dd"
|
| 29 |
+
},
|
| 30 |
+
"output/pytorch_baseline.wav": {
|
| 31 |
+
"size": 482348,
|
| 32 |
+
"sha256": "8fc568c5d4c067d9b3b300c595d020b88aad9ca5894b9372ad337bc0edf3404c"
|
| 33 |
+
},
|
| 34 |
+
"output/test_1.wav": {
|
| 35 |
+
"size": 162860,
|
| 36 |
+
"sha256": "8b5bbe7a86eca3efcfe366ffcff866dc68b9c7d4fc99ed7a3edeb137a73eaa18"
|
| 37 |
+
},
|
| 38 |
+
"output/test_2.wav": {
|
| 39 |
+
"size": 261164,
|
| 40 |
+
"sha256": "107c4552138fd4638c4655cb969aeb3396b2f6ef57a468a81203738c95ac41f5"
|
| 41 |
+
},
|
| 42 |
+
"output/test_3.wav": {
|
| 43 |
+
"size": 359468,
|
| 44 |
+
"sha256": "b228f78185b79744a9ea107eb617c6ac1a0fdc712e086792f21866fbc800ad87"
|
| 45 |
+
}
|
| 46 |
+
}
|
melotts_new/output/decomposed.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7215daa1e5dd9bd60ae543c3ad1f74e1dce6d0485b804037097dded47a105dd
|
| 3 |
+
size 479276
|
melotts_new/output/pytorch_baseline.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fc568c5d4c067d9b3b300c595d020b88aad9ca5894b9372ad337bc0edf3404c
|
| 3 |
+
size 482348
|
melotts_new/output/test_1.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b5bbe7a86eca3efcfe366ffcff866dc68b9c7d4fc99ed7a3edeb137a73eaa18
|
| 3 |
+
size 162860
|
melotts_new/output/test_2.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:107c4552138fd4638c4655cb969aeb3396b2f6ef57a468a81203738c95ac41f5
|
| 3 |
+
size 261164
|
melotts_new/output/test_3.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b228f78185b79744a9ea107eb617c6ac1a0fdc712e086792f21866fbc800ad87
|
| 3 |
+
size 359468
|
melotts_new/vocoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a912c0f92cd49b9e9207ea26fa4e17d0d317ae68b0bd6c6523e4f7a5f45b9210
|
| 3 |
+
size 58136194
|
melotts_new/vocoder_fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c52fafb4959d376a6ebc508d1cc122637555bcbeb7da1d8a9f29b6d6eb6325b
|
| 3 |
+
size 52751004
|