End of training
Browse files- README.md +14 -12
- model.safetensors +1 -1
README.md
CHANGED
@@ -25,16 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
44 |
|
45 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
-
- Loss: 0.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
-
- F1: 0.
|
51 |
-
- Accuracy: 0.
|
52 |
|
53 |
## Model description
|
54 |
|
@@ -73,14 +73,16 @@ The following hyperparameters were used during training:
|
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
-
- num_epochs:
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| No log | 1.0 | 107 | 0.
|
83 |
-
| No log | 2.0 | 214 | 0.
|
|
|
|
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.5720930232558139
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.34198331788693237
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.4280742459396752
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9453636013851482
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.3526
|
48 |
+
- Precision: 0.5721
|
49 |
+
- Recall: 0.3420
|
50 |
+
- F1: 0.4281
|
51 |
+
- Accuracy: 0.9454
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
+
- num_epochs: 4
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 1.0 | 107 | 0.2863 | 0.3981 | 0.3494 | 0.3722 | 0.9328 |
|
83 |
+
| No log | 2.0 | 214 | 0.3438 | 0.5734 | 0.3151 | 0.4067 | 0.9443 |
|
84 |
+
| No log | 3.0 | 321 | 0.3482 | 0.5922 | 0.3216 | 0.4168 | 0.9445 |
|
85 |
+
| No log | 4.0 | 428 | 0.3526 | 0.5721 | 0.3420 | 0.4281 | 0.9454 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265503852
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd9dc644da4e4c2626b2c0e30419b205165bf2ae621fa47922704761c067a5ed
|
3 |
size 265503852
|