End of training
Browse files- README.md +69 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: Twitter/twhin-bert-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
+
model-index:
|
9 |
+
- name: twhin-bert-base
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# twhin-bert-base
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [Twitter/twhin-bert-base](https://huggingface.co/Twitter/twhin-bert-base) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9505
|
21 |
+
- F1: 0.4
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-06
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 10
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.6761 | 1.0 | 189 | 0.6155 | 0.0 |
|
53 |
+
| 0.6234 | 2.0 | 378 | 0.6077 | 0.1961 |
|
54 |
+
| 0.612 | 3.0 | 567 | 0.6394 | 0.2333 |
|
55 |
+
| 0.611 | 4.0 | 756 | 0.6725 | 0.4533 |
|
56 |
+
| 0.59 | 5.0 | 945 | 0.6929 | 0.4198 |
|
57 |
+
| 0.5866 | 6.0 | 1134 | 0.9161 | 0.3385 |
|
58 |
+
| 0.628 | 7.0 | 1323 | 0.8932 | 0.3824 |
|
59 |
+
| 0.4787 | 8.0 | 1512 | 0.9278 | 0.3824 |
|
60 |
+
| 0.5853 | 9.0 | 1701 | 0.9531 | 0.3944 |
|
61 |
+
| 0.5249 | 10.0 | 1890 | 0.9505 | 0.4 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.32.1
|
67 |
+
- Pytorch 2.1.2
|
68 |
+
- Datasets 2.12.0
|
69 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1115393438
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e47e77a95e463f3fecce97e0e427a0d0cc4ee16e2d56cfec0d8c7e6591232c10
|
3 |
size 1115393438
|