Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# LayoutLMv3-FUNSD
|
5 |
This notebook trains the LayoutLMv3 layout model (on kagggle to take advantage of the GPU accelerators) on the [FUNSD](https://paperswithcode.com/dataset/funsd) dataset.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- nielsr/funsd
|
5 |
+
language:
|
6 |
+
- pt
|
7 |
+
- en
|
8 |
+
base_model:
|
9 |
+
- microsoft/layoutlmv3-base
|
10 |
+
pipeline_tag: document-question-answering
|
11 |
+
library_name: transformers
|
12 |
+
tags:
|
13 |
+
- code
|
14 |
---
|
15 |
# LayoutLMv3-FUNSD
|
16 |
This notebook trains the LayoutLMv3 layout model (on kagggle to take advantage of the GPU accelerators) on the [FUNSD](https://paperswithcode.com/dataset/funsd) dataset.
|