Instructions to use renjithks/layoutlmv3-er-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use renjithks/layoutlmv3-er-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="renjithks/layoutlmv3-er-ner")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("renjithks/layoutlmv3-er-ner") model = AutoModelForTokenClassification.from_pretrained("renjithks/layoutlmv3-er-ner") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [renjithks/layoutlmv3-cord-ner](https://huggingface.co/renjithks/layoutlmv3-cord-ner) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Precision: 0.
|
| 23 |
-
- Recall: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 56 |
-
| No log | 1.0 | 22 | 0.
|
| 57 |
-
| No log | 2.0 | 44 | 0.
|
| 58 |
-
| No log | 3.0 | 66 | 0.
|
| 59 |
-
| No log | 4.0 | 88 | 0.
|
| 60 |
-
| No log | 5.0 | 110 | 0.
|
| 61 |
-
| No log | 6.0 | 132 | 0.
|
| 62 |
-
| No log | 7.0 | 154 | 0.
|
| 63 |
-
| No log | 8.0 | 176 | 0.
|
| 64 |
-
| No log | 9.0 | 198 | 0.
|
| 65 |
-
| No log | 10.0 | 220 | 0.
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [renjithks/layoutlmv3-cord-ner](https://huggingface.co/renjithks/layoutlmv3-cord-ner) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.1788
|
| 22 |
+
- Precision: 0.6612
|
| 23 |
+
- Recall: 0.6789
|
| 24 |
+
- F1: 0.6699
|
| 25 |
+
- Accuracy: 0.9549
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 56 |
+
| No log | 1.0 | 22 | 0.3892 | 0.0 | 0.0 | 0.0 | 0.8793 |
|
| 57 |
+
| No log | 2.0 | 44 | 0.2854 | 0.3343 | 0.3352 | 0.3347 | 0.8956 |
|
| 58 |
+
| No log | 3.0 | 66 | 0.2085 | 0.5692 | 0.5233 | 0.5453 | 0.9388 |
|
| 59 |
+
| No log | 4.0 | 88 | 0.1785 | 0.5556 | 0.6153 | 0.5839 | 0.9426 |
|
| 60 |
+
| No log | 5.0 | 110 | 0.1853 | 0.5769 | 0.6365 | 0.6052 | 0.9455 |
|
| 61 |
+
| No log | 6.0 | 132 | 0.1593 | 0.6592 | 0.6676 | 0.6634 | 0.9539 |
|
| 62 |
+
| No log | 7.0 | 154 | 0.1684 | 0.6676 | 0.6506 | 0.6590 | 0.9529 |
|
| 63 |
+
| No log | 8.0 | 176 | 0.1759 | 0.6443 | 0.6506 | 0.6474 | 0.9537 |
|
| 64 |
+
| No log | 9.0 | 198 | 0.1740 | 0.6607 | 0.6832 | 0.6718 | 0.9555 |
|
| 65 |
+
| No log | 10.0 | 220 | 0.1788 | 0.6612 | 0.6789 | 0.6699 | 0.9549 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|