File size: 1,600 Bytes
9998cd9
b44d6c8
 
 
c9b35b1
b44d6c8
 
 
 
 
 
 
eb8245c
b44d6c8
 
 
 
 
eb8245c
 
 
b44d6c8
 
eb8245c
b44d6c8
 
eb8245c
b44d6c8
 
eb8245c
b44d6c8
 
eb8245c
b44d6c8
9998cd9
b44d6c8
 
 
f8ac517
 
b44d6c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
tags:
- generated_from_trainer
datasets:
- pierreguillou/DocLayNet-large
metrics:
- precision
- recall
- f1
- accuracy
base_model: microsoft/layoutlmv3-base
model-index:
- name: layoutlmv3-finetuned-doclaynet
  results:
  - task:
      type: token-classification
      name: Token Classification
    dataset:
      name: pierreguillou/DocLayNet-large
      type: pierreguillou/DocLayNet-large
      args: doclaynet
    metrics:
    - type: precision
      value: 0.847
      name: Precision
    - type: recall
      value: 0.893
      name: Recall
    - type: f1
      value: 0.870
      name: F1
    - type: accuracy
      value: 0.957
      name: Accuracy
---

# layoutlmv3-finetuned-funsd

This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the pierreguillou/DocLayNet-large using bounding boxes and 
categories for lines (not for for paragraphs).
It achieves the following results on the evaluation set:
- Loss: 0.33888205885887146,
- Precision: 0.8478835766832817,
- Recall: 0.8934488524091807,
- F1: 0.8700700634847538,
- Accuracy: 0.9574140990541197

The script for training can be found here: https://github.com/huggingface/transformers/tree/main/examples/research_projects/layoutlmv3

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 2
- eval_batch_size: 2
- training_steps: 100000

### Framework versions

- Transformers 4.33.3
- Pytorch 1.11.0+cu115
- Datasets 2.14.5
- Tokenizers 0.13.3