kavyamanohar commited on
Commit
a00a6ea
·
verified ·
1 Parent(s): b4f0ad0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -69,3 +69,18 @@ The following hyperparameters were used during training:
69
  - Pytorch 2.1.2+cu121
70
  - Datasets 2.16.0
71
  - Tokenizers 0.19.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  - Pytorch 2.1.2+cu121
70
  - Datasets 2.16.0
71
  - Tokenizers 0.19.1
72
+
73
+ ### Citation
74
+
75
+ ```bibtex
76
+ @misc{multistage2024,
77
+ title={Multistage Fine-tuning Strategies for Automatic Speech Recognition in Low-resource Languages},
78
+ author={Leena G Pillai, Kavya Manohar, Basil K Raju, Elizabeth Sherly},
79
+ year={2024},
80
+ eprint={2411.04573},
81
+ archivePrefix={arXiv},
82
+ primaryClass={cs.CL},
83
+ url={https://arxiv.org/abs/2411.04573},
84
+ }
85
+ ```
86
+