Sennodipoi
commited on
Commit
•
f25f643
1
Parent(s):
e2a7bdd
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
LayoutLMv3 fine-tuned on the FUNSD dataset. Code and results are available at the official GitHub repository of my [Master Degree thesis ](https://github.com/AleRosae/thesis-layoutlm)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
LayoutLMv3 fine-tuned on the FUNSD dataset. Code and results are available at the official GitHub repository of my [Master Degree thesis ](https://github.com/AleRosae/thesis-layoutlm).
|
2 |
+
|
3 |
+
Results obtained using seqeval in strict mode:
|
4 |
+
|
5 |
+
| | Precision | Recall | F1-score | Variance (F1) |
|
6 |
+
|--------------|-----------|--------|----------|---------------|
|
7 |
+
| Answer | 0.90 | 0.91 | 0.90 | 3e-5 |
|
8 |
+
| Header | 0.61 | 0.66 | 0.63 | 4e-4 |
|
9 |
+
| Question | 0.88 | 0.87 | 0.88 | 1e-4 |
|
10 |
+
| Micro avg | 0.87 | 0.88 | 0.87 | 3e-5 |
|
11 |
+
| Macro avg | 0.79 | 0.82 | 0.80 | 3e-5 |
|
12 |
+
| Weighted avg | 0.87 | 0.88 | 0.87 | 3e-5 |
|