indecisive-jay-739 / README.md
ElMad's picture
stackoverflow_tag_classification/initial_run/roberta-base/indecisive-jay-739
a850fe1 verified
---
library_name: transformers
license: mit
base_model: FacebookAI/roberta-base
tags:
- generated_from_trainer
model-index:
- name: indecisive-jay-739
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# indecisive-jay-739
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.3385
- Hamming Loss: 0.1123
- Zero One Loss: 1.0
- Jaccard Score: 1.0
- Hamming Loss Optimised: 0.1123
- Hamming Loss Threshold: 0.9000
- Zero One Loss Optimised: 1.0
- Zero One Loss Threshold: 0.9000
- Jaccard Score Optimised: 1.0
- Jaccard Score Threshold: 0.9000
## 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.0011128424281972827
- train_batch_size: 20
- eval_batch_size: 20
- seed: 2024
- 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
- num_epochs: 4
### Training results
| Training Loss | Epoch | Step | Validation Loss | Hamming Loss | Zero One Loss | Jaccard Score | Hamming Loss Optimised | Hamming Loss Threshold | Zero One Loss Optimised | Zero One Loss Threshold | Jaccard Score Optimised | Jaccard Score Threshold |
|:-------------:|:-----:|:----:|:---------------:|:------------:|:-------------:|:-------------:|:----------------------:|:----------------------:|:-----------------------:|:-----------------------:|:-----------------------:|:-----------------------:|
| No log | 1.0 | 160 | 0.3468 | 0.1123 | 1.0 | 1.0 | 0.1123 | 0.9000 | 1.0 | 0.9000 | 1.0 | 0.9000 |
| No log | 2.0 | 320 | 0.3445 | 0.1123 | 1.0 | 1.0 | 0.1123 | 0.9000 | 1.0 | 0.9000 | 1.0 | 0.9000 |
| No log | 3.0 | 480 | 0.3404 | 0.1123 | 1.0 | 1.0 | 0.1123 | 0.9000 | 1.0 | 0.9000 | 1.0 | 0.9000 |
| 0.3474 | 4.0 | 640 | 0.3385 | 0.1123 | 1.0 | 1.0 | 0.1123 | 0.9000 | 1.0 | 0.9000 | 1.0 | 0.9000 |
### Framework versions
- Transformers 4.46.3
- Pytorch 2.5.1+cu118
- Datasets 3.1.0
- Tokenizers 0.20.3