Instructions to use dany0407/token_classification_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dany0407/token_classification_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="dany0407/token_classification_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("dany0407/token_classification_NER") model = AutoModelForTokenClassification.from_pretrained("dany0407/token_classification_NER") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +10 -10
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- F1: 0.
|
| 28 |
-
- Accuracy: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -56,11 +56,11 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 59 |
-
| No log | 1.0 | 213 | 0.
|
| 60 |
-
| No log | 2.0 | 426 | 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.2888
|
| 25 |
+
- Precision: 0.5572
|
| 26 |
+
- Recall: 0.3837
|
| 27 |
+
- F1: 0.4544
|
| 28 |
+
- Accuracy: 0.9464
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 59 |
+
| No log | 1.0 | 213 | 0.2756 | 0.6546 | 0.2688 | 0.3811 | 0.9398 |
|
| 60 |
+
| No log | 2.0 | 426 | 0.2604 | 0.5433 | 0.3373 | 0.4162 | 0.9434 |
|
| 61 |
+
| 0.1817 | 3.0 | 639 | 0.2846 | 0.5891 | 0.3494 | 0.4386 | 0.9460 |
|
| 62 |
+
| 0.1817 | 4.0 | 852 | 0.2784 | 0.5614 | 0.3772 | 0.4512 | 0.9463 |
|
| 63 |
+
| 0.0509 | 5.0 | 1065 | 0.2888 | 0.5572 | 0.3837 | 0.4544 | 0.9464 |
|
| 64 |
|
| 65 |
|
| 66 |
### 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:d2eca9f06142d01746652876af345289b0b6687976a645d4dcf33688579051f7
|
| 3 |
size 265503852
|