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.2898
|
| 25 |
+
- Precision: 0.5486
|
| 26 |
+
- Recall: 0.3716
|
| 27 |
+
- F1: 0.4431
|
| 28 |
+
- Accuracy: 0.9465
|
| 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.2782 | 0.6452 | 0.2410 | 0.3509 | 0.9386 |
|
| 60 |
+
| No log | 2.0 | 426 | 0.2632 | 0.5583 | 0.3197 | 0.4066 | 0.9429 |
|
| 61 |
+
| 0.1745 | 3.0 | 639 | 0.2857 | 0.5595 | 0.3179 | 0.4054 | 0.9443 |
|
| 62 |
+
| 0.1745 | 4.0 | 852 | 0.2909 | 0.5575 | 0.3503 | 0.4303 | 0.9454 |
|
| 63 |
+
| 0.0506 | 5.0 | 1065 | 0.2898 | 0.5486 | 0.3716 | 0.4431 | 0.9465 |
|
| 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:a9e82e2aead9ac9598f29d0f71f74c19d88f7fc9a631c93a4e53ae00da08a6f6
|
| 3 |
size 265503852
|