--- library_name: transformers license: apache-2.0 base_model: ai-forever/ruBert-base tags: - generated_from_trainer metrics: - accuracy model-index: - name: ruBertBase_attr results: [] --- # ruBertBase_attr This model is a fine-tuned version of [ai-forever/ruBert-base](https://huggingface.co/ai-forever/ruBert-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.3136 - Accuracy: 0.8723 ## 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: 32 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - num_epochs: 2 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:-----:|:---------------:|:--------:| | 0.336 | 1.0 | 29213 | 0.3316 | 0.8629 | | 0.2825 | 2.0 | 58426 | 0.3136 | 0.8723 | ### Framework versions - Transformers 4.44.1 - Pytorch 2.0.1+cu118 - Datasets 2.21.0 - Tokenizers 0.19.1