End of training
Browse files
README.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
-
datasets:
|
| 6 |
-
- conll2003
|
| 7 |
metrics:
|
| 8 |
- precision
|
| 9 |
- recall
|
|
@@ -11,27 +10,7 @@ metrics:
|
|
| 11 |
- accuracy
|
| 12 |
model-index:
|
| 13 |
- name: distilbert-base-uncased-finetuned-ner
|
| 14 |
-
results:
|
| 15 |
-
- task:
|
| 16 |
-
name: Token Classification
|
| 17 |
-
type: token-classification
|
| 18 |
-
dataset:
|
| 19 |
-
name: conll2003
|
| 20 |
-
type: conll2003
|
| 21 |
-
args: conll2003
|
| 22 |
-
metrics:
|
| 23 |
-
- name: Precision
|
| 24 |
-
type: precision
|
| 25 |
-
value: 0.9244616234124793
|
| 26 |
-
- name: Recall
|
| 27 |
-
type: recall
|
| 28 |
-
value: 0.9364582168027744
|
| 29 |
-
- name: F1
|
| 30 |
-
type: f1
|
| 31 |
-
value: 0.9304212515282871
|
| 32 |
-
- name: Accuracy
|
| 33 |
-
type: accuracy
|
| 34 |
-
value: 0.9833987322668276
|
| 35 |
---
|
| 36 |
|
| 37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -39,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 39 |
|
| 40 |
# distilbert-base-uncased-finetuned-ner
|
| 41 |
|
| 42 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
| 43 |
It achieves the following results on the evaluation set:
|
| 44 |
-
- Loss: 0.
|
| 45 |
-
- Precision: 0.
|
| 46 |
-
- Recall: 0.
|
| 47 |
-
- F1: 0.
|
| 48 |
-
- Accuracy: 0.
|
| 49 |
|
| 50 |
## Model description
|
| 51 |
|
|
@@ -76,14 +55,14 @@ The following hyperparameters were used during training:
|
|
| 76 |
|
| 77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 79 |
-
| 0.
|
| 80 |
-
| 0.0514 | 2.0 | 1756 | 0.
|
| 81 |
-
| 0.
|
| 82 |
|
| 83 |
|
| 84 |
### Framework versions
|
| 85 |
|
| 86 |
-
- Transformers 4.
|
| 87 |
-
- Pytorch 1.
|
| 88 |
-
- Datasets
|
| 89 |
-
- Tokenizers 0.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: distilbert-base-uncased
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
metrics:
|
| 7 |
- precision
|
| 8 |
- recall
|
|
|
|
| 10 |
- accuracy
|
| 11 |
model-index:
|
| 12 |
- name: distilbert-base-uncased-finetuned-ner
|
| 13 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 18 |
|
| 19 |
# distilbert-base-uncased-finetuned-ner
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.0601
|
| 24 |
+
- Precision: 0.9229
|
| 25 |
+
- Recall: 0.9352
|
| 26 |
+
- F1: 0.9290
|
| 27 |
+
- Accuracy: 0.9831
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 58 |
+
| 0.2538 | 1.0 | 878 | 0.0725 | 0.8985 | 0.9165 | 0.9074 | 0.9792 |
|
| 59 |
+
| 0.0514 | 2.0 | 1756 | 0.0593 | 0.9218 | 0.9318 | 0.9267 | 0.9827 |
|
| 60 |
+
| 0.0308 | 3.0 | 2634 | 0.0601 | 0.9229 | 0.9352 | 0.9290 | 0.9831 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
| 64 |
|
| 65 |
+
- Transformers 4.36.2
|
| 66 |
+
- Pytorch 2.1.0+cu121
|
| 67 |
+
- Datasets 2.16.0
|
| 68 |
+
- Tokenizers 0.15.0
|
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:a09c3615afa5f33ab637ae30500b9d54198cf943dac5f1404f20ab69c2c4744a
|
| 3 |
size 265491548
|
runs/Dec25_14-01-00_2e15fbdb4865/events.out.tfevents.1703512861.2e15fbdb4865.942.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:5edff219f62c95f9b672c640eb0aafad2f1368b28f554481033668a25f0130c6
|
| 3 |
+
size 7232
|
runs/Dec25_14-01-00_2e15fbdb4865/events.out.tfevents.1703513127.2e15fbdb4865.942.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:079aba79f36d86837223c9d808f8e06df643a863fbf616f310f2859bbc95c8b6
|
| 3 |
+
size 560
|