Saed2023 commited on
Commit
f770b0d
1 Parent(s): 72a047c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -19,10 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
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.6125
23
- - Precision: 0.9048
24
- - Recall: 0.8636
25
- - F1: 0.8837
26
  - Accuracy: 0.9365
27
 
28
  ## Model description
@@ -54,13 +54,13 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 3.33 | 50 | 0.9000 | 0.7381 | 0.7045 | 0.7209 | 0.8254 |
58
- | No log | 6.67 | 100 | 0.6125 | 0.9048 | 0.8636 | 0.8837 | 0.9365 |
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
 
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.7357
23
+ - Precision: 0.9070
24
+ - Recall: 0.8864
25
+ - F1: 0.8966
26
  - Accuracy: 0.9365
27
 
28
  ## Model description
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 3.33 | 50 | 1.0253 | 0.7674 | 0.75 | 0.7586 | 0.8413 |
58
+ | No log | 6.67 | 100 | 0.7357 | 0.9070 | 0.8864 | 0.8966 | 0.9365 |
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.28.0
64
  - Pytorch 2.0.1+cu118
65
  - Datasets 2.12.0
66
  - Tokenizers 0.13.3