Add multilingual to the language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
|
|
|
5 |
license: other
|
6 |
-
|
7 |
-
tags:
|
8 |
- image-classification
|
|
|
9 |
widget:
|
10 |
- src: https://upserve.com/media/sites/2/Bill-from-Mezcalero-in-Washington-D.C.-photo-by-Alfredo-Solis-1-e1507226752437.jpg
|
11 |
example_title: receipt
|
12 |
- src: https://templates.invoicehome.com/invoice-template-us-neat-750px.png
|
13 |
example_title: invoice
|
14 |
-
|
15 |
---
|
16 |
|
17 |
**InvoiceReceiptClassifier_LayoutLMv3** is a fine-tuned LayoutLMv3 model that classifies a document to an invoice or receipt.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- es
|
4 |
+
- en
|
5 |
+
- multilingual
|
6 |
license: other
|
7 |
+
tags:
|
|
|
8 |
- image-classification
|
9 |
+
pipeline_tag: image-classification
|
10 |
widget:
|
11 |
- src: https://upserve.com/media/sites/2/Bill-from-Mezcalero-in-Washington-D.C.-photo-by-Alfredo-Solis-1-e1507226752437.jpg
|
12 |
example_title: receipt
|
13 |
- src: https://templates.invoicehome.com/invoice-template-us-neat-750px.png
|
14 |
example_title: invoice
|
|
|
15 |
---
|
16 |
|
17 |
**InvoiceReceiptClassifier_LayoutLMv3** is a fine-tuned LayoutLMv3 model that classifies a document to an invoice or receipt.
|