judithrosell
commited on
Commit
•
e41e8a2
1
Parent(s):
296451b
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_100_v2
|
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_100_v2
|
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.2371
|
25 |
+
- Precision: 0.9457
|
26 |
+
- Recall: 0.9480
|
27 |
+
- F1: 0.9469
|
28 |
+
- Accuracy: 0.9446
|
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 | 59 | 0.3489 | 0.9065 | 0.9194 | 0.9129 | 0.9085 |
|
60 |
+
| No log | 2.0 | 118 | 0.2883 | 0.9190 | 0.9267 | 0.9228 | 0.9180 |
|
61 |
+
| No log | 3.0 | 177 | 0.2505 | 0.9322 | 0.9403 | 0.9362 | 0.9330 |
|
62 |
+
| No log | 4.0 | 236 | 0.2300 | 0.9384 | 0.9446 | 0.9415 | 0.9384 |
|
63 |
+
| No log | 5.0 | 295 | 0.2305 | 0.9397 | 0.9435 | 0.9416 | 0.9386 |
|
64 |
+
| No log | 6.0 | 354 | 0.2332 | 0.9443 | 0.9482 | 0.9462 | 0.9438 |
|
65 |
+
| No log | 7.0 | 413 | 0.2341 | 0.9433 | 0.9468 | 0.9450 | 0.9429 |
|
66 |
+
| No log | 8.0 | 472 | 0.2364 | 0.9441 | 0.9474 | 0.9457 | 0.9430 |
|
67 |
+
| 0.1814 | 9.0 | 531 | 0.2339 | 0.9457 | 0.9472 | 0.9465 | 0.9439 |
|
68 |
+
| 0.1814 | 10.0 | 590 | 0.2371 | 0.9457 | 0.9480 | 0.9469 | 0.9446 |
|
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:323e21fc9d117f930b23a2bdca10931bb551d3ddec8b486a3b4e7a85647cb215
|
3 |
size 435642228
|
runs/Sep07_14-42-54_a8d0ab33ebce/events.out.tfevents.1725720176.a8d0ab33ebce.1832.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:4543420392769c6d3e95d2bbd7ff5941848121851c17b1b7b3e3f005fd7c6a8f
|
3 |
+
size 11266
|