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
Commit ·
00ad23b
1
Parent(s): 1ed61ab
Training in progress, step 1000
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:5fe474361d8248ecdcb4d5ed2f493d2de17e9bfc8150f2916da14b7e4a77d4a8
|
| 3 |
size 4918515385
|
runs/Dec02_12-08-07_nid005073/events.out.tfevents.1701511702.nid005073.86860.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:acf303ff3e104336640efc091a40d88e8b0f451f3c21b5e99f1f564acff98529
|
| 3 |
+
size 9048
|