Saed2023 commited on
Commit
e413187
1 Parent(s): 57502f6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -19,7 +19,7 @@ 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.5002
23
  - Precision: 1.0
24
  - Recall: 1.0
25
  - F1: 1.0
@@ -52,15 +52,15 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 7.14 | 50 | 0.9080 | 0.9333 | 0.9333 | 0.9333 | 0.9333 |
58
- | No log | 14.29 | 100 | 0.5002 | 1.0 | 1.0 | 1.0 | 1.0 |
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.5027
23
  - Precision: 1.0
24
  - Recall: 1.0
25
  - F1: 1.0
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
57
+ | No log | 7.14 | 50 | 0.8644 | 1.0 | 1.0 | 1.0 | 1.0 |
58
+ | No log | 14.29 | 100 | 0.5027 | 1.0 | 1.0 | 1.0 | 1.0 |
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