Commit
·
01f23b3
1
Parent(s):
cd0dc15
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (c1e3102a7f88a393f03359a526ac931836a72f73)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -8,29 +8,30 @@ metrics:
|
|
| 8 |
- recall
|
| 9 |
- f1
|
| 10 |
- accuracy
|
|
|
|
| 11 |
model-index:
|
| 12 |
- name: layoutlmv3-finetuned-cord
|
| 13 |
results:
|
| 14 |
- task:
|
| 15 |
-
name: Token Classification
|
| 16 |
type: token-classification
|
|
|
|
| 17 |
dataset:
|
| 18 |
name: cord
|
| 19 |
type: cord
|
| 20 |
args: cord
|
| 21 |
metrics:
|
| 22 |
-
-
|
| 23 |
-
type: precision
|
| 24 |
value: 0.9619686800894854
|
| 25 |
-
|
| 26 |
-
|
| 27 |
value: 0.9655688622754491
|
| 28 |
-
|
| 29 |
-
|
| 30 |
value: 0.9637654090399701
|
| 31 |
-
|
| 32 |
-
|
| 33 |
value: 0.9681663837011885
|
|
|
|
| 34 |
---
|
| 35 |
|
| 36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 8 |
- recall
|
| 9 |
- f1
|
| 10 |
- accuracy
|
| 11 |
+
base_model: microsoft/layoutlmv3-base
|
| 12 |
model-index:
|
| 13 |
- name: layoutlmv3-finetuned-cord
|
| 14 |
results:
|
| 15 |
- task:
|
|
|
|
| 16 |
type: token-classification
|
| 17 |
+
name: Token Classification
|
| 18 |
dataset:
|
| 19 |
name: cord
|
| 20 |
type: cord
|
| 21 |
args: cord
|
| 22 |
metrics:
|
| 23 |
+
- type: precision
|
|
|
|
| 24 |
value: 0.9619686800894854
|
| 25 |
+
name: Precision
|
| 26 |
+
- type: recall
|
| 27 |
value: 0.9655688622754491
|
| 28 |
+
name: Recall
|
| 29 |
+
- type: f1
|
| 30 |
value: 0.9637654090399701
|
| 31 |
+
name: F1
|
| 32 |
+
- type: accuracy
|
| 33 |
value: 0.9681663837011885
|
| 34 |
+
name: Accuracy
|
| 35 |
---
|
| 36 |
|
| 37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|