--- license: mit base_model: cointegrated/rubert-tiny tags: - generated_from_trainer metrics: - accuracy model-index: - name: test_trainer results: [] --- # test_trainer This model is a fine-tuned version of [cointegrated/rubert-tiny](https://huggingface.co/cointegrated/rubert-tiny) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.7461 - Accuracy: 0.8310 ## 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: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | No log | 1.0 | 60 | 0.7383 | 0.8404 | | No log | 2.0 | 120 | 0.8743 | 0.7840 | | No log | 3.0 | 180 | 0.7312 | 0.8169 | | No log | 4.0 | 240 | 0.6733 | 0.8404 | | No log | 5.0 | 300 | 0.7612 | 0.7981 | | No log | 6.0 | 360 | 0.7671 | 0.8122 | | No log | 7.0 | 420 | 0.7306 | 0.8263 | | No log | 8.0 | 480 | 0.7523 | 0.8263 | | 0.1118 | 9.0 | 540 | 0.7645 | 0.8263 | | 0.1118 | 10.0 | 600 | 0.7461 | 0.8310 | ### Framework versions - Transformers 4.37.1 - Pytorch 2.1.2 - Datasets 2.16.1 - Tokenizers 0.15.1