update model card README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
@@ -16,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# layoutlmv3-finetuned-cord_100
|
18 |
|
19 |
-
This model
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precision: 0.
|
23 |
-
- Recall: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,13 +54,13 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
-
| No log | 3.33 | 50 | 0.
|
57 |
-
| No log | 6.67 | 100 | 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
-
- Transformers 4.
|
63 |
- Pytorch 2.0.1+cu118
|
64 |
- Datasets 2.12.0
|
65 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
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.5769
|
23 |
+
- Precision: 0.8571
|
24 |
+
- Recall: 0.8182
|
25 |
+
- F1: 0.8372
|
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.8653 | 0.7727 | 0.7727 | 0.7727 | 0.8571 |
|
58 |
+
| No log | 6.67 | 100 | 0.5769 | 0.8571 | 0.8182 | 0.8372 | 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
|