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
|
@@ -40,6 +40,7 @@ inference:
|
|
| 40 |
repetition_penalty: 1
|
| 41 |
num_beams: 5
|
| 42 |
early_stopping: true
|
|
|
|
| 43 |
license: mit
|
| 44 |
---
|
| 45 |
# ReportQL — Application of Deep Learning in Generating Structured Radiology Reports: A Transformer-Based Technique
|
|
|
|
| 40 |
repetition_penalty: 1
|
| 41 |
num_beams: 5
|
| 42 |
early_stopping: true
|
| 43 |
+
max_len: 350
|
| 44 |
license: mit
|
| 45 |
---
|
| 46 |
# ReportQL — Application of Deep Learning in Generating Structured Radiology Reports: A Transformer-Based Technique
|