Saed2023 commited on
Commit
4d42f3a
1 Parent(s): a63aa28

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -35
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: cc-by-nc-sa-4.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - cord-layoutlmv3
7
  metrics:
8
  - precision
9
  - recall
@@ -11,29 +9,7 @@ metrics:
11
  - accuracy
12
  model-index:
13
  - name: layoutlmv3-finetuned-cord_100
14
- results:
15
- - task:
16
- name: Token Classification
17
- type: token-classification
18
- dataset:
19
- name: cord-layoutlmv3
20
- type: cord-layoutlmv3
21
- config: cord
22
- split: test
23
- args: cord
24
- metrics:
25
- - name: Precision
26
- type: precision
27
- value: 0.4079861111111111
28
- - name: Recall
29
- type: recall
30
- value: 0.5276946107784432
31
- - name: F1
32
- type: f1
33
- value: 0.46018276762402094
34
- - name: Accuracy
35
- type: accuracy
36
- value: 0.40025466893039047
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  # layoutlmv3-finetuned-cord_100
43
 
44
- This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the cord-layoutlmv3 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 2.8382
47
- - Precision: 0.4080
48
- - Recall: 0.5277
49
- - F1: 0.4602
50
- - Accuracy: 0.4003
51
 
52
  ## Model description
53
 
@@ -78,13 +54,13 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 0.33 | 50 | 3.1357 | 0.4186 | 0.5082 | 0.4591 | 0.3688 |
82
- | No log | 0.67 | 100 | 2.8382 | 0.4080 | 0.5277 | 0.4602 | 0.4003 |
83
 
84
 
85
  ### Framework versions
86
 
87
- - Transformers 4.28.0
88
- - Pytorch 2.0.0+cu118
89
  - Datasets 2.12.0
90
  - Tokenizers 0.13.3
 
2
  license: cc-by-nc-sa-4.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - precision
7
  - recall
 
9
  - accuracy
10
  model-index:
11
  - name: layoutlmv3-finetuned-cord_100
12
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
 
18
  # layoutlmv3-finetuned-cord_100
19
 
20
+ This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.6111
23
+ - Precision: 0.8372
24
+ - Recall: 0.8182
25
+ - F1: 0.8276
26
+ - Accuracy: 0.8730
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 3.33 | 50 | 0.8994 | 0.6667 | 0.5909 | 0.6265 | 0.7619 |
58
+ | No log | 6.67 | 100 | 0.6111 | 0.8372 | 0.8182 | 0.8276 | 0.8730 |
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.29.2
64
+ - Pytorch 2.0.1+cu118
65
  - Datasets 2.12.0
66
  - Tokenizers 0.13.3