File size: 2,457 Bytes
67149f2 37690e5 67149f2 37690e5 67149f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: multi-label-class-classification-on-github-issues
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. -->
# multi-label-class-classification-on-github-issues
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.3785
- Micro f1: 0.5031
- Macro f1: 0.0317
## 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: 3e-05
- train_batch_size: 512
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 15
### Training results
| Training Loss | Epoch | Step | Validation Loss | Micro f1 | Macro f1 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
| No log | 1.0 | 4 | 0.6548 | 0.2035 | 0.0412 |
| No log | 2.0 | 8 | 0.5953 | 0.2747 | 0.0395 |
| No log | 3.0 | 12 | 0.5509 | 0.3474 | 0.0376 |
| No log | 4.0 | 16 | 0.5159 | 0.4098 | 0.0375 |
| No log | 5.0 | 20 | 0.4859 | 0.4842 | 0.0362 |
| No log | 6.0 | 24 | 0.4625 | 0.4875 | 0.0315 |
| No log | 7.0 | 28 | 0.4434 | 0.4893 | 0.0315 |
| No log | 8.0 | 32 | 0.4268 | 0.4906 | 0.0315 |
| No log | 9.0 | 36 | 0.4134 | 0.4920 | 0.0306 |
| No log | 10.0 | 40 | 0.4027 | 0.4943 | 0.0308 |
| No log | 11.0 | 44 | 0.3939 | 0.4952 | 0.0309 |
| No log | 12.0 | 48 | 0.3872 | 0.4986 | 0.0312 |
| No log | 13.0 | 52 | 0.3824 | 0.5025 | 0.0316 |
| No log | 14.0 | 56 | 0.3796 | 0.5033 | 0.0317 |
| No log | 15.0 | 60 | 0.3785 | 0.5031 | 0.0317 |
### Framework versions
- Transformers 4.24.0
- Pytorch 1.12.1+cu113
- Datasets 2.7.1
- Tokenizers 0.13.2
|