Upload README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,62 @@
|
|
1 |
---
|
|
|
2 |
license: bsd-3-clause
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
license: bsd-3-clause
|
4 |
+
library_name: pytorch-lightning
|
5 |
+
tags:
|
6 |
+
- pytorch
|
7 |
+
- pytorch-lightning
|
8 |
+
- audio-upsampling
|
9 |
+
datasets: vctk
|
10 |
+
model_name: nu-wave-x2
|
11 |
---
|
12 |
+
|
13 |
+
# nu-wave-x2
|
14 |
+
|
15 |
+
## Model description
|
16 |
+
|
17 |
+
|
18 |
+
NU-Wave: A Diffusion Probabilistic Model for Neural Audio Upsampling
|
19 |
+
|
20 |
+
|
21 |
+
- [GitHub Repo](https://github.com/mindslab-ai/nuwave)
|
22 |
+
- [Paper](https://arxiv.org/pdf/2104.02321.pdf)
|
23 |
+
|
24 |
+
This model was trained by contributor Frederico S. Oliveira, who graciously [provided the checkpoint](https://github.com/mindslab-ai/nuwave/issues/18) in this repo in the original author's GitHub repo.
|
25 |
+
|
26 |
+
This model was trained using source code written by Junhyeok Lee and Seungu Han under the BSD 3.0 License. All credit goes to them for this work.
|
27 |
+
|
28 |
+
This model takes in audio at 24kHz and upsamples it to 48kHz.
|
29 |
+
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
#### How to use
|
34 |
+
|
35 |
+
```python
|
36 |
+
# You can include sample code which will be formatted
|
37 |
+
```
|
38 |
+
|
39 |
+
#### Limitations and bias
|
40 |
+
|
41 |
+
Provide examples of latent issues and potential remediations.
|
42 |
+
|
43 |
+
## Training data
|
44 |
+
|
45 |
+
Describe the data you used to train the model.
|
46 |
+
If you initialized it with pre-trained weights, add a link to the pre-trained model card or repository with description of the pre-training data.
|
47 |
+
|
48 |
+
## Training procedure
|
49 |
+
|
50 |
+
Preprocessing, hardware used, hyperparameters...
|
51 |
+
|
52 |
+
## Eval results
|
53 |
+
|
54 |
+
Provide some evaluation results.
|
55 |
+
|
56 |
+
### BibTeX entry and citation info
|
57 |
+
|
58 |
+
```bibtex
|
59 |
+
@inproceedings{...,
|
60 |
+
year={2020}
|
61 |
+
}
|
62 |
+
```
|