Commit
•
537b874
1
Parent(s):
9b86cce
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (c675b79fdef0d96af9c614f4270cc3fa2bd0453b)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -8,10 +8,11 @@ metrics:
|
|
8 |
- precision
|
9 |
- recall
|
10 |
- f1
|
|
|
|
|
11 |
model-index:
|
12 |
- name: layoutxlm-finetuned-xfund-fr-re
|
13 |
results: []
|
14 |
-
inference: false
|
15 |
---
|
16 |
|
17 |
# layoutxlm-finetuned-xfund-fr-re
|
|
|
8 |
- precision
|
9 |
- recall
|
10 |
- f1
|
11 |
+
inference: false
|
12 |
+
base_model: microsoft/layoutxlm-base
|
13 |
model-index:
|
14 |
- name: layoutxlm-finetuned-xfund-fr-re
|
15 |
results: []
|
|
|
16 |
---
|
17 |
|
18 |
# layoutxlm-finetuned-xfund-fr-re
|