autotrain-data-processor commited on
Commit
5d39bf1
·
1 Parent(s): 9e07c11

Processed data from AutoTrain data processor ([2023-08-03 08:11 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: bwpages-start-only
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project bwpages-start-only.
11
+
12
+ ### Languages
13
+
14
+ The BCP-47 code for the dataset's language is unk.
15
+
16
+ ## Dataset Structure
17
+
18
+ ### Data Instances
19
+
20
+ A sample from this dataset looks as follows:
21
+
22
+ ```json
23
+ [
24
+ {
25
+ "image": "<257x426 1 PIL image>",
26
+ "target": 1
27
+ },
28
+ {
29
+ "image": "<269x380 1 PIL image>",
30
+ "target": 3
31
+ }
32
+ ]
33
+ ```
34
+
35
+ ### Dataset Fields
36
+
37
+ The dataset has the following fields (also called "features"):
38
+
39
+ ```json
40
+ {
41
+ "image": "Image(decode=True, id=None)",
42
+ "target": "ClassLabel(names=['blank', 'content', 'end', 'start'], id=None)"
43
+ }
44
+ ```
45
+
46
+ ### Dataset Splits
47
+
48
+ This dataset is split into a train and validation split. The split sizes are as follow:
49
+
50
+ | Split name | Num samples |
51
+ | ------------ | ------------------- |
52
+ | train | 341 |
53
+ | valid | 88 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2fd4e854f7510abdd3e90975ef46e80c2de233b50ce487f0111c71028c4650a
3
+ size 1249968
processed/train/dataset_info.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "image": {
6
+ "_type": "Image"
7
+ },
8
+ "target": {
9
+ "names": [
10
+ "blank",
11
+ "content",
12
+ "end",
13
+ "start"
14
+ ],
15
+ "_type": "ClassLabel"
16
+ }
17
+ },
18
+ "homepage": "",
19
+ "license": "",
20
+ "splits": {
21
+ "train": {
22
+ "name": "train",
23
+ "num_bytes": 1249177,
24
+ "num_examples": 341,
25
+ "dataset_name": null
26
+ }
27
+ }
28
+ }
processed/train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "da468b4d5b906465",
8
+ "_format_columns": [
9
+ "image",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ab9b4bf2b43716c20d07001b87b3298c5479a43a5cb0f54b615178f855d2e05
3
+ size 323016
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "image": {
6
+ "_type": "Image"
7
+ },
8
+ "target": {
9
+ "names": [
10
+ "blank",
11
+ "content",
12
+ "end",
13
+ "start"
14
+ ],
15
+ "_type": "ClassLabel"
16
+ }
17
+ },
18
+ "homepage": "",
19
+ "license": "",
20
+ "splits": {
21
+ "valid": {
22
+ "name": "valid",
23
+ "num_bytes": 322216,
24
+ "num_examples": 88,
25
+ "dataset_name": null
26
+ }
27
+ }
28
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0a027eb0210949fd",
8
+ "_format_columns": [
9
+ "image",
10
+ "target"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }