Instructions to use jackmedda/google-t5-t5-base_finetuned_original with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jackmedda/google-t5-t5-base_finetuned_original with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jackmedda/google-t5-t5-base_finetuned_original")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jackmedda/google-t5-t5-base_finetuned_original") model = AutoModelForSequenceClassification.from_pretrained("jackmedda/google-t5-t5-base_finetuned_original", device_map="auto") - Notebooks
- Google Colab
- Kaggle
jackmedda/google-t5-t5-base_finetuned_original
This model is a fine-tuned version of google-t5/t5-base on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.5332
- Accuracy: 0.7647
- F1: 0.8667
- Precision: 0.7647
- Recall: 1.0
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 50
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 6 | 0.5958 | 0.7 | 0.8235 | 0.7 | 1.0 |
| 0.5082 | 2.0 | 12 | 0.6464 | 0.7 | 0.8235 | 0.7 | 1.0 |
| 0.5082 | 3.0 | 18 | 0.7280 | 0.7 | 0.8235 | 0.7 | 1.0 |
| 0.3318 | 4.0 | 24 | 0.7941 | 0.7 | 0.8235 | 0.7 | 1.0 |
| 0.3855 | 5.0 | 30 | 0.8122 | 0.7 | 0.8235 | 0.7 | 1.0 |
| 0.3855 | 6.0 | 36 | 0.8343 | 0.7 | 0.8235 | 0.7 | 1.0 |
| 0.407 | 7.0 | 42 | 0.8280 | 0.7 | 0.8235 | 0.7 | 1.0 |
| 0.407 | 8.0 | 48 | 0.8229 | 0.7 | 0.8235 | 0.7 | 1.0 |
| 0.3832 | 9.0 | 54 | 0.7924 | 0.7 | 0.8235 | 0.7 | 1.0 |
Framework versions
- Transformers 4.48.2
- Pytorch 2.3.0+cu121
- Datasets 3.2.0
- Tokenizers 0.21.0
- Downloads last month
- 4
Model tree for jackmedda/google-t5-t5-base_finetuned_original
Base model
google-t5/t5-base