chibao24's picture
Model save
0d7e3b0 verified
|
raw
history blame
No virus
1.24 kB
---
license: apache-2.0
base_model: huggingface-course/mt5-finetuned-amazon-en-es
tags:
- generated_from_trainer
model-index:
- name: my_fine_tuned_t5_small_model
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# my_fine_tuned_t5_small_model
This model is a fine-tuned version of [huggingface-course/mt5-finetuned-amazon-en-es](https://huggingface.co/huggingface-course/mt5-finetuned-amazon-en-es) on the None dataset.
## 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: 5.6e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 3000
- num_epochs: 10
- mixed_precision_training: Native AMP
### Training results
### Framework versions
- Transformers 4.41.2
- Pytorch 2.3.1+cu121
- Datasets 2.19.2
- Tokenizers 0.19.1