Instructions to use stefan-it/umt5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stefan-it/umt5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("stefan-it/umt5-small") model = AutoModelForSeq2SeqLM.from_pretrained("stefan-it/umt5-small") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30207c65419553741309f5b1d6dd01d77ae0cab1ce221c6ed7eb357c511e5d6a
|
| 3 |
+
size 1226439560
|