Transformers
Safetensors
English
French
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use nomsgadded/Translation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nomsgadded/Translation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nomsgadded/Translation") model = AutoModelForSeq2SeqLM.from_pretrained("nomsgadded/Translation") - Notebooks
- Google Colab
- Kaggle
Commit ·
ef7f820
1
Parent(s): d0308b8
Training in progress, step 200
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242041896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70853126c65d993934ec6775b978a513e151ac116bdbe783799fccd7e1209c7d
|
| 3 |
size 242041896
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4219
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1d030876dfc4b1f7d117aba54f297b5d630cbc912b930a8af8209cacfba0bdc
|
| 3 |
size 4219
|