Update README.md
Browse files
README.md
CHANGED
@@ -3,13 +3,15 @@ license: cc-by-nc-sa-4.0
|
|
3 |
base_model: microsoft/layoutlmv3-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
datasets:
|
7 |
- funsd-layoutlmv3
|
8 |
metrics:
|
9 |
-
- precision
|
10 |
-
- recall
|
11 |
- f1
|
12 |
- accuracy
|
|
|
|
|
13 |
model-index:
|
14 |
- name: layoutlmv3-base-fine_tuned-FUNSD_dataset
|
15 |
results:
|
@@ -35,14 +37,14 @@ model-index:
|
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
value: 0.8461904195887318
|
|
|
|
|
38 |
---
|
39 |
|
40 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
41 |
-
should probably proofread and complete it, then remove this comment. -->
|
42 |
-
|
43 |
# layoutlmv3-base-fine_tuned-FUNSD_dataset
|
44 |
|
45 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the funsd-layoutlmv3 dataset.
|
|
|
46 |
It achieves the following results on the evaluation set:
|
47 |
- Loss: 0.2956
|
48 |
- Precision: 0.8979
|
@@ -52,15 +54,15 @@ It achieves the following results on the evaluation set:
|
|
52 |
|
53 |
## Model description
|
54 |
|
55 |
-
|
56 |
|
57 |
## Intended uses & limitations
|
58 |
|
59 |
-
|
60 |
|
61 |
## Training and evaluation data
|
62 |
|
63 |
-
|
64 |
|
65 |
## Training procedure
|
66 |
|
@@ -77,7 +79,7 @@ The following hyperparameters were used during training:
|
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
-
|
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
| 0.2149 | 1.33 | 100 | 0.2402 | 0.7469 | 0.8212 | 0.7823 | 0.7758 |
|
83 |
| 0.1466 | 2.67 | 200 | 0.1869 | 0.8161 | 0.8838 | 0.8486 | 0.8273 |
|
@@ -106,4 +108,4 @@ The following hyperparameters were used during training:
|
|
106 |
- Transformers 4.33.2
|
107 |
- Pytorch 2.0.1
|
108 |
- Datasets 2.14.5
|
109 |
-
- Tokenizers 0.13.3
|
|
|
3 |
base_model: microsoft/layoutlmv3-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
- Document Layout
|
7 |
+
- LayoutLMv3
|
8 |
datasets:
|
9 |
- funsd-layoutlmv3
|
10 |
metrics:
|
|
|
|
|
11 |
- f1
|
12 |
- accuracy
|
13 |
+
- recall
|
14 |
+
- precision
|
15 |
model-index:
|
16 |
- name: layoutlmv3-base-fine_tuned-FUNSD_dataset
|
17 |
results:
|
|
|
37 |
- name: Accuracy
|
38 |
type: accuracy
|
39 |
value: 0.8461904195887318
|
40 |
+
language:
|
41 |
+
- en
|
42 |
---
|
43 |
|
|
|
|
|
|
|
44 |
# layoutlmv3-base-fine_tuned-FUNSD_dataset
|
45 |
|
46 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the funsd-layoutlmv3 dataset.
|
47 |
+
|
48 |
It achieves the following results on the evaluation set:
|
49 |
- Loss: 0.2956
|
50 |
- Precision: 0.8979
|
|
|
54 |
|
55 |
## Model description
|
56 |
|
57 |
+
For more information on how it was created, check out the following link:
|
58 |
|
59 |
## Intended uses & limitations
|
60 |
|
61 |
+
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
62 |
|
63 |
## Training and evaluation data
|
64 |
|
65 |
+
Dataset Source: https://huggingface.co/datasets/nielsr/funsd-layoutlmv3
|
66 |
|
67 |
## Training procedure
|
68 |
|
|
|
79 |
|
80 |
### Training results
|
81 |
|
82 |
+
| Train Loss | Epoch | Step | Valid. Loss | Precision | Recall | F1 | Accuracy |
|
83 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
84 |
| 0.2149 | 1.33 | 100 | 0.2402 | 0.7469 | 0.8212 | 0.7823 | 0.7758 |
|
85 |
| 0.1466 | 2.67 | 200 | 0.1869 | 0.8161 | 0.8838 | 0.8486 | 0.8273 |
|
|
|
108 |
- Transformers 4.33.2
|
109 |
- Pytorch 2.0.1
|
110 |
- Datasets 2.14.5
|
111 |
+
- Tokenizers 0.13.3
|