Finished training.
Browse files- README.md +11 -8
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -6
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
args: irony
|
23 |
metrics:
|
24 |
- type: accuracy
|
25 |
-
value: 0.
|
26 |
name: accuracy
|
27 |
---
|
28 |
|
@@ -33,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [Jeevesh8/init_bert_ft_qqp-33](https://huggingface.co/Jeevesh8/init_bert_ft_qqp-33) on the tweet_eval dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -58,18 +58,21 @@ The following hyperparameters were used during training:
|
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
-
- num_epochs:
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| accuracy | train_loss | epoch |
|
66 |
|:--------:|:----------:|:-----:|
|
67 |
| 0.5152 | None | 0 |
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
22 |
args: irony
|
23 |
metrics:
|
24 |
- type: accuracy
|
25 |
+
value: 0.6073298429319371
|
26 |
name: accuracy
|
27 |
---
|
28 |
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [Jeevesh8/init_bert_ft_qqp-33](https://huggingface.co/Jeevesh8/init_bert_ft_qqp-33) on the tweet_eval dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- accuracy: 0.6073
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 8
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| accuracy | train_loss | epoch |
|
66 |
|:--------:|:----------:|:-----:|
|
67 |
| 0.5152 | None | 0 |
|
68 |
+
| 0.4995 | 0.7877 | 0 |
|
69 |
+
| 0.4827 | 0.6952 | 1 |
|
70 |
+
| 0.5372 | 0.6872 | 2 |
|
71 |
+
| 0.5623 | 0.6682 | 3 |
|
72 |
+
| 0.5874 | 0.6571 | 4 |
|
73 |
+
| 0.5969 | 0.6456 | 5 |
|
74 |
+
| 0.5906 | 0.6369 | 6 |
|
75 |
+
| 0.6073 | 0.6328 | 7 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "SEQ_CLS",
|
26 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"query",
|
23 |
+
"value"
|
24 |
],
|
25 |
"task_type": "SEQ_CLS",
|
26 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 160400
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ee86ca769d160bb2fe9703f1c625bbdb63a48c2b4d17a62ac53db2331fa6bed
|
3 |
size 160400
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|