Feature Extraction
Transformers
PyTorch
Safetensors
Japanese
hubert
speech
keisawada commited on
Commit
c0a20e1
1 Parent(s): a42d18e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -66,8 +66,8 @@ A fairseq checkpoint file can also be available [here](https://huggingface.co/ri
66
  ```bibtex
67
  @misc{rinna-japanese-hubert-large,
68
  title = {rinna/japanese-hubert-large},
69
- author={Hono, Yukiya and Mitsui, Kentaro and Sawada, Kei}
70
- url = {https://huggingface.co/rinna/japanese-hubert-large},
71
  }
72
 
73
  @inproceedings{sawada2024release,
@@ -76,7 +76,9 @@ A fairseq checkpoint file can also be available [here](https://huggingface.co/ri
76
  booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
77
  month = {5},
78
  year = {2024},
79
- url = {https://arxiv.org/abs/2404.01657},
 
 
80
  }
81
  ```
82
 
@@ -85,14 +87,13 @@ A fairseq checkpoint file can also be available [here](https://huggingface.co/ri
85
  # References
86
  ```bibtex
87
  @article{hsu2021hubert,
88
- author={Hsu, Wei-Ning and Bolte, Benjamin and Tsai, Yao-Hung Hubert and Lakhotia, Kushal and Salakhutdinov, Ruslan and Mohamed, Abdelrahman},
89
- journal={IEEE/ACM Transactions on Audio, Speech, and Language Processing},
90
- title={HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units},
91
- year={2021},
92
- volume={29},
93
- number={},
94
- pages={3451-3460},
95
- doi={10.1109/TASLP.2021.3122291}
96
  }
97
  ```
98
  ---
 
66
  ```bibtex
67
  @misc{rinna-japanese-hubert-large,
68
  title = {rinna/japanese-hubert-large},
69
+ author = {Hono, Yukiya and Mitsui, Kentaro and Sawada, Kei},
70
+ url = {https://huggingface.co/rinna/japanese-hubert-large}
71
  }
72
 
73
  @inproceedings{sawada2024release,
 
76
  booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
77
  month = {5},
78
  year = {2024},
79
+ pages = {13898--13905},
80
+ url = {https://aclanthology.org/2024.lrec-main.1213},
81
+ note = {\url{https://arxiv.org/abs/2404.01657}}
82
  }
83
  ```
84
 
 
87
  # References
88
  ```bibtex
89
  @article{hsu2021hubert,
90
+ author = {Hsu, Wei-Ning and Bolte, Benjamin and Tsai, Yao-Hung Hubert and Lakhotia, Kushal and Salakhutdinov, Ruslan and Mohamed, Abdelrahman},
91
+ journal = {IEEE/ACM Transactions on Audio, Speech, and Language Processing},
92
+ title = {HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units},
93
+ year = {2021},
94
+ volume = {29},
95
+ pages = {3451-3460},
96
+ doi = {10.1109/TASLP.2021.3122291}
 
97
  }
98
  ```
99
  ---