--- library_name: transformers license: cc-by-4.0 base_model: deepset/flan-t5-xl-squad2 tags: - generated_from_trainer model-index: - name: flan-t5-tweetqa-3ep results: [] --- # flan-t5-tweetqa-3ep This model is a fine-tuned version of [deepset/flan-t5-xl-squad2](https://huggingface.co/deepset/flan-t5-xl-squad2) on the None dataset. It achieves the following results on the evaluation set: - Loss: nan ## 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: 2 - eval_batch_size: 4 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 8 - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 10 - num_epochs: 3 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.0 | 1.0 | 1 | nan | | 0.0 | 2.0 | 2 | nan | | 0.0 | 3.0 | 3 | nan | ### Framework versions - Transformers 4.52.2 - Pytorch 2.6.0+cu124 - Datasets 2.14.4 - Tokenizers 0.21.1