File size: 2,991 Bytes
0677544
 
 
 
 
 
 
6688df8
0677544
 
 
 
 
 
 
 
 
 
 
 
ba8de65
 
 
 
0677544
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
feb9bb5
0677544
 
 
 
 
ba8de65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0677544
 
 
 
 
 
 
 
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
74
75
76
77
78
79
80
81
82
83
---
license: apache-2.0
tags:
- generated_from_trainer
metrics:
- f1
- accuracy
base_model: bert-base-uncased
model-index:
- name: bert-finetuned-sla
  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. -->

# bert-finetuned-sla

This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.3274
- F1: 0.6555
- Roc Auc: 0.7660
- Accuracy: 0.5294

## 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: 4
- eval_batch_size: 4
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 20

### Training results

| Training Loss | Epoch | Step | Validation Loss | F1     | Roc Auc | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
| No log        | 1.0   | 30   | 0.4994          | 0.0    | 0.5     | 0.0      |
| No log        | 2.0   | 60   | 0.4408          | 0.0    | 0.5     | 0.0      |
| No log        | 3.0   | 90   | 0.3761          | 0.4444 | 0.6462  | 0.1961   |
| No log        | 4.0   | 120  | 0.3438          | 0.6496 | 0.7604  | 0.4706   |
| No log        | 5.0   | 150  | 0.3274          | 0.6555 | 0.7660  | 0.5294   |
| No log        | 6.0   | 180  | 0.3093          | 0.6557 | 0.7699  | 0.4706   |
| No log        | 7.0   | 210  | 0.3083          | 0.6560 | 0.7738  | 0.5098   |
| No log        | 8.0   | 240  | 0.3030          | 0.6457 | 0.7703  | 0.4706   |
| No log        | 9.0   | 270  | 0.3096          | 0.6667 | 0.7811  | 0.4902   |
| No log        | 10.0  | 300  | 0.2976          | 0.6718 | 0.7907  | 0.5098   |
| No log        | 11.0  | 330  | 0.2986          | 0.6769 | 0.7924  | 0.5294   |
| No log        | 12.0  | 360  | 0.3046          | 0.6562 | 0.7777  | 0.5098   |
| No log        | 13.0  | 390  | 0.2988          | 0.6870 | 0.7997  | 0.4902   |
| No log        | 14.0  | 420  | 0.3026          | 0.6769 | 0.7924  | 0.5098   |
| No log        | 15.0  | 450  | 0.3005          | 0.6870 | 0.7997  | 0.5098   |
| No log        | 16.0  | 480  | 0.3012          | 0.6822 | 0.7941  | 0.5098   |
| 0.2216        | 17.0  | 510  | 0.3013          | 0.6977 | 0.8032  | 0.5294   |
| 0.2216        | 18.0  | 540  | 0.3033          | 0.6977 | 0.8032  | 0.5294   |
| 0.2216        | 19.0  | 570  | 0.3024          | 0.6977 | 0.8032  | 0.5294   |
| 0.2216        | 20.0  | 600  | 0.3027          | 0.6923 | 0.8015  | 0.5098   |


### Framework versions

- Transformers 4.26.0
- Pytorch 1.13.1+cu116
- Datasets 2.9.0
- Tokenizers 0.13.2