Transformers
PyTorch
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use erwanlc/t5-cocktails_recipe-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use erwanlc/t5-cocktails_recipe-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("erwanlc/t5-cocktails_recipe-small") model = AutoModelForSeq2SeqLM.from_pretrained("erwanlc/t5-cocktails_recipe-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
9438a7d
1
Parent(s): add781e
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (8fe074bd6c5aff4b84e77cda3271846f31538434)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: t5-cocktails_recipe-small
|
| 7 |
results: []
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
base_model: t5-base
|
| 6 |
model-index:
|
| 7 |
- name: t5-cocktails_recipe-small
|
| 8 |
results: []
|