judithrosell
commited on
Commit
•
63dc869
1
Parent(s):
13ad271
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_1000
|
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_1000
|
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.1864
|
25 |
+
- Precision: 0.9653
|
26 |
+
- Recall: 0.9736
|
27 |
+
- F1: 0.9694
|
28 |
+
- Accuracy: 0.9655
|
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 |
+
| No log | 1.0 | 495 | 0.1375 | 0.9614 | 0.9662 | 0.9638 | 0.9590 |
|
60 |
+
| 0.2452 | 2.0 | 990 | 0.1262 | 0.9652 | 0.9705 | 0.9679 | 0.9632 |
|
61 |
+
| 0.0853 | 3.0 | 1485 | 0.1396 | 0.9638 | 0.9677 | 0.9657 | 0.9619 |
|
62 |
+
| 0.0479 | 4.0 | 1980 | 0.1485 | 0.9637 | 0.9729 | 0.9683 | 0.9651 |
|
63 |
+
| 0.0275 | 5.0 | 2475 | 0.1641 | 0.9633 | 0.9727 | 0.9680 | 0.9642 |
|
64 |
+
| 0.0181 | 6.0 | 2970 | 0.1753 | 0.9641 | 0.9739 | 0.9689 | 0.9655 |
|
65 |
+
| 0.0112 | 7.0 | 3465 | 0.1675 | 0.9659 | 0.9724 | 0.9691 | 0.9657 |
|
66 |
+
| 0.0074 | 8.0 | 3960 | 0.1817 | 0.9650 | 0.9745 | 0.9697 | 0.9663 |
|
67 |
+
| 0.0054 | 9.0 | 4455 | 0.1878 | 0.9652 | 0.9737 | 0.9694 | 0.9657 |
|
68 |
+
| 0.0038 | 10.0 | 4950 | 0.1864 | 0.9653 | 0.9736 | 0.9694 | 0.9655 |
|
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:88d8f446b383f5378c98ea7a0ba790e9bae85d2c605a3ee9f63dc3631cab3f33
|
3 |
size 435642228
|
runs/Sep07_13-51-35_8c82d2c2a81f/events.out.tfevents.1725717101.8c82d2c2a81f.290.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:093d97730d80c263f90a9296881c984fe85b8f67fb459ce0fadea334b2569e88
|
3 |
+
size 12966
|