Training complete
Browse files
README.md
CHANGED
|
@@ -6,9 +6,36 @@ tags:
|
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- conll2003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: distil-bert-finetuned-ner
|
| 11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -17,6 +44,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
# distil-bert-finetuned-ner
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -43,6 +76,13 @@ The following hyperparameters were used during training:
|
|
| 43 |
- lr_scheduler_type: linear
|
| 44 |
- num_epochs: 1
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
### Framework versions
|
| 47 |
|
| 48 |
- Transformers 4.44.2
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- conll2003
|
| 9 |
+
metrics:
|
| 10 |
+
- precision
|
| 11 |
+
- recall
|
| 12 |
+
- f1
|
| 13 |
+
- accuracy
|
| 14 |
model-index:
|
| 15 |
- name: distil-bert-finetuned-ner
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
name: Token Classification
|
| 19 |
+
type: token-classification
|
| 20 |
+
dataset:
|
| 21 |
+
name: conll2003
|
| 22 |
+
type: conll2003
|
| 23 |
+
config: conll2003
|
| 24 |
+
split: validation
|
| 25 |
+
args: conll2003
|
| 26 |
+
metrics:
|
| 27 |
+
- name: Precision
|
| 28 |
+
type: precision
|
| 29 |
+
value: 0.9052718286655683
|
| 30 |
+
- name: Recall
|
| 31 |
+
type: recall
|
| 32 |
+
value: 0.9247728037697744
|
| 33 |
+
- name: F1
|
| 34 |
+
type: f1
|
| 35 |
+
value: 0.914918414918415
|
| 36 |
+
- name: Accuracy
|
| 37 |
+
type: accuracy
|
| 38 |
+
value: 0.9830174591322859
|
| 39 |
---
|
| 40 |
|
| 41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 44 |
# distil-bert-finetuned-ner
|
| 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.0601
|
| 49 |
+
- Precision: 0.9053
|
| 50 |
+
- Recall: 0.9248
|
| 51 |
+
- F1: 0.9149
|
| 52 |
+
- Accuracy: 0.9830
|
| 53 |
|
| 54 |
## Model description
|
| 55 |
|
|
|
|
| 76 |
- lr_scheduler_type: linear
|
| 77 |
- num_epochs: 1
|
| 78 |
|
| 79 |
+
### Training results
|
| 80 |
+
|
| 81 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 82 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 83 |
+
| 0.0765 | 1.0 | 1756 | 0.0601 | 0.9053 | 0.9248 | 0.9149 | 0.9830 |
|
| 84 |
+
|
| 85 |
+
|
| 86 |
### Framework versions
|
| 87 |
|
| 88 |
- Transformers 4.44.2
|
runs/Sep26_12-42-15_adee95e190b2/events.out.tfevents.1727354539.adee95e190b2.2471.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:c7394686f03d612a716bcbc410aabd33f76056a9918de691a64ddf69b8f31ec0
|
| 3 |
+
size 6611
|