billingsmoore commited on
Commit
c25b1cc
·
verified ·
1 Parent(s): b6272bd

Update citation to final published bibtex entry

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -117,13 +117,15 @@ processor = WhisperProcessor.from_pretrained("openai/whisper-tiny", language="bo
117
  If you use this model, please cite the paper and the source NICT-Tib1 corpus:
118
 
119
  ```bibtex
120
- @ARTICLE{moore2026tibetanasr,
121
  author={Moore, Jacob and Li, Sheng and Lauren, Paula},
122
  journal={IEEE Access},
123
- title={Evaluating Tibetan {ASR} With Segmented Word Error Rate: Beyond Character-Level Metrics},
124
  year={2026},
125
  volume={14},
 
126
  pages={101790-101805},
 
127
  doi={10.1109/ACCESS.2026.3709206}
128
  }
129
 
 
117
  If you use this model, please cite the paper and the source NICT-Tib1 corpus:
118
 
119
  ```bibtex
120
+ @ARTICLE{11592371,
121
  author={Moore, Jacob and Li, Sheng and Lauren, Paula},
122
  journal={IEEE Access},
123
+ title={Evaluating Tibetan ASR With Segmented Word Error Rate: Beyond Character-Level Metrics},
124
  year={2026},
125
  volume={14},
126
+ number={},
127
  pages={101790-101805},
128
+ keywords={Modeling;Automatic speech recognition;Error analysis;LoRa;Measurement;Ranking (statistics);Quantization (signal);Bit error rate;Standards;Training;Tibetan;automatic speech recognition;word error rate;low-resource language},
129
  doi={10.1109/ACCESS.2026.3709206}
130
  }
131