Finished training.
Browse files- README.md +11 -11
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -6
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
args: irony
|
24 |
metrics:
|
25 |
- type: accuracy
|
26 |
-
value: 0.
|
27 |
name: accuracy
|
28 |
---
|
29 |
|
@@ -34,7 +34,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the tweet_eval dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -65,15 +65,15 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| accuracy | train_loss | epoch |
|
67 |
|:--------:|:----------:|:-----:|
|
68 |
-
| 0.
|
69 |
-
| 0.6105 | 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
23 |
args: irony
|
24 |
metrics:
|
25 |
- type: accuracy
|
26 |
+
value: 0.6764397905759162
|
27 |
name: accuracy
|
28 |
---
|
29 |
|
|
|
34 |
|
35 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the tweet_eval dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- accuracy: 0.6764
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
65 |
|
66 |
| accuracy | train_loss | epoch |
|
67 |
|:--------:|:----------:|:-----:|
|
68 |
+
| 0.4775 | None | 0 |
|
69 |
+
| 0.6105 | 0.6674 | 0 |
|
70 |
+
| 0.6230 | 0.6207 | 1 |
|
71 |
+
| 0.6712 | 0.5747 | 2 |
|
72 |
+
| 0.6921 | 0.5503 | 3 |
|
73 |
+
| 0.6754 | 0.5273 | 4 |
|
74 |
+
| 0.6440 | 0.5159 | 5 |
|
75 |
+
| 0.6754 | 0.4948 | 6 |
|
76 |
+
| 0.6764 | 0.4880 | 7 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2446056
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fda469c6305b5fe9f69e89bd3dec5abdc2f4ce2a1ecbaaec1af1b3a125f0ec2
|
3 |
size 2446056
|
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 |
{
|