Librarian Bot: Add base_model information to model
#4
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -12,12 +14,14 @@ metrics:
|
|
12 |
- recall
|
13 |
- f1
|
14 |
- accuracy
|
|
|
|
|
15 |
model-index:
|
16 |
- name: layoutlmv3-finetuned-DocLayNet
|
17 |
results:
|
18 |
- task:
|
19 |
-
name: Token Classification
|
20 |
type: token-classification
|
|
|
21 |
dataset:
|
22 |
name: doc_lay_net-small
|
23 |
type: doc_lay_net-small
|
@@ -25,21 +29,18 @@ model-index:
|
|
25 |
split: test
|
26 |
args: DocLayNet_2022.08_processed_on_2023.01
|
27 |
metrics:
|
28 |
-
-
|
29 |
-
type: precision
|
30 |
value: 0.6178861788617886
|
31 |
-
|
32 |
-
|
33 |
value: 0.7238095238095238
|
34 |
-
|
35 |
-
|
36 |
value: 0.6666666666666667
|
37 |
-
|
38 |
-
|
39 |
value: 0.8719611021069692
|
40 |
-
|
41 |
-
- en
|
42 |
-
pipeline_tag: token-classification
|
43 |
---
|
44 |
|
45 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
14 |
- recall
|
15 |
- f1
|
16 |
- accuracy
|
17 |
+
pipeline_tag: token-classification
|
18 |
+
base_model: microsoft/layoutlmv3-base
|
19 |
model-index:
|
20 |
- name: layoutlmv3-finetuned-DocLayNet
|
21 |
results:
|
22 |
- task:
|
|
|
23 |
type: token-classification
|
24 |
+
name: Token Classification
|
25 |
dataset:
|
26 |
name: doc_lay_net-small
|
27 |
type: doc_lay_net-small
|
|
|
29 |
split: test
|
30 |
args: DocLayNet_2022.08_processed_on_2023.01
|
31 |
metrics:
|
32 |
+
- type: precision
|
|
|
33 |
value: 0.6178861788617886
|
34 |
+
name: Precision
|
35 |
+
- type: recall
|
36 |
value: 0.7238095238095238
|
37 |
+
name: Recall
|
38 |
+
- type: f1
|
39 |
value: 0.6666666666666667
|
40 |
+
name: F1
|
41 |
+
- type: accuracy
|
42 |
value: 0.8719611021069692
|
43 |
+
name: Accuracy
|
|
|
|
|
44 |
---
|
45 |
|
46 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|