Operations to load data.
Browse files!pip install datasets
from datasets import load_dataset
dataset_id = "nielsr/funsd-layoutlmv3"
dataset = load_dataset(dataset_id)
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 |
+
---
|