Upload folder using huggingface_hub
Browse files- dataset_dict.json +1 -0
- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +74 -0
- test/state.json +13 -0
- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +74 -0
- train/state.json +13 -0
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:2b8a32380387fdebcdc2c2d44f7f183e39d7dc80dc75c6ac54a2320655114e93
|
3 |
+
size 9830400
|
test/dataset_info.json
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "layout",
|
3 |
+
"citation": "@article{,\n title={},\n author={},\n journal={},\n year={},\n volume={}\n}\n",
|
4 |
+
"config_name": "InvoiceExtraction",
|
5 |
+
"dataset_name": "layout",
|
6 |
+
"dataset_size": 32438569,
|
7 |
+
"description": "This is a sample dataset for training layoutlmv3 model on custom annotated data.\n",
|
8 |
+
"download_checksums": {},
|
9 |
+
"download_size": 0,
|
10 |
+
"features": {
|
11 |
+
"id": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"tokens": {
|
16 |
+
"feature": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"_type": "Sequence"
|
21 |
+
},
|
22 |
+
"bboxes": {
|
23 |
+
"feature": {
|
24 |
+
"feature": {
|
25 |
+
"dtype": "int64",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"_type": "Sequence"
|
29 |
+
},
|
30 |
+
"_type": "Sequence"
|
31 |
+
},
|
32 |
+
"ner_tags": {
|
33 |
+
"feature": {
|
34 |
+
"names": [
|
35 |
+
"total",
|
36 |
+
"amount",
|
37 |
+
"cash"
|
38 |
+
],
|
39 |
+
"_type": "ClassLabel"
|
40 |
+
},
|
41 |
+
"_type": "Sequence"
|
42 |
+
},
|
43 |
+
"image_path": {
|
44 |
+
"dtype": "string",
|
45 |
+
"_type": "Value"
|
46 |
+
},
|
47 |
+
"image": {
|
48 |
+
"_type": "Image"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"homepage": "",
|
52 |
+
"license": "",
|
53 |
+
"size_in_bytes": 32438569,
|
54 |
+
"splits": {
|
55 |
+
"train": {
|
56 |
+
"name": "train",
|
57 |
+
"num_bytes": 22610148,
|
58 |
+
"num_examples": 12,
|
59 |
+
"dataset_name": "layout"
|
60 |
+
},
|
61 |
+
"test": {
|
62 |
+
"name": "test",
|
63 |
+
"num_bytes": 9828421,
|
64 |
+
"num_examples": 6,
|
65 |
+
"dataset_name": "layout"
|
66 |
+
}
|
67 |
+
},
|
68 |
+
"version": {
|
69 |
+
"version_str": "1.0.0",
|
70 |
+
"major": 1,
|
71 |
+
"minor": 0,
|
72 |
+
"patch": 0
|
73 |
+
}
|
74 |
+
}
|
test/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "96d2cf1a41d141ef",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "test"
|
13 |
+
}
|
train/data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:101ea2474692a701c58ecf83126ca912a562cdadf0b3a0ee8f1b9eee97ad7a05
|
3 |
+
size 22612128
|
train/dataset_info.json
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": "layout",
|
3 |
+
"citation": "@article{,\n title={},\n author={},\n journal={},\n year={},\n volume={}\n}\n",
|
4 |
+
"config_name": "InvoiceExtraction",
|
5 |
+
"dataset_name": "layout",
|
6 |
+
"dataset_size": 32438569,
|
7 |
+
"description": "This is a sample dataset for training layoutlmv3 model on custom annotated data.\n",
|
8 |
+
"download_checksums": {},
|
9 |
+
"download_size": 0,
|
10 |
+
"features": {
|
11 |
+
"id": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"tokens": {
|
16 |
+
"feature": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"_type": "Sequence"
|
21 |
+
},
|
22 |
+
"bboxes": {
|
23 |
+
"feature": {
|
24 |
+
"feature": {
|
25 |
+
"dtype": "int64",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"_type": "Sequence"
|
29 |
+
},
|
30 |
+
"_type": "Sequence"
|
31 |
+
},
|
32 |
+
"ner_tags": {
|
33 |
+
"feature": {
|
34 |
+
"names": [
|
35 |
+
"total",
|
36 |
+
"amount",
|
37 |
+
"cash"
|
38 |
+
],
|
39 |
+
"_type": "ClassLabel"
|
40 |
+
},
|
41 |
+
"_type": "Sequence"
|
42 |
+
},
|
43 |
+
"image_path": {
|
44 |
+
"dtype": "string",
|
45 |
+
"_type": "Value"
|
46 |
+
},
|
47 |
+
"image": {
|
48 |
+
"_type": "Image"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"homepage": "",
|
52 |
+
"license": "",
|
53 |
+
"size_in_bytes": 32438569,
|
54 |
+
"splits": {
|
55 |
+
"train": {
|
56 |
+
"name": "train",
|
57 |
+
"num_bytes": 22610148,
|
58 |
+
"num_examples": 12,
|
59 |
+
"dataset_name": "layout"
|
60 |
+
},
|
61 |
+
"test": {
|
62 |
+
"name": "test",
|
63 |
+
"num_bytes": 9828421,
|
64 |
+
"num_examples": 6,
|
65 |
+
"dataset_name": "layout"
|
66 |
+
}
|
67 |
+
},
|
68 |
+
"version": {
|
69 |
+
"version_str": "1.0.0",
|
70 |
+
"major": 1,
|
71 |
+
"minor": 0,
|
72 |
+
"patch": 0
|
73 |
+
}
|
74 |
+
}
|
train/state.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "9d62807ef25393d7",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_output_all_columns": false,
|
12 |
+
"_split": "train"
|
13 |
+
}
|