End of training
Browse files- README.md +24 -14
- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
- training_args.bin +2 -2
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,28 +37,38 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
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:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
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.5691
|
21 |
+
- F1: 0.3019
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0002
|
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: 20
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.6827 | 1.0 | 189 | 0.6385 | 0.0 |
|
53 |
+
| 0.6734 | 2.0 | 378 | 0.6212 | 0.0 |
|
54 |
+
| 0.6462 | 3.0 | 567 | 0.6068 | 0.0 |
|
55 |
+
| 0.6299 | 4.0 | 756 | 0.6033 | 0.0 |
|
56 |
+
| 0.6433 | 5.0 | 945 | 0.6148 | 0.2903 |
|
57 |
+
| 0.6516 | 6.0 | 1134 | 0.5877 | 0.0 |
|
58 |
+
| 0.6256 | 7.0 | 1323 | 0.5976 | 0.2881 |
|
59 |
+
| 0.6344 | 8.0 | 1512 | 0.5870 | 0.3366 |
|
60 |
+
| 0.6373 | 9.0 | 1701 | 0.5833 | 0.3137 |
|
61 |
+
| 0.6375 | 10.0 | 1890 | 0.5780 | 0.3368 |
|
62 |
+
| 0.6439 | 11.0 | 2079 | 0.5771 | 0.3168 |
|
63 |
+
| 0.6235 | 12.0 | 2268 | 0.5703 | 0.3182 |
|
64 |
+
| 0.604 | 13.0 | 2457 | 0.5854 | 0.304 |
|
65 |
+
| 0.6432 | 14.0 | 2646 | 0.5697 | 0.3061 |
|
66 |
+
| 0.6009 | 15.0 | 2835 | 0.5701 | 0.3048 |
|
67 |
+
| 0.6118 | 16.0 | 3024 | 0.5736 | 0.2957 |
|
68 |
+
| 0.6207 | 17.0 | 3213 | 0.5733 | 0.2957 |
|
69 |
+
| 0.6357 | 18.0 | 3402 | 0.5701 | 0.2991 |
|
70 |
+
| 0.621 | 19.0 | 3591 | 0.5689 | 0.3019 |
|
71 |
+
| 0.6235 | 20.0 | 3780 | 0.5691 | 0.3019 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
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:723633affb4d2f4f692efcf15e03085813ce0f4d5f79f2c001b1590a362161ba
|
3 |
size 1115393438
|
tokenizer.json
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:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
|
3 |
+
size 17082758
|
training_args.bin
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:3de5528471e131f424915bd06548ac5d69114bc8df74648e5d6dbadaf9f41727
|
3 |
+
size 4600
|