Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +14 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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/TIGER
|
| 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": 64,
|
| 7 |
+
"num_blocks": 4,
|
| 8 |
+
"num_sources": 2,
|
| 9 |
+
"out_channels": 24,
|
| 10 |
+
"sample_rate": 16000,
|
| 11 |
+
"stride": 160,
|
| 12 |
+
"upsampling_depth": 5,
|
| 13 |
+
"win": 640
|
| 14 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16108e2f365fce49b2380e4fcc07892f5287698a9ee26d8247f83ef88e329865
|
| 3 |
+
size 486224
|