Commit
·
786ba61
1
Parent(s):
adb905a
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,11 @@ model-index:
|
|
46 |
- name: f1
|
47 |
type: f1
|
48 |
value: 0.7739
|
49 |
-
|
|
|
|
|
|
|
|
|
50 |
|
51 |
# Document Understanding model (finetuned LiLT base at paragraph level on DocLayNet base)
|
52 |
|
@@ -57,7 +61,12 @@ It achieves the following results on the evaluation set:
|
|
57 |
- Precision: 0.8062
|
58 |
- Recall: 0.7441
|
59 |
- F1: 0.7739
|
60 |
-
- Accuracy: 0.9693
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
## References
|
63 |
|
|
|
46 |
- name: f1
|
47 |
type: f1
|
48 |
value: 0.7739
|
49 |
+
metrics:
|
50 |
+
- name: accuracy
|
51 |
+
type: accuracy
|
52 |
+
value: 0.87
|
53 |
+
---
|
54 |
|
55 |
# Document Understanding model (finetuned LiLT base at paragraph level on DocLayNet base)
|
56 |
|
|
|
61 |
- Precision: 0.8062
|
62 |
- Recall: 0.7441
|
63 |
- F1: 0.7739
|
64 |
+
- Token Accuracy: 0.9693
|
65 |
+
- Paragraph Accuracy: 0.87
|
66 |
+
|
67 |
+
## Accuracy at paragraph level
|
68 |
+
|
69 |
+
![]()
|
70 |
|
71 |
## References
|
72 |
|