--- library_name: transformers license: mit base_model: vinai/bertweet-large tags: - generated_from_trainer metrics: - accuracy model-index: - name: BERTweet-large-full-match-data results: [] --- # BERTweet-large-full-match-data This model is a fine-tuned version of [vinai/bertweet-large](https://huggingface.co/vinai/bertweet-large) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.3109 - Accuracy: 0.8920 - F1 Macro: 0.8860 - F1 Weighted: 0.8920 ## 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: 32 - eval_batch_size: 64 - seed: 42 - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED 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: 200 - num_epochs: 2 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted | |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:| | 0.3837 | 1.0 | 749 | 0.3534 | 0.8745 | 0.8636 | 0.8751 | | 0.2162 | 2.0 | 1498 | 0.3109 | 0.8920 | 0.8860 | 0.8920 | ### Framework versions - Transformers 5.0.0 - Pytorch 2.10.0+cu128 - Datasets 4.0.0 - Tokenizers 0.22.2