Instructions to use RyeAI/DaMedSum-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RyeAI/DaMedSum-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("RyeAI/DaMedSum-small") model = AutoModelForSeq2SeqLM.from_pretrained("RyeAI/DaMedSum-small") - Notebooks
- Google Colab
- Kaggle
Commit ·
279362a
1
Parent(s): 8ed9311
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,9 +30,9 @@ This model is a fine-tuned version of DanSumT5-small trained on a danish medical
|
|
| 30 |
The model was trained on 1 AMD MI250X GPU.
|
| 31 |
|
| 32 |
## Authors
|
| 33 |
-
Nicolaj Larsen
|
| 34 |
-
Mikkel Kildeberg
|
| 35 |
-
Emil Schledermann
|
| 36 |
|
| 37 |
### Framework versions
|
| 38 |
|
|
|
|
| 30 |
The model was trained on 1 AMD MI250X GPU.
|
| 31 |
|
| 32 |
## Authors
|
| 33 |
+
Nicolaj Larsen
|
| 34 |
+
Mikkel Kildeberg
|
| 35 |
+
Emil Schledermann
|
| 36 |
|
| 37 |
### Framework versions
|
| 38 |
|