Commit
·
9f58cb2
1
Parent(s):
14e4209
update model card README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,36 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- generated
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: layoutlmv3-finetuned-invoice
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,6 +42,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# layoutlmv3-finetuned-invoice
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the generated dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- generated
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
- accuracy
|
12 |
model-index:
|
13 |
- name: layoutlmv3-finetuned-invoice
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Token Classification
|
17 |
+
type: token-classification
|
18 |
+
dataset:
|
19 |
+
name: generated
|
20 |
+
type: generated
|
21 |
+
config: sroie
|
22 |
+
split: test
|
23 |
+
args: sroie
|
24 |
+
metrics:
|
25 |
+
- name: Precision
|
26 |
+
type: precision
|
27 |
+
value: 0.0
|
28 |
+
- name: Recall
|
29 |
+
type: recall
|
30 |
+
value: 0.0
|
31 |
+
- name: F1
|
32 |
+
type: f1
|
33 |
+
value: 0.0
|
34 |
+
- name: Accuracy
|
35 |
+
type: accuracy
|
36 |
+
value: 0.8750789972614282
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
42 |
# layoutlmv3-finetuned-invoice
|
43 |
|
44 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the generated dataset.
|
45 |
+
It achieves the following results on the evaluation set:
|
46 |
+
- Loss: 1.0744
|
47 |
+
- Precision: 0.0
|
48 |
+
- Recall: 0.0
|
49 |
+
- F1: 0.0
|
50 |
+
- Accuracy: 0.8751
|
51 |
|
52 |
## Model description
|
53 |
|