Transformers
PyTorch
TensorBoard
Spanish
mt5
text2text-generation
simplification
Generated from Trainer
Instructions to use CLARA-MeD/mt5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CLARA-MeD/mt5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("CLARA-MeD/mt5-small") model = AutoModelForSeq2SeqLM.from_pretrained("CLARA-MeD/mt5-small") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
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:ebe0a40e5756fb01481d3dfcae855e49493396a127b8df17ff90d0137e176f4e
|
| 3 |
+
size 1200729576
|