Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
- endpoints-template
|
5 |
-
library_name: generic
|
6 |
datasets:
|
7 |
- funsd
|
|
|
|
|
8 |
model-index:
|
9 |
- name: layoutlm-funsd
|
10 |
results: []
|
11 |
-
pipeline_tag: other
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
library_name: generic
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
- endpoints-template
|
|
|
6 |
datasets:
|
7 |
- funsd
|
8 |
+
pipeline_tag: other
|
9 |
+
base_model: microsoft/layoutlm-base-uncased
|
10 |
model-index:
|
11 |
- name: layoutlm-funsd
|
12 |
results: []
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|