t5-SQUAD-questions-generation
This model is a fine-tuned version of t5-base on the squad_modified_for_t5_qg dataset. It achieves the following results on the evaluation set:
- Loss: 1.1821
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: 0.0001
- train_batch_size: 4
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 16
- total_train_batch_size: 64
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 7
Training results
Training Loss | Epoch | Step | Validation Loss |
---|---|---|---|
1.5884 | 0.34 | 100 | 1.3048 |
1.4036 | 0.68 | 200 | 1.2631 |
1.3571 | 1.02 | 300 | 1.2312 |
1.2925 | 1.35 | 400 | 1.2368 |
1.281 | 1.69 | 500 | 1.2234 |
1.2693 | 2.03 | 600 | 1.2160 |
1.2247 | 2.37 | 700 | 1.2100 |
1.2227 | 2.71 | 800 | 1.2061 |
1.2144 | 3.05 | 900 | 1.2044 |
1.179 | 3.39 | 1000 | 1.1966 |
1.1808 | 3.73 | 1100 | 1.1842 |
1.1706 | 4.06 | 1200 | 1.1790 |
1.1561 | 4.4 | 1300 | 1.1874 |
1.1486 | 4.74 | 1400 | 1.1807 |
1.1441 | 5.08 | 1500 | 1.1925 |
1.1278 | 5.42 | 1600 | 1.1871 |
1.1221 | 5.76 | 1700 | 1.1879 |
1.128 | 6.1 | 1800 | 1.1819 |
1.1105 | 6.44 | 1900 | 1.1840 |
1.1107 | 6.77 | 2000 | 1.1821 |
Framework versions
- Transformers 4.28.1
- Pytorch 2.0.0
- Datasets 2.12.0
- Tokenizers 0.11.0
- Downloads last month
- 8
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.