judithrosell
commited on
Commit
•
cb8f178
1
Parent(s):
d19705d
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: BERT_ST_DA_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 |
+
# BERT_ST_DA_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.1918
|
25 |
+
- Precision: 0.9710
|
26 |
+
- Recall: 0.9712
|
27 |
+
- F1: 0.9711
|
28 |
+
- Accuracy: 0.9675
|
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: 16
|
49 |
+
- eval_batch_size: 16
|
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.1075 | 1.0 | 1050 | 0.1338 | 0.9633 | 0.9650 | 0.9641 | 0.9616 |
|
60 |
+
| 0.0565 | 2.0 | 2100 | 0.1253 | 0.9661 | 0.9687 | 0.9674 | 0.9647 |
|
61 |
+
| 0.0358 | 3.0 | 3150 | 0.1386 | 0.9691 | 0.9703 | 0.9697 | 0.9666 |
|
62 |
+
| 0.0211 | 4.0 | 4200 | 0.1516 | 0.9701 | 0.9707 | 0.9704 | 0.9670 |
|
63 |
+
| 0.0118 | 5.0 | 5250 | 0.1586 | 0.9697 | 0.9726 | 0.9711 | 0.9676 |
|
64 |
+
| 0.0084 | 6.0 | 6300 | 0.1791 | 0.9685 | 0.9698 | 0.9691 | 0.9654 |
|
65 |
+
| 0.0054 | 7.0 | 7350 | 0.1849 | 0.9692 | 0.9692 | 0.9692 | 0.9657 |
|
66 |
+
| 0.0031 | 8.0 | 8400 | 0.1887 | 0.9690 | 0.9708 | 0.9699 | 0.9660 |
|
67 |
+
| 0.0023 | 9.0 | 9450 | 0.1931 | 0.9705 | 0.9703 | 0.9704 | 0.9669 |
|
68 |
+
| 0.0017 | 10.0 | 10500 | 0.1918 | 0.9710 | 0.9712 | 0.9711 | 0.9675 |
|
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:95897d94b36f0bb29bf402af3347f4090dc2ace716bf0854920dc13fc5a4bd89
|
3 |
size 435642228
|
runs/Sep07_11-55-24_edba644a7eb1/events.out.tfevents.1725710126.edba644a7eb1.3175.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:3a2f43a890e86883c737ba17f8017d9347b56e361d1fa0187c03b7d6d2252741
|
3 |
+
size 15498
|