--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: distilroberta-tcfd-disclosure results: [] datasets: - rexarski/TCFD_disclosure pipeline_tag: text-classification --- # distilroberta-tcfd-disclosure This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.7356 ## 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: 16 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 5 - total_train_batch_size: 80 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 50 - num_epochs: 20 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 5 | 2.3987 | | 2.4026 | 2.0 | 10 | 2.3915 | | 2.4026 | 3.0 | 15 | 2.3802 | | 2.379 | 4.0 | 20 | 2.3660 | | 2.379 | 5.0 | 25 | 2.3306 | | 2.3117 | 6.0 | 30 | 2.2219 | | 2.3117 | 7.0 | 35 | 2.0485 | | 1.9883 | 8.0 | 40 | 1.9095 | | 1.9883 | 9.0 | 45 | 1.8112 | | 1.5971 | 10.0 | 50 | 1.7251 | | 1.5971 | 11.0 | 55 | 1.6428 | | 1.1741 | 12.0 | 60 | 1.6219 | | 1.1741 | 13.0 | 65 | 1.6011 | | 0.8494 | 14.0 | 70 | 1.6859 | | 0.8494 | 15.0 | 75 | 1.6946 | | 0.6111 | 16.0 | 80 | 1.7356 | ### Framework versions - Transformers 4.28.1 - Pytorch 2.0.0+cu118 - Datasets 2.11.0 - Tokenizers 0.13.3