Rongjiehuang commited on
Commit
3fbe667
1 Parent(s): 3a465d1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - text-to-speech
5
+ - neural-vocoder
6
+ - diffusion probabilistic model
7
+ inference: false
8
+ datasets:
9
+ - LJSpeech
10
+ extra_gated_prompt: |-
11
+ One more step before getting this model.
12
+ This model is open access and available to all, with a license further specifying rights and usage.
13
+ Any organization or individual is prohibited from using any technology mentioned in this paper to generate someone's speech without his/her consent, including but not limited to government leaders, political figures, and celebrities. If you do not comply with this item, you could be in violation of copyright laws.
14
+
15
+
16
+ By clicking on "Access repository" below, you accept that your *contact information* (email address and username) can be shared with the model authors as well.
17
+
18
+ extra_gated_fields:
19
+ I have read the License and agree with its terms: checkbox
20
+ ---
21
+ # FastDiff Model Card
22
+
23
+ ## Model Details
24
+ - **Model type:** Diffusion-based text-to-speech generation model
25
+ - **Language(s):** English
26
+ - **Model Description:** A conditional diffusion probabilistic model capable of generating high fidelity speech efficiently.
27
+ - **Resources for more information:** [FastDiff GitHub Repository](https://github.com/Rongjiehuang/FastDiff), [FastDiff Paper](https://arxiv.org/abs/2204.09934).
28
+ - **Cite as:**
29
+
30
+ @inproceedings{huang2022fastdiff,
31
+ title={FastDiff: A Fast Conditional Diffusion Model for High-Quality Speech Synthesis},
32
+ author={Huang, Rongjie and Lam, Max WY and Wang, Jun and Su, Dan and Yu, Dong and Ren, Yi and Zhao, Zhou},
33
+ booktitle = {Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence, {IJCAI-22}},
34
+ year={2022}
35
+ -
36
+
37
+ *This model card was written based on the [DALL-E Mini model card](https://huggingface.co/dalle-mini/dalle-mini).*