Upload 3 files
Browse files- __main__-test.arrow +3 -0
- __main__-train.arrow +3 -0
- dataset_info.json +1 -0
__main__-test.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d8ab18c1007abdbff4effdb4bd769a9f50024d3833a3603e8262991a07b72f2
|
3 |
+
size 55712
|
__main__-train.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ba45a50fa0e3fa2c957ba68891f629b6bdfc32c6f6417410cb1422fc22f2efa
|
3 |
+
size 290576
|
dataset_info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"description": "https://guillaumejaume.github.io/FUNSD/\n", "citation": "@article{Jaume2019FUNSDAD,\n title={FUNSD: A Dataset for Form Understanding in Noisy Scanned Documents},\n author={Guillaume Jaume and H. K. Ekenel and J. Thiran},\n journal={2019 International Conference on Document Analysis and Recognition Workshops (ICDARW)},\n year={2019},\n volume={2},\n pages={1-6}\n}\n", "homepage": "https://guillaumejaume.github.io/FUNSD/", "license": "", "features": {"id": {"dtype": "string", "_type": "Value"}, "words": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "Sequence"}, "bboxes": {"feature": {"feature": {"dtype": "int64", "_type": "Value"}, "_type": "Sequence"}, "_type": "Sequence"}, "ner_tags": {"feature": {"names": ["B-HEADER", "B-NAME", "B-INITIAL", "B-RANGE", "B-PRICE", "B-OTHER", "I-HEADER", "I-NAME", "I-INITIAL", "I-RANGE", "I-PRICE", "I-OTHER", "O"], "_type": "ClassLabel"}, "_type": "Sequence"}, "image_path": {"dtype": "string", "_type": "Value"}}, "builder_name": "__main__", "config_name": "funsd", "version": {"version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 288822, "num_examples": 18, "dataset_name": "__main__"}, "test": {"name": "test", "num_bytes": 53962, "num_examples": 4, "dataset_name": "__main__"}}, "download_checksums": {}, "download_size": 0, "dataset_size": 342784, "size_in_bytes": 342784}
|