update model card README.md
Browse files
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
|
45 |
It achieves the following results on the evaluation set:
|
46 |
-
- Loss:
|
47 |
-
- Precision: 0.
|
48 |
-
- Recall: 0.
|
49 |
-
- F1: 0.
|
50 |
-
- Accuracy: 0.
|
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 |
|
82 |
-
| No log |
|
83 |
|
84 |
|
85 |
### Framework versions
|
86 |
|
87 |
-
- Transformers 4.
|
88 |
-
- Pytorch 2.0.
|
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
|