--- library_name: transformers base_model: klue/roberta-base tags: - generated_from_trainer metrics: - accuracy model-index: - name: causal_classifier results: [] --- # causal_classifier This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.6275 - Accuracy: 0.7493 ## 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: 2e-05 - train_batch_size: 100 - eval_batch_size: 100 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 5 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:-----:|:---------------:|:--------:| | 0.3964 | 1.0 | 5502 | 0.6775 | 0.7360 | | 0.3361 | 2.0 | 11004 | 0.6275 | 0.7493 | | 0.287 | 3.0 | 16506 | 0.6698 | 0.7445 | | 0.2451 | 4.0 | 22008 | 0.7126 | 0.7481 | | 0.2101 | 5.0 | 27510 | 0.8256 | 0.7417 | ### Framework versions - Transformers 4.44.2 - Pytorch 2.4.0+cu124 - Datasets 2.21.0 - Tokenizers 0.19.1