Ammar-alhaj-ali
commited on
Commit
•
3d0ebea
1
Parent(s):
8433e7c
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,37 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
## LayoutLMv3-Fine-Tuning-Invoice Model
|
3 |
|
4 |
#### Model description
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- invoice
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: layoutlmv3-fine-tuning-invoice
|
13 |
+
results:
|
14 |
+
- task:
|
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
|
24 |
+
value: 1.0
|
25 |
+
- name: Recall
|
26 |
+
type: recall
|
27 |
+
value: 1.0
|
28 |
+
- name: F1
|
29 |
+
type: f1
|
30 |
+
value: 1.0
|
31 |
+
- name: Accuracy
|
32 |
+
type: accuracy
|
33 |
+
value: 1.0
|
34 |
+
---
|
35 |
## LayoutLMv3-Fine-Tuning-Invoice Model
|
36 |
|
37 |
#### Model description
|