davidyeung commited on
Commit
0f1bbc0
·
1 Parent(s): 9578d7f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ SPIRAL: Self-supervised Perturbation-Invariant Representation Learning for Speech Pre-Training
2
+ ========
3
+
4
+ This is the pretrained model of *SPIRAL LARGE*, trained with 60k-hour LibriLight data
5
+
6
+ Citation
7
+ ========
8
+ If you find SPIRAL useful in your research, please cite the following paper:
9
+ ```
10
+ @inproceedings{huang2022spiral,
11
+ title={{SPIRAL}: Self-supervised Perturbation-Invariant Representation Learning for Speech Pre-Training},
12
+ author={Wenyong Huang and Zhenhe Zhang and Yu Ting Yeung and Xin Jiang and Qun Liu},
13
+ booktitle={International Conference on Learning Representations},
14
+ year={2022},
15
+ url={https://openreview.net/forum?id=TBpg4PnXhYH}
16
+ }
17
+ ```