End of training
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model: distilbert-base-uncased
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
@@ -26,16 +26,16 @@ model-index:
|
|
26 |
metrics:
|
27 |
- name: Precision
|
28 |
type: precision
|
29 |
-
value: 0.
|
30 |
- name: Recall
|
31 |
type: recall
|
32 |
-
value: 0.
|
33 |
- name: F1
|
34 |
type: f1
|
35 |
-
value: 0.
|
36 |
- name: Accuracy
|
37 |
type: accuracy
|
38 |
-
value: 0.
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -43,13 +43,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
43 |
|
44 |
# distilbert_wnut_model
|
45 |
|
46 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
-
- Loss: 0.
|
49 |
-
- Precision: 0.
|
50 |
-
- Recall: 0.
|
51 |
-
- F1: 0.
|
52 |
-
- Accuracy: 0.
|
53 |
|
54 |
## Model description
|
55 |
|
@@ -74,14 +74,18 @@ The following hyperparameters were used during training:
|
|
74 |
- seed: 42
|
75 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
76 |
- lr_scheduler_type: linear
|
77 |
-
- num_epochs:
|
78 |
|
79 |
### Training results
|
80 |
|
81 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
82 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
83 |
-
| No log | 1.0 | 213 | 0.
|
84 |
-
| No log | 2.0 | 426 | 0.
|
|
|
|
|
|
|
|
|
85 |
|
86 |
|
87 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: distilbert/distilbert-base-uncased
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
|
|
26 |
metrics:
|
27 |
- name: Precision
|
28 |
type: precision
|
29 |
+
value: 0.5218476903870163
|
30 |
- name: Recall
|
31 |
type: recall
|
32 |
+
value: 0.3873957367933272
|
33 |
- name: F1
|
34 |
type: f1
|
35 |
+
value: 0.4446808510638298
|
36 |
- name: Accuracy
|
37 |
type: accuracy
|
38 |
+
value: 0.946346885554273
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
43 |
|
44 |
# distilbert_wnut_model
|
45 |
|
46 |
+
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the wnut_17 dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
+
- Loss: 0.3052
|
49 |
+
- Precision: 0.5218
|
50 |
+
- Recall: 0.3874
|
51 |
+
- F1: 0.4447
|
52 |
+
- Accuracy: 0.9463
|
53 |
|
54 |
## Model description
|
55 |
|
|
|
74 |
- seed: 42
|
75 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
76 |
- lr_scheduler_type: linear
|
77 |
+
- num_epochs: 6
|
78 |
|
79 |
### Training results
|
80 |
|
81 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
82 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
83 |
+
| No log | 1.0 | 213 | 0.2801 | 0.5586 | 0.2428 | 0.3385 | 0.9384 |
|
84 |
+
| No log | 2.0 | 426 | 0.2573 | 0.5228 | 0.2975 | 0.3792 | 0.9425 |
|
85 |
+
| 0.1769 | 3.0 | 639 | 0.2859 | 0.5510 | 0.3253 | 0.4091 | 0.9450 |
|
86 |
+
| 0.1769 | 4.0 | 852 | 0.2965 | 0.5499 | 0.3522 | 0.4294 | 0.9462 |
|
87 |
+
| 0.0496 | 5.0 | 1065 | 0.2951 | 0.5123 | 0.3846 | 0.4394 | 0.9458 |
|
88 |
+
| 0.0496 | 6.0 | 1278 | 0.3052 | 0.5218 | 0.3874 | 0.4447 | 0.9463 |
|
89 |
|
90 |
|
91 |
### 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:43dac66a561faacb38792fcec6ecef2fc6fa1f0a409591dc1b704e1b1fbaf6f7
|
3 |
size 265503852
|
runs/Mar24_08-20-40_5b1bc1e3325d/events.out.tfevents.1742804442.5b1bc1e3325d.11700.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:353cfb871f09912d110da9c866410b2cf86c3e43c1ef12d38de7e0fcf96ecc01
|
3 |
+
size 9209
|