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