judithrosell
commited on
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google-bert/bert-base-uncased
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
- accuracy
|
12 |
+
model-index:
|
13 |
+
- name: VF_BERT_ST_1800
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
+
should probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
+
# VF_BERT_ST_1800
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.1814
|
25 |
+
- Precision: 0.8104
|
26 |
+
- Recall: 0.8406
|
27 |
+
- F1: 0.8252
|
28 |
+
- Accuracy: 0.9657
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 2e-05
|
48 |
+
- train_batch_size: 32
|
49 |
+
- eval_batch_size: 32
|
50 |
+
- seed: 42
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 10
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| 0.2052 | 1.0 | 569 | 0.1207 | 0.7731 | 0.8082 | 0.7903 | 0.9622 |
|
60 |
+
| 0.0774 | 2.0 | 1138 | 0.1369 | 0.8062 | 0.7998 | 0.8030 | 0.9629 |
|
61 |
+
| 0.0507 | 3.0 | 1707 | 0.1351 | 0.8127 | 0.8386 | 0.8254 | 0.9654 |
|
62 |
+
| 0.0328 | 4.0 | 2276 | 0.1331 | 0.8005 | 0.8414 | 0.8204 | 0.9658 |
|
63 |
+
| 0.0221 | 5.0 | 2845 | 0.1398 | 0.8144 | 0.8429 | 0.8284 | 0.9668 |
|
64 |
+
| 0.0157 | 6.0 | 3414 | 0.1481 | 0.8137 | 0.8401 | 0.8267 | 0.9671 |
|
65 |
+
| 0.0117 | 7.0 | 3983 | 0.1804 | 0.8110 | 0.8439 | 0.8271 | 0.9650 |
|
66 |
+
| 0.0062 | 8.0 | 4552 | 0.1731 | 0.8133 | 0.8434 | 0.8281 | 0.9658 |
|
67 |
+
| 0.005 | 9.0 | 5121 | 0.1835 | 0.8100 | 0.8416 | 0.8255 | 0.9660 |
|
68 |
+
| 0.0043 | 10.0 | 5690 | 0.1814 | 0.8104 | 0.8406 | 0.8252 | 0.9657 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.44.2
|
74 |
+
- Pytorch 2.4.0+cu121
|
75 |
+
- Datasets 2.21.0
|
76 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435642228
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acbd05c6b7848162fb0230d788fb05e29cdc47ee5d932e548d477c4b5c55f4c7
|
3 |
size 435642228
|
runs/Sep05_14-18-49_de4326e6193f/events.out.tfevents.1725545932.de4326e6193f.909.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1599617b72af6d83431d295ba2342a4365156a81495032261dc2eebaf90a9363
|
3 |
+
size 13388
|