Transformers
PyTorch
Italian
t5
text2text-generation
text2text_generation
question_answering
text-generation-inference
Instructions to use z-uo/it5-squadv1-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use z-uo/it5-squadv1-it with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("z-uo/it5-squadv1-it") model = AutoModelForSeq2SeqLM.from_pretrained("z-uo/it5-squadv1-it") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 2.0, | |
| "train_loss": 0.1063714675380759, | |
| "train_runtime": 3374.8833, | |
| "train_samples": 87599, | |
| "train_samples_per_second": 51.912, | |
| "train_steps_per_second": 17.304 | |
| } |