abdulmanaam
commited on
Commit
•
243fbdd
1
Parent(s):
be5f690
End of training
Browse files- README.md +79 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: thenlper/gte-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: gte-base-clickbait-task1-20-epoch-post_title
|
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 |
+
# gte-base-clickbait-task1-20-epoch-post_title
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [thenlper/gte-base](https://huggingface.co/thenlper/gte-base) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.1698
|
21 |
+
- Accuracy: 0.7125
|
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-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
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 | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 200 | 0.8221 | 0.67 |
|
53 |
+
| No log | 2.0 | 400 | 0.7310 | 0.7075 |
|
54 |
+
| 0.8027 | 3.0 | 600 | 0.7771 | 0.6975 |
|
55 |
+
| 0.8027 | 4.0 | 800 | 0.9364 | 0.6925 |
|
56 |
+
| 0.3367 | 5.0 | 1000 | 1.0995 | 0.685 |
|
57 |
+
| 0.3367 | 6.0 | 1200 | 1.3589 | 0.695 |
|
58 |
+
| 0.3367 | 7.0 | 1400 | 1.5960 | 0.69 |
|
59 |
+
| 0.0659 | 8.0 | 1600 | 1.7658 | 0.6925 |
|
60 |
+
| 0.0659 | 9.0 | 1800 | 1.8539 | 0.7075 |
|
61 |
+
| 0.0186 | 10.0 | 2000 | 1.9483 | 0.705 |
|
62 |
+
| 0.0186 | 11.0 | 2200 | 2.0515 | 0.69 |
|
63 |
+
| 0.0186 | 12.0 | 2400 | 2.0866 | 0.6775 |
|
64 |
+
| 0.0073 | 13.0 | 2600 | 2.1074 | 0.6925 |
|
65 |
+
| 0.0073 | 14.0 | 2800 | 2.1309 | 0.7075 |
|
66 |
+
| 0.0068 | 15.0 | 3000 | 2.1519 | 0.72 |
|
67 |
+
| 0.0068 | 16.0 | 3200 | 2.1612 | 0.7175 |
|
68 |
+
| 0.0068 | 17.0 | 3400 | 2.1304 | 0.715 |
|
69 |
+
| 0.003 | 18.0 | 3600 | 2.1813 | 0.71 |
|
70 |
+
| 0.003 | 19.0 | 3800 | 2.1652 | 0.7125 |
|
71 |
+
| 0.0029 | 20.0 | 4000 | 2.1698 | 0.7125 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.44.0.dev0
|
77 |
+
- Pytorch 2.4.0+cu121
|
78 |
+
- Datasets 2.20.0
|
79 |
+
- 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 437961724
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:733ee9e4d8d72b2dff924cff9c2c1e5705c0dd272d531ef3d03cf08b1fda066e
|
3 |
size 437961724
|