autotrain-data-processor commited on
Commit
5f015c7
1 Parent(s): e974eac

Processed data from AutoTrain data processor ([2023-04-02 07:56 ]

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ task_categories:
5
+ - text-classification
6
+
7
+ ---
8
+ # AutoTrain Dataset for project: roulette-prediction-next-sequence
9
+
10
+ ## Dataset Description
11
+
12
+ This dataset has been automatically processed by AutoTrain for project roulette-prediction-next-sequence.
13
+
14
+ ### Languages
15
+
16
+ The BCP-47 code for the dataset's language is en.
17
+
18
+ ## Dataset Structure
19
+
20
+ ### Data Instances
21
+
22
+ A sample from this dataset looks as follows:
23
+
24
+ ```json
25
+ [
26
+ {
27
+ "text": "1",
28
+ "target": 8
29
+ },
30
+ {
31
+ "text": "2",
32
+ "target": 8
33
+ }
34
+ ]
35
+ ```
36
+
37
+ ### Dataset Fields
38
+
39
+ The dataset has the following fields (also called "features"):
40
+
41
+ ```json
42
+ {
43
+ "text": "Value(dtype='string', id=None)",
44
+ "target": "ClassLabel(names=['0', '11', '12', '20', '22', '23', '25', '26', '27', '28', '3', '31', '35', '36', '4', '7'], id=None)"
45
+ }
46
+ ```
47
+
48
+ ### Dataset Splits
49
+
50
+ This dataset is split into a train and validation split. The split sizes are as follow:
51
+
52
+ | Split name | Num samples |
53
+ | ------------ | ------------------- |
54
+ | train | 15 |
55
+ | valid | 7 |
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:e8d7fb1fcc3f56867c36c36e69a5613e0ae2d8830af4bf052be84bbb7a183071
3
+ size 872
processed/train/dataset_info.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "names": [
11
+ "0",
12
+ "11",
13
+ "12",
14
+ "20",
15
+ "22",
16
+ "23",
17
+ "25",
18
+ "26",
19
+ "27",
20
+ "28",
21
+ "3",
22
+ "31",
23
+ "35",
24
+ "36",
25
+ "4",
26
+ "7"
27
+ ],
28
+ "_type": "ClassLabel"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "splits": {
34
+ "train": {
35
+ "name": "train",
36
+ "num_bytes": 201,
37
+ "num_examples": 15,
38
+ "dataset_name": null
39
+ }
40
+ }
41
+ }
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": "9d155c07665b24fa",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
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:92529266c1761d67aabc137b07d123b3112bc39edb1c9c31fbe5ede6e324933d
3
+ size 768
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "names": [
11
+ "0",
12
+ "11",
13
+ "12",
14
+ "20",
15
+ "22",
16
+ "23",
17
+ "25",
18
+ "26",
19
+ "27",
20
+ "28",
21
+ "3",
22
+ "31",
23
+ "35",
24
+ "36",
25
+ "4",
26
+ "7"
27
+ ],
28
+ "_type": "ClassLabel"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "splits": {
34
+ "valid": {
35
+ "name": "valid",
36
+ "num_bytes": 93,
37
+ "num_examples": 7,
38
+ "dataset_name": null
39
+ }
40
+ }
41
+ }
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": "3d61f7665346b8df",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }