SimaoQuintela commited on
Commit
2092df8
·
verified ·
1 Parent(s): 8514b57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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.