--- library_name: transformers base_model: uitnlp/visobert tags: - generated_from_trainer metrics: - accuracy - precision - recall - f1 model-index: - name: visobert-human-finetune-seg-seed-1337 results: [] --- # visobert-human-finetune-seg-seed-1337 This model is a fine-tuned version of [uitnlp/visobert](https://huggingface.co/uitnlp/visobert) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.3589 - Accuracy: 0.8795 - Precision: 0.7211 - Recall: 0.6849 - F1: 0.6984 ## 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: 0.0001 - train_batch_size: 64 - eval_batch_size: 64 - seed: 42 - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 500 - num_epochs: 50 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:| | No log | 1.0 | 346 | 0.3657 | 0.8604 | 0.6978 | 0.6580 | 0.6291 | | 0.352 | 2.0 | 692 | 0.3589 | 0.8795 | 0.7211 | 0.6849 | 0.6984 | | 0.1989 | 3.0 | 1038 | 0.4990 | 0.8743 | 0.6978 | 0.6868 | 0.6922 | | 0.1989 | 4.0 | 1384 | 0.5615 | 0.8743 | 0.7059 | 0.6524 | 0.6724 | | 0.1028 | 5.0 | 1730 | 0.6734 | 0.8735 | 0.7051 | 0.6520 | 0.6750 | | 0.072 | 6.0 | 2076 | 0.6898 | 0.8660 | 0.6720 | 0.6838 | 0.6776 | | 0.072 | 7.0 | 2422 | 0.5690 | 0.8630 | 0.6705 | 0.6727 | 0.6713 | ### Framework versions - Transformers 4.51.1 - Pytorch 2.5.1+cu124 - Datasets 3.5.0 - Tokenizers 0.21.0