Update README.md
Browse files
README.md
CHANGED
|
@@ -70,3 +70,20 @@ predicted_ids = model.generate(inputs)
|
|
| 70 |
transcription = processor.batch_decode(predicted_ids, skip_special_tokens=True)
|
| 71 |
|
| 72 |
print(transcription)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
transcription = processor.batch_decode(predicted_ids, skip_special_tokens=True)
|
| 71 |
|
| 72 |
print(transcription)
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
## Context / Reference
|
| 76 |
+
|
| 77 |
+
This model was developed as part of the work described in:
|
| 78 |
+
|
| 79 |
+
**Georgilas, V., Stafylakis, T. (2025). _Automatic Speech Recognition for Greek Medical Dictation_.**
|
| 80 |
+
The paper focuses on Greek medical ASR research in general and is **not primarily about the model itself**, but provides context for its development. Users are welcome to use the model freely for research and practical applications.
|
| 81 |
+
|
| 82 |
+
**BibTeX citation:**
|
| 83 |
+
```bibtex
|
| 84 |
+
@misc{georgilas2025greekasr,
|
| 85 |
+
title={Automatic Speech Recognition for Greek Medical Dictation},
|
| 86 |
+
author={Vardis Georgilas and Themos Stafylakis},
|
| 87 |
+
year={2025},
|
| 88 |
+
note={Available at: https://www.arxiv.org/abs/2509.23550}
|
| 89 |
+
}
|