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 ·
5e8fa44
1
Parent(s): 9456e52
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:d4b10966a6cfa5b8be989431062d5cd7125cb9ef4392f54372e7782afcdca8ec
|
| 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 3631
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0160fc5b0f61f6ec45536a0bb6e77a3d611bac0347f72fb651059a8cdbbc9b9
|
| 3 |
size 3631
|