Transformers
PyTorch
Safetensors
English
t5
text2text-generation
medical
dialog
text-generation-inference
Instructions to use alimoezzi/ReportQL-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alimoezzi/ReportQL-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("alimoezzi/ReportQL-base") model = AutoModelForSeq2SeqLM.from_pretrained("alimoezzi/ReportQL-base") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ metrics:
|
|
| 8 |
tags:
|
| 9 |
- medical
|
| 10 |
- dialog
|
|
|
|
| 11 |
license: mit
|
| 12 |
---
|
| 13 |
# ReportQL — Application of Deep Learning in Generating Structured Radiology Reports: A Transformer-Based Technique
|
|
|
|
| 8 |
tags:
|
| 9 |
- medical
|
| 10 |
- dialog
|
| 11 |
+
- arxiv:2209.12177
|
| 12 |
license: mit
|
| 13 |
---
|
| 14 |
# ReportQL — Application of Deep Learning in Generating Structured Radiology Reports: A Transformer-Based Technique
|