marmolpen3
commited on
Commit
•
0677544
1
Parent(s):
bc5d50c
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: bert-finetuned-sla
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# bert-finetuned-sla
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3317
|
21 |
+
- F1: 0.6207
|
22 |
+
- Roc Auc: 0.7439
|
23 |
+
- Accuracy: 0.4902
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 2e-05
|
43 |
+
- train_batch_size: 4
|
44 |
+
- eval_batch_size: 4
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 10
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
54 |
+
| No log | 1.0 | 30 | 0.4847 | 0.1795 | 0.5463 | 0.1176 |
|
55 |
+
| No log | 2.0 | 60 | 0.4364 | 0.3956 | 0.6237 | 0.2549 |
|
56 |
+
| No log | 3.0 | 90 | 0.3896 | 0.4176 | 0.6328 | 0.2941 |
|
57 |
+
| No log | 4.0 | 120 | 0.3633 | 0.5818 | 0.7180 | 0.4314 |
|
58 |
+
| No log | 5.0 | 150 | 0.3497 | 0.6271 | 0.7496 | 0.4706 |
|
59 |
+
| No log | 6.0 | 180 | 0.3317 | 0.6207 | 0.7439 | 0.4902 |
|
60 |
+
| No log | 7.0 | 210 | 0.3300 | 0.6271 | 0.7496 | 0.4706 |
|
61 |
+
| No log | 8.0 | 240 | 0.3191 | 0.6218 | 0.7478 | 0.4706 |
|
62 |
+
| No log | 9.0 | 270 | 0.3223 | 0.6271 | 0.7496 | 0.4706 |
|
63 |
+
| No log | 10.0 | 300 | 0.3189 | 0.6325 | 0.7513 | 0.4706 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.26.0
|
69 |
+
- Pytorch 1.13.1+cu116
|
70 |
+
- Datasets 2.9.0
|
71 |
+
- Tokenizers 0.13.2
|