stephen-osullivan
commited on
Commit
•
702f47f
1
Parent(s):
6bdbf50
End of training
Browse files- README.md +17 -14
- 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/distilbert-base-uncased](https://huggingface.co/distilbert/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 |
|
@@ -68,19 +68,22 @@ More information needed
|
|
68 |
|
69 |
The following hyperparameters were used during training:
|
70 |
- learning_rate: 2e-05
|
71 |
-
- train_batch_size:
|
72 |
-
- eval_batch_size:
|
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 |
|
83 |
-
| No log | 2.0 |
|
|
|
|
|
|
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.5680628272251309
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.40222428174235403
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.4709712425393381
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9480141934932239
|
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/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the wnut_17 dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.2966
|
48 |
+
- Precision: 0.5681
|
49 |
+
- Recall: 0.4022
|
50 |
+
- F1: 0.4710
|
51 |
+
- Accuracy: 0.9480
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
68 |
|
69 |
The following hyperparameters were used during training:
|
70 |
- learning_rate: 2e-05
|
71 |
+
- train_batch_size: 32
|
72 |
+
- eval_batch_size: 32
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
+
- num_epochs: 5
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 1.0 | 107 | 0.2496 | 0.5131 | 0.3624 | 0.4248 | 0.9450 |
|
83 |
+
| No log | 2.0 | 214 | 0.2794 | 0.5829 | 0.3485 | 0.4362 | 0.9456 |
|
84 |
+
| No log | 3.0 | 321 | 0.2808 | 0.5755 | 0.3781 | 0.4564 | 0.9465 |
|
85 |
+
| No log | 4.0 | 428 | 0.2935 | 0.5569 | 0.3902 | 0.4589 | 0.9476 |
|
86 |
+
| 0.059 | 5.0 | 535 | 0.2966 | 0.5681 | 0.4022 | 0.4710 | 0.9480 |
|
87 |
|
88 |
|
89 |
### 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:c973fb04544e1d0e4f9611f1851085f7dcc3d9f454d4aa0b5a27b2e78128a756
|
3 |
size 265503852
|