End of training
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: MiMe-MeMo/MeMo-BERT-03
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: MeMo_BERT-SA_MeMo-BERT-03_01
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# MeMo_BERT-SA_MeMo-BERT-03_01
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [MiMe-MeMo/MeMo-BERT-03](https://huggingface.co/MiMe-MeMo/MeMo-BERT-03) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 2.3157
|
18 |
+
- F1-score: 0.7821
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 20
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss | F1-score |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
49 |
+
| No log | 1.0 | 297 | 0.7332 | 0.7373 |
|
50 |
+
| 0.5945 | 2.0 | 594 | 0.9941 | 0.7644 |
|
51 |
+
| 0.5945 | 3.0 | 891 | 1.1745 | 0.7714 |
|
52 |
+
| 0.2243 | 4.0 | 1188 | 1.6828 | 0.7210 |
|
53 |
+
| 0.2243 | 5.0 | 1485 | 1.6114 | 0.7308 |
|
54 |
+
| 0.0807 | 6.0 | 1782 | 1.9495 | 0.7515 |
|
55 |
+
| 0.0133 | 7.0 | 2079 | 2.0289 | 0.7536 |
|
56 |
+
| 0.0133 | 8.0 | 2376 | 2.1528 | 0.7566 |
|
57 |
+
| 0.0002 | 9.0 | 2673 | 2.2011 | 0.7560 |
|
58 |
+
| 0.0002 | 10.0 | 2970 | 2.2830 | 0.7351 |
|
59 |
+
| 0.0199 | 11.0 | 3267 | 2.3461 | 0.7456 |
|
60 |
+
| 0.0103 | 12.0 | 3564 | 2.2212 | 0.7533 |
|
61 |
+
| 0.0103 | 13.0 | 3861 | 2.2322 | 0.7622 |
|
62 |
+
| 0.0063 | 14.0 | 4158 | 2.3226 | 0.7599 |
|
63 |
+
| 0.0063 | 15.0 | 4455 | 2.3019 | 0.7561 |
|
64 |
+
| 0.0026 | 16.0 | 4752 | 2.2407 | 0.7675 |
|
65 |
+
| 0.0 | 17.0 | 5049 | 2.2745 | 0.7715 |
|
66 |
+
| 0.0 | 18.0 | 5346 | 2.3114 | 0.7716 |
|
67 |
+
| 0.0002 | 19.0 | 5643 | 2.3157 | 0.7821 |
|
68 |
+
| 0.0002 | 20.0 | 5940 | 2.3187 | 0.7749 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.38.2
|
74 |
+
- Pytorch 2.2.1+cu121
|
75 |
+
- Datasets 2.18.0
|
76 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497817180
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9db48a933eec6b0586ee4884354ceb19457ffc89f2e8fd2b0547a13338f2c51d
|
3 |
size 497817180
|
runs/Mar18_12-23-04_086076f4e303/events.out.tfevents.1710766442.086076f4e303.26852.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05d2e19c6769e8c5734042c288cf8da189364309f7e77e864833e27fd2cc2ca0
|
3 |
+
size 411
|