Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -3,41 +3,42 @@ tags:
|
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
- nielsr/funsd-layoutlmv3
|
6 |
-
pipeline_tag: object-detection
|
7 |
-
widget:
|
8 |
-
- src: "https://huggingface.co/spaces/impira/docquery/resolve/2359223c1837a7587402bda0f2643382a6eefeab/invoice.png"
|
9 |
-
example_title: invoice
|
10 |
-
- src: "https://huggingface.co/spaces/impira/docquery/resolve/2359223c1837a7587402bda0f2643382a6eefeab/contract.jpeg"
|
11 |
-
example_title: contract
|
12 |
metrics:
|
13 |
- precision
|
14 |
- recall
|
15 |
- f1
|
16 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
model-index:
|
18 |
- name: layoutlmv3-finetuned-funsd
|
19 |
results:
|
20 |
- task:
|
21 |
-
name: Token Classification
|
22 |
type: token-classification
|
|
|
23 |
dataset:
|
24 |
name: nielsr/funsd-layoutlmv3
|
25 |
type: nielsr/funsd-layoutlmv3
|
26 |
args: funsd
|
27 |
metrics:
|
28 |
-
-
|
29 |
-
type: precision
|
30 |
value: 0.9026198714780029
|
31 |
-
|
32 |
-
|
33 |
value: 0.913
|
34 |
-
|
35 |
-
|
36 |
value: 0.9077802634849614
|
37 |
-
|
38 |
-
|
39 |
value: 0.8330271015158475
|
40 |
-
|
41 |
---
|
42 |
|
43 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
- nielsr/funsd-layoutlmv3
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
11 |
+
pipeline_tag: object-detection
|
12 |
+
widget:
|
13 |
+
- src: https://huggingface.co/spaces/impira/docquery/resolve/2359223c1837a7587402bda0f2643382a6eefeab/invoice.png
|
14 |
+
example_title: invoice
|
15 |
+
- src: https://huggingface.co/spaces/impira/docquery/resolve/2359223c1837a7587402bda0f2643382a6eefeab/contract.jpeg
|
16 |
+
example_title: contract
|
17 |
+
duplicated_from: nielsr/layoutlmv3-finetuned-funsd
|
18 |
+
base_model: microsoft/layoutlmv3-base
|
19 |
model-index:
|
20 |
- name: layoutlmv3-finetuned-funsd
|
21 |
results:
|
22 |
- task:
|
|
|
23 |
type: token-classification
|
24 |
+
name: Token Classification
|
25 |
dataset:
|
26 |
name: nielsr/funsd-layoutlmv3
|
27 |
type: nielsr/funsd-layoutlmv3
|
28 |
args: funsd
|
29 |
metrics:
|
30 |
+
- type: precision
|
|
|
31 |
value: 0.9026198714780029
|
32 |
+
name: Precision
|
33 |
+
- type: recall
|
34 |
value: 0.913
|
35 |
+
name: Recall
|
36 |
+
- type: f1
|
37 |
value: 0.9077802634849614
|
38 |
+
name: F1
|
39 |
+
- type: accuracy
|
40 |
value: 0.8330271015158475
|
41 |
+
name: Accuracy
|
42 |
---
|
43 |
|
44 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|