Transformers
TensorFlow
Safetensors
t5
text2text-generation
generated_from_keras_callback
text-generation-inference
Instructions to use Wimflorijn/t5-text2text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Wimflorijn/t5-text2text with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Wimflorijn/t5-text2text") model = AutoModelForSeq2SeqLM.from_pretrained("Wimflorijn/t5-text2text") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
| 56 |
},
|
| 57 |
"tie_word_embeddings": false,
|
| 58 |
"torch_dtype": "float32",
|
| 59 |
-
"transformers_version": "4.
|
| 60 |
"use_cache": true,
|
| 61 |
"vocab_size": 7916
|
| 62 |
}
|
|
|
|
| 56 |
},
|
| 57 |
"tie_word_embeddings": false,
|
| 58 |
"torch_dtype": "float32",
|
| 59 |
+
"transformers_version": "4.41.2",
|
| 60 |
"use_cache": true,
|
| 61 |
"vocab_size": 7916
|
| 62 |
}
|