cartesinus
commited on
Commit
•
367bfa3
1
Parent(s):
5d94b64
Update README.md
Browse files
README.md
CHANGED
@@ -99,4 +99,16 @@ The following hyperparameters were used during training:
|
|
99 |
- Transformers 4.22.2
|
100 |
- Pytorch 1.12.1+cu113
|
101 |
- Datasets 2.5.1
|
102 |
-
- Tokenizers 0.12.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
- Transformers 4.22.2
|
100 |
- Pytorch 1.12.1+cu113
|
101 |
- Datasets 2.5.1
|
102 |
+
- Tokenizers 0.12.1
|
103 |
+
|
104 |
+
## Citation
|
105 |
+
```bibtex
|
106 |
+
@article{kubis2023back,
|
107 |
+
title={Back Transcription as a Method for Evaluating Robustness of Natural Language Understanding Models to Speech Recognition Errors},
|
108 |
+
author={Kubis, Marek and Sk{\'o}rzewski, Pawe{\l} and Sowa{\'n}ski, Marcin and Zi{\k{e}}tkiewicz, Tomasz},
|
109 |
+
journal={arXiv preprint arXiv:2310.16609},
|
110 |
+
year={2023}
|
111 |
+
eprint={2310.16609},
|
112 |
+
archivePrefix={arXiv},
|
113 |
+
}
|
114 |
+
```
|