Transformers
PyTorch
Safetensors
Portuguese
t5
text2text-generation
ul2
pt-br
text-generation-inference
Instructions to use tgsc/ult5-pt-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tgsc/ult5-pt-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("tgsc/ult5-pt-small") model = AutoModelForSeq2SeqLM.from_pretrained("tgsc/ult5-pt-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
88b47c5
1
Parent(s): f5ed709
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (5e2ce6fc61ce6cbecc71fae41f898e2c9e1371a3)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96cb689c7b5fe7d608f6b1613a8b9a5bee6e808b330586601a31a9ac5606b7da
|
| 3 |
+
size 329716272
|