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 ·
8ed9311
1
Parent(s): ad1196d
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ language:
|
|
| 25 |
|
| 26 |
This repository contains a model for Danish abstractive summarisation of medicaltext.
|
| 27 |
|
| 28 |
-
This model is a fine-tuned version of
|
| 29 |
|
| 30 |
The model was trained on 1 AMD MI250X GPU.
|
| 31 |
|
|
|
|
| 25 |
|
| 26 |
This repository contains a model for Danish abstractive summarisation of medicaltext.
|
| 27 |
|
| 28 |
+
This model is a fine-tuned version of DanSumT5-small trained on a danish medical text dataset.
|
| 29 |
|
| 30 |
The model was trained on 1 AMD MI250X GPU.
|
| 31 |
|