--- license: apache-2.0 base_model: t5-3b tags: - generated_from_trainer datasets: - glue metrics: - accuracy model-index: - name: t5-3b_rte_sp0_ar0 results: - task: name: Text Classification type: text-classification dataset: name: glue type: glue config: rte split: validation args: rte metrics: - name: Accuracy type: accuracy value: 0.5140562248995983 --- # t5-3b_rte_sp0_ar0 This model is a fine-tuned version of [t5-3b](https://huggingface.co/t5-3b) on the glue dataset. It achieves the following results on the evaluation set: - Loss: 0.6984 - Accuracy: 0.5141 ## 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: 5e-05 - train_batch_size: 8 - eval_batch_size: 16 - seed: 1 - distributed_type: multi-GPU - gradient_accumulation_steps: 2 - total_train_batch_size: 16 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 20 - training_steps: 10 ### Training results ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.1+cu121 - Datasets 2.15.0 - Tokenizers 0.15.0