Commit
·
0b54875
1
Parent(s):
fd45c67
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
LayoutLMv1 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 |
+
LayoutLMv1 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.80 | 0.78 | 0.80 | 1e-4 |
|
8 |
+
| HEADER | 0.62 | 0.47 | 0.53 | 2e-4 |
|
9 |
+
| QUESTION | 0.85 | 0.71 | 0.83 | 3e-5 |
|
10 |
+
| Micro avg | 0.83 | 0.77 | 0.81 | 1e-4 |
|
11 |
+
| Macro avg | 0.77 | 0.56 | 0.72 | 3e-5 |
|
12 |
+
| Weighted avg | 0.83 | 0.78 | 0.80 | 1e-4 |
|