Theivaprakasham
commited on
Commit
•
e87ec54
1
Parent(s):
e9d46aa
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
-
-
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
@@ -15,9 +15,9 @@ model-index:
|
|
15 |
name: Token Classification
|
16 |
type: token-classification
|
17 |
dataset:
|
18 |
-
name:
|
19 |
-
type:
|
20 |
-
args:
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
@@ -38,7 +38,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
38 |
|
39 |
# layoutlmv3-finetuned-invoice
|
40 |
|
41 |
-
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the
|
42 |
It achieves the following results on the evaluation set:
|
43 |
- Loss: 0.0012
|
44 |
- Precision: 1.0
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
+
- invoice
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
|
|
15 |
name: Token Classification
|
16 |
type: token-classification
|
17 |
dataset:
|
18 |
+
name: Invoice
|
19 |
+
type: invoice
|
20 |
+
args: invoice
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
|
|
38 |
|
39 |
# layoutlmv3-finetuned-invoice
|
40 |
|
41 |
+
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the invoice dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
- Loss: 0.0012
|
44 |
- Precision: 1.0
|