StudentWen commited on
Commit
fb9897f
1 Parent(s): 97a4484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -44,3 +44,17 @@ transcription = transcriber("my_audio.wav")
44
  | whisper-large-v2 | Chinese | 0.08818 | 0.06183 | 0.12343 | 0.26413 | 0.31917 |
45
  | Belle-whisper-large-v2-zh | Chinese | 0.02549 | 0.03746 | 0.08503 | 0.14598 | 0.16289 |
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  | whisper-large-v2 | Chinese | 0.08818 | 0.06183 | 0.12343 | 0.26413 | 0.31917 |
45
  | Belle-whisper-large-v2-zh | Chinese | 0.02549 | 0.03746 | 0.08503 | 0.14598 | 0.16289 |
46
 
47
+ ## Citation
48
+
49
+ Please cite our paper and github when using our code, data or model.
50
+
51
+ ```
52
+ @misc{BELLE,
53
+ author = {BELLEGroup},
54
+ title = {BELLE: Be Everyone's Large Language model Engine},
55
+ year = {2023},
56
+ publisher = {GitHub},
57
+ journal = {GitHub repository},
58
+ howpublished = {\url{https://github.com/LianjiaTech/BELLE}},
59
+ }
60
+ ```