Saed2023 commited on
Commit
deeacaf
1 Parent(s): 8143355

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -19,11 +19,11 @@ 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.0279
23
- - Precision: 0.7576
24
- - Recall: 0.5102
25
- - F1: 0.6098
26
- - Accuracy: 0.9920
27
 
28
  ## Model description
29
 
@@ -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.0420 | 0.7273 | 0.4082 | 0.5229 | 0.9909 |
58
- | No log | 6.67 | 100 | 0.0279 | 0.7576 | 0.5102 | 0.6098 | 0.9920 |
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.0308
23
+ - Precision: 0.7213
24
+ - Recall: 0.4490
25
+ - F1: 0.5535
26
+ - Accuracy: 0.9915
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.0449 | 0.7547 | 0.4082 | 0.5298 | 0.9915 |
58
+ | No log | 6.67 | 100 | 0.0308 | 0.7213 | 0.4490 | 0.5535 | 0.9915 |
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