Ola-bumblebee commited on
Commit
ea66439
·
verified ·
1 Parent(s): 83eea24

Operations to load data.

Browse files

!pip install datasets
from datasets import load_dataset

dataset_id = "nielsr/funsd-layoutlmv3"
dataset = load_dataset(dataset_id)

Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,5 +1,10 @@
1
- ---
2
- license: other
3
- license_name: nielsrfunsdlayoutlmv3
4
- license_link: https://huggingface.co/datasets/nielsr/FUNSD_layoutlmv2%5D
5
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: nielsrfunsdlayoutlmv3
4
+ license_link: https://huggingface.co/datasets/nielsr/FUNSD_layoutlmv2%5D
5
+ language:
6
+ - en
7
+ library_name: adapter-transformers
8
+ tags:
9
+ - finance
10
+ ---