End of training
Browse files
README.md
CHANGED
@@ -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
|
@@ -45,11 +45,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
45 |
|
46 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 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 |
|
@@ -80,14 +80,14 @@ The following hyperparameters were used during training:
|
|
80 |
|
81 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
82 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
|
87 |
|
88 |
### Framework versions
|
89 |
|
90 |
-
- Transformers 4.
|
91 |
-
- Pytorch 2.4.1
|
92 |
- Datasets 3.0.1
|
93 |
-
- Tokenizers 0.
|
|
|
26 |
metrics:
|
27 |
- name: Precision
|
28 |
type: precision
|
29 |
+
value: 0.9263309034680804
|
30 |
- name: Recall
|
31 |
type: recall
|
32 |
+
value: 0.9382481261886118
|
33 |
- name: F1
|
34 |
type: f1
|
35 |
+
value: 0.9322514311120992
|
36 |
- name: Accuracy
|
37 |
type: accuracy
|
38 |
+
value: 0.9836370279759162
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
45 |
|
46 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
|
47 |
It achieves the following results on the evaluation set:
|
48 |
+
- Loss: 0.0623
|
49 |
+
- Precision: 0.9263
|
50 |
+
- Recall: 0.9382
|
51 |
+
- F1: 0.9323
|
52 |
+
- Accuracy: 0.9836
|
53 |
|
54 |
## Model description
|
55 |
|
|
|
80 |
|
81 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
82 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
83 |
+
| 0.1918 | 1.0 | 878 | 0.0674 | 0.9073 | 0.9244 | 0.9158 | 0.9809 |
|
84 |
+
| 0.0508 | 2.0 | 1756 | 0.0614 | 0.9230 | 0.9351 | 0.9290 | 0.9827 |
|
85 |
+
| 0.0292 | 3.0 | 2634 | 0.0623 | 0.9263 | 0.9382 | 0.9323 | 0.9836 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
89 |
|
90 |
+
- Transformers 4.44.2
|
91 |
+
- Pytorch 2.4.1+cu121
|
92 |
- Datasets 3.0.1
|
93 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -41,6 +41,6 @@
|
|
41 |
"sinusoidal_pos_embds": false,
|
42 |
"tie_weights_": true,
|
43 |
"torch_dtype": "float32",
|
44 |
-
"transformers_version": "4.
|
45 |
"vocab_size": 30522
|
46 |
}
|
|
|
41 |
"sinusoidal_pos_embds": false,
|
42 |
"tie_weights_": true,
|
43 |
"torch_dtype": "float32",
|
44 |
+
"transformers_version": "4.44.2",
|
45 |
"vocab_size": 30522
|
46 |
}
|
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:d3386812daa0dfb75cf1a9bdeb98957c09b43fcb7f707295fef1eda23f6bb0f8
|
3 |
size 265491548
|
runs/Oct18_14-37-02_2fa9ea9201b6/events.out.tfevents.1729262234.2fa9ea9201b6.540.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfc91b06c1689b1aa94e1f6c503417b9b91a40ea17c019004014ae5c69db8f8b
|
3 |
+
size 8056
|
runs/Oct18_14-37-02_2fa9ea9201b6/events.out.tfevents.1729273647.2fa9ea9201b6.540.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8da1d563976c0f3a9c5a70014077a6018fbe6c4eb8daef72fe8ff5775f745520
|
3 |
+
size 560
|
tokenizer_config.json
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
-
"clean_up_tokenization_spaces":
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": true,
|
47 |
"mask_token": "[MASK]",
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": true,
|
47 |
"mask_token": "[MASK]",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da7bc3a757469eae373fa201c5938b232883548da6a9f5c63536eddf40bba37c
|
3 |
size 5240
|