Push model using huggingface_hub.
Browse files- README.md +10 -3
- config.json +14 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: audio-to-audio
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
---
|
7 |
+
|
8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
9 |
+
- Library: https://github.com/JusperLee/Apollo
|
10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"att_hid_chan": 4,
|
3 |
+
"att_kernel_size": 8,
|
4 |
+
"att_n_head": 4,
|
5 |
+
"att_stride": 1,
|
6 |
+
"in_channels": 256,
|
7 |
+
"num_blocks": 8,
|
8 |
+
"num_sources": 3,
|
9 |
+
"out_channels": 132,
|
10 |
+
"sample_rate": 44100,
|
11 |
+
"stride": 512,
|
12 |
+
"upsampling_depth": 5,
|
13 |
+
"win": 2048
|
14 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60a65db4426b9737678b79ff2cb7a6617eecfbaafc4f093c9b52963d5aa392f4
|
3 |
+
size 17130568
|