Transformers
PyTorch
Italian
t5
text2text-generation
T5
Text Classification
text-generation-inference
Instructions to use mpapucci/it5-age-classification-tag-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mpapucci/it5-age-classification-tag-it with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("mpapucci/it5-age-classification-tag-it") model = AutoModelForMultimodalLM.from_pretrained("mpapucci/it5-age-classification-tag-it") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 2.0, | |
| "total_flos": 3504393242025984.0, | |
| "train_loss": 1.7561454885477161, | |
| "train_runtime": 923.5466, | |
| "train_samples": 10842, | |
| "train_samples_per_second": 23.479, | |
| "train_steps_per_second": 2.937 | |
| } |