Kosuke-Szk
commited on
Commit
·
d3a94cb
1
Parent(s):
9be8971
Update README.md
Browse files
README.md
CHANGED
@@ -64,3 +64,14 @@ In the table below I report the Character Error Rate (CER) of the model tested o
|
|
64 |
| vumichien/wav2vec2-large-xlsr-japanese | 37.72% |
|
65 |
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
| vumichien/wav2vec2-large-xlsr-japanese | 37.72% |
|
65 |
|
66 |
|
67 |
+
## Citation
|
68 |
+
If you want to cite this model you can use this:
|
69 |
+
|
70 |
+
```bibtex
|
71 |
+
@misc{Ivydata2023-wav2vec2-xlsr53-large-japanese,
|
72 |
+
title={Fine-tuned Japanese Wav2Vec2 model for speech recognition using XLSR-53 large},
|
73 |
+
author={Kosuke Suzuki},
|
74 |
+
howpublished={\url{https://huggingface.co/Ivydata/wav2vec2-large-xlsr-53-japanese/}},
|
75 |
+
year={2023}
|
76 |
+
}
|
77 |
+
```
|