End of training
Browse files
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 conll2003 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 |
|
@@ -67,26 +67,22 @@ More information needed
|
|
67 |
### Training hyperparameters
|
68 |
|
69 |
The following hyperparameters were used during training:
|
70 |
-
- learning_rate:
|
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:
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| No log | 1.0 | 439 | 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.003 | 5.0 | 2195 | 0.0911 | 0.9346 | 0.9417 | 0.9381 | 0.9845 |
|
87 |
-
| 0.0021 | 6.0 | 2634 | 0.0927 | 0.9336 | 0.9431 | 0.9383 | 0.9847 |
|
88 |
-
| 0.0013 | 7.0 | 3073 | 0.0939 | 0.9321 | 0.9432 | 0.9376 | 0.9845 |
|
89 |
-
| 0.0011 | 8.0 | 3512 | 0.0955 | 0.9338 | 0.9418 | 0.9378 | 0.9846 |
|
90 |
|
91 |
|
92 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.8794544654641443
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.8945072155722117
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.8869169763185625
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9731996759178356
|
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 conll2003 dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.1902
|
48 |
+
- Precision: 0.8795
|
49 |
+
- Recall: 0.8945
|
50 |
+
- F1: 0.8869
|
51 |
+
- Accuracy: 0.9732
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
67 |
### Training hyperparameters
|
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: 4
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 1.0 | 439 | 0.1942 | 0.8818 | 0.8931 | 0.8874 | 0.9732 |
|
83 |
+
| 0.0009 | 2.0 | 878 | 0.1902 | 0.8817 | 0.8933 | 0.8875 | 0.9729 |
|
84 |
+
| 0.001 | 3.0 | 1317 | 0.1894 | 0.8794 | 0.8952 | 0.8872 | 0.9733 |
|
85 |
+
| 0.0009 | 4.0 | 1756 | 0.1902 | 0.8795 | 0.8945 | 0.8869 | 0.9732 |
|
|
|
|
|
|
|
|
|
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 265491548
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91da751a486cac1a31562dfa8e7f7589e24879cd27f32468c42b3c14c5858a04
|
3 |
size 265491548
|
runs/May21_07-33-06_e2007835deec/events.out.tfevents.1716276797.e2007835deec.34.9
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:3814316c79151a472c48875ad9fb2542ff77a00fb7157395eb8cbc74f7eaa0a0
|
3 |
+
size 7807
|
runs/May21_07-33-06_e2007835deec/events.out.tfevents.1716277089.e2007835deec.34.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b911e1310258aeb725b8a58341a077d13010f42a2327599a2ddce5f322e99c47
|
3 |
+
size 560
|