Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +29 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sample_rate": 24000,
|
| 3 |
+
"backbone_class_path": "exp.models.ComVo",
|
| 4 |
+
"backbone_init_args": {
|
| 5 |
+
"input_channels": 100,
|
| 6 |
+
"dim": 512,
|
| 7 |
+
"intermediate_dim": 1536,
|
| 8 |
+
"num_layers": 8,
|
| 9 |
+
"n_quantization": 128,
|
| 10 |
+
"layer_scale_init_value": null,
|
| 11 |
+
"adanorm_num_embeddings": null,
|
| 12 |
+
"rank": null
|
| 13 |
+
},
|
| 14 |
+
"head_class_path": "exp.heads.ISTFTHead",
|
| 15 |
+
"head_init_args": {
|
| 16 |
+
"dim": 512,
|
| 17 |
+
"n_fft": 1024,
|
| 18 |
+
"hop_length": 256,
|
| 19 |
+
"padding": "center"
|
| 20 |
+
},
|
| 21 |
+
"feature_extractor_class_path": "exp.feature_extractors.MelSpectrogramFeatures",
|
| 22 |
+
"feature_extractor_init_args": {
|
| 23 |
+
"sample_rate": 24000,
|
| 24 |
+
"n_fft": 1024,
|
| 25 |
+
"hop_length": 256,
|
| 26 |
+
"n_mels": 100,
|
| 27 |
+
"padding": "center"
|
| 28 |
+
}
|
| 29 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e78577ce34a3536b171dc601c9b04cf45b0eadee83fc6bd195180c2783aea85
|
| 3 |
+
size 106194015
|