JacobLinCool
commited on
Commit
•
3bece2f
1
Parent(s):
f097d54
Push model using huggingface_hub.
Browse files- README.md +15 -0
- config.json +14 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: audio-to-audio
|
3 |
+
tags:
|
4 |
+
- arxiv:2308.08926
|
5 |
+
- audio
|
6 |
+
- denoising
|
7 |
+
- model_hub_mixin
|
8 |
+
- pytorch_model_hub_mixin
|
9 |
+
- speech
|
10 |
+
- speech-enhancement
|
11 |
+
---
|
12 |
+
|
13 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
14 |
+
- Library: [More Information Needed]
|
15 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"h": {
|
3 |
+
"beta": 2.0,
|
4 |
+
"compress_factor": 0.3,
|
5 |
+
"dense_channel": 64,
|
6 |
+
"hop_size": 100,
|
7 |
+
"n_fft": 400,
|
8 |
+
"num_tsconformers": 4,
|
9 |
+
"sampling_rate": 16000,
|
10 |
+
"segment_size": 32000,
|
11 |
+
"win_size": 400
|
12 |
+
},
|
13 |
+
"num_tsblocks": 4
|
14 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a999b80a0ccf73d0293e7aa928ea20eb75a63a82e1204ef3648ff181aec21c8
|
3 |
+
size 9081872
|