wizenheimer commited on
Commit
f54254e
·
verified ·
1 Parent(s): 6f04b1f

Upload folder using huggingface_hub (#1)

Browse files

- bbb1ddd071d3d6552a43c5113ac0086a120fcc5d63245d91b9416385e6bbd8f3 (c72ee2742e22eda56f557922a1d59fad993c5d6a)

README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Convert FunSD LayoutLMv3 to Markdown
3
+
4
+ This dataset contains processed sample of FunSD LayoutLMv3 dataset. Find the original dataset at https://huggingface.co/datasets/nielsr/funsd-layoutlmv3
5
+
6
+ This dataset was generated using [Cyyrus](https://github.com/wizenheimer/cyyrus), an open-source library for creating and managing datasets.
7
+
8
+ ## Using the Dataset
9
+
10
+ To use this dataset with the Hugging Face `datasets` library:
11
+
12
+ ```python
13
+ from datasets import load_dataset
14
+
15
+ dataset = load_dataset("wizenheimer/funsd_layoutlmv3")
16
+ ```
17
+
18
+ ## License
19
+
20
+ This dataset is licensed under the MIT license.
21
+
22
+ ## Tags
23
+
24
+
25
+ - markdown
26
+
27
+ - document
28
+
29
+ - doclaynet
30
+
31
+ - benchmark
32
+
33
+ - gpt-4o-mini
34
+
35
+ - cyyrus
36
+
37
+
38
+
39
+ ## Acknowledgements
40
+
41
+ This dataset was created using [Cyyrus](https://github.com/wizenheimer/cyyrus), an open-source library for dataset generation and management. If you find yourself using this dataset in your work (and why wouldn't you?), consider giving Cyyrus a little love:
42
+
43
+ ```bibtex
44
+ @software{cyyrus,
45
+ title = {Cyyrus: An Open-Source Library for Dataset Generation and Management},
46
+ author = ,
47
+ url = {https://github.com/wizenheimer/cyyrus},
48
+ year = {2024}
49
+ }
50
+ ```
51
+
52
+ For any questions or issues related to this dataset, please open an issue on the [Cyyrus GitHub repository](https://github.com/wizenheimer/cyyrus/issues).
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7761bf625417369745f0f09fe6328b1a367ccd980e30a6792d32b3ba49a7dc8
3
+ size 2411760
test/dataset_info.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "This dataset contains processed sample of FunSD LayoutLMv3 dataset. Find the original dataset at https://huggingface.co/datasets/nielsr/funsd-layoutlmv3",
4
+ "features": {
5
+ "images": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "MIT"
16
+ }
test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "5822f6ab8e01411a",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59f49d18ff63f6add0defb19da18a17d6effd77f8a314aa20d52d75ed26176f
3
+ size 9515040
train/dataset_info.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "This dataset contains processed sample of FunSD LayoutLMv3 dataset. Find the original dataset at https://huggingface.co/datasets/nielsr/funsd-layoutlmv3",
4
+ "features": {
5
+ "images": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": "MIT"
16
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "bd6f15441554ba6c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }