Summarization
Transformers
PyTorch
TensorBoard
Danish
mt5
text2text-generation
Generated from Trainer
Instructions to use RyeAI/DaMedSum-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RyeAI/DaMedSum-large with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="RyeAI/DaMedSum-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("RyeAI/DaMedSum-large") model = AutoModelForSeq2SeqLM.from_pretrained("RyeAI/DaMedSum-large") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 05ae0075d5f91c87252617ac2353a6f07262c4cd88a5f1711386403c5b933f54
- Size of remote file:
- 4.14 kB
- SHA256:
- 2b8fac1e7f250cba60a83b34207de2d0322eabfce5182ca094e222834b01fe0a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.