Summarization
Transformers
PyTorch
German
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use Einmalumdiewelt/T5-Base_GNAD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Einmalumdiewelt/T5-Base_GNAD 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="Einmalumdiewelt/T5-Base_GNAD")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Einmalumdiewelt/T5-Base_GNAD") model = AutoModelForSeq2SeqLM.from_pretrained("Einmalumdiewelt/T5-Base_GNAD", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
b5baebf
1
Parent(s): 8589a69
Training in progress, step 1000
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891614783
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fe76ac265be929cfd0b74421092847868a3abcf6d4908c832cd134b415896df
|
| 3 |
size 891614783
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3503
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd4a542ec0fe419f63a918beed4c6e5cf431d2afdf5515a2e5c4d52661d7bbb0
|
| 3 |
size 3503
|