Summarization
Transformers
PyTorch
TensorBoard
Danish
mt5
text2text-generation
Generated from Trainer
Instructions to use RyeAI/DaMedSumT5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RyeAI/DaMedSumT5-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/DaMedSumT5-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("RyeAI/DaMedSumT5-large") model = AutoModelForSeq2SeqLM.from_pretrained("RyeAI/DaMedSumT5-large") - Notebooks
- Google Colab
- Kaggle
Commit ·
c210e58
1
Parent(s): cd837c7
Training in progress, step 2500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4918515385
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:752b461262f2c8e052a44fc166fcb4459c42f9afc5b20f57d48845536b6321d4
|
| 3 |
size 4918515385
|
runs/Dec05_14-18-28_nid005027/events.out.tfevents.1701778723.nid005027.8046.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11d5f70ca5eb0ea2cb3718bbe875cf896bc804e54d5d29437fafc3cd62de8b7a
|
| 3 |
+
size 7877
|