autotrain-data-processor commited on
Commit
90a20eb
·
1 Parent(s): b79d2a3

Processed data from AutoTrain data processor ([2023-02-15 03:14 ]

Browse files
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - token-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: code-mixed-language-identification
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project code-mixed-language-identification.
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
+ "feat_Unnamed: 0": 9180,
26
+ "tokens": [
27
+ "keren",
28
+ "banget",
29
+ "projectnya",
30
+ "\ud83d\udc4f"
31
+ ],
32
+ "tags": [
33
+ 1,
34
+ 1,
35
+ 3,
36
+ 6
37
+ ]
38
+ },
39
+ {
40
+ "feat_Unnamed: 0": 1911,
41
+ "tokens": [
42
+ "ygshop",
43
+ "juga",
44
+ "lolaaaa",
45
+ ".",
46
+ "mau",
47
+ "order",
48
+ "piye",
49
+ "lek",
50
+ "loadinge",
51
+ "ngene",
52
+ "!",
53
+ "ate",
54
+ "tuku",
55
+ "piye",
56
+ "lek",
57
+ "loadingnge",
58
+ "ngene",
59
+ "?",
60
+ "welcome",
61
+ "back",
62
+ "albummmmm",
63
+ "!!"
64
+ ],
65
+ "tags": [
66
+ 3,
67
+ 1,
68
+ 3,
69
+ 6,
70
+ 1,
71
+ 1,
72
+ 2,
73
+ 2,
74
+ 5,
75
+ 2,
76
+ 6,
77
+ 2,
78
+ 2,
79
+ 2,
80
+ 2,
81
+ 5,
82
+ 2,
83
+ 6,
84
+ 0,
85
+ 0,
86
+ 0,
87
+ 6
88
+ ]
89
+ }
90
+ ]
91
+ ```
92
+
93
+ ### Dataset Fields
94
+
95
+ The dataset has the following fields (also called "features"):
96
+
97
+ ```json
98
+ {
99
+ "feat_Unnamed: 0": "Value(dtype='int64', id=None)",
100
+ "tokens": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
101
+ "tags": "Sequence(feature=ClassLabel(names=['EN', 'ID', 'JV', 'MIX_ID_EN', 'MIX_ID_JV', 'MIX_JV_EN', 'OTH'], id=None), length=-1, id=None)"
102
+ }
103
+ ```
104
+
105
+ ### Dataset Splits
106
+
107
+ This dataset is split into a train and validation split. The split sizes are as follow:
108
+
109
+ | Split name | Num samples |
110
+ | ------------ | ------------------- |
111
+ | train | 7868 |
112
+ | valid | 3151 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27c5b9124d495360fa9cdec467aebf95e2758ea3f8286679631822e230177b51
3
+ size 3314560
processed/train/dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "feat_Unnamed: 0": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "tokens": {
10
+ "feature": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "_type": "Sequence"
15
+ },
16
+ "tags": {
17
+ "feature": {
18
+ "names": [
19
+ "EN",
20
+ "ID",
21
+ "JV",
22
+ "MIX_ID_EN",
23
+ "MIX_ID_JV",
24
+ "MIX_JV_EN",
25
+ "OTH"
26
+ ],
27
+ "_type": "ClassLabel"
28
+ },
29
+ "_type": "Sequence"
30
+ }
31
+ },
32
+ "homepage": "",
33
+ "license": "",
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 3310830,
38
+ "num_examples": 7868,
39
+ "dataset_name": null
40
+ }
41
+ }
42
+ }
processed/train/state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4c2eb59d217b246f",
8
+ "_format_columns": [
9
+ "feat_Unnamed: 0",
10
+ "tags",
11
+ "tokens"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_indexes": {},
16
+ "_output_all_columns": false,
17
+ "_split": null
18
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cd84f65758b269e6f741b72a0a30187bad65f7278dff5eb9624efc2f06dcbe9
3
+ size 1361688
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "feat_Unnamed: 0": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "tokens": {
10
+ "feature": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "_type": "Sequence"
15
+ },
16
+ "tags": {
17
+ "feature": {
18
+ "names": [
19
+ "EN",
20
+ "ID",
21
+ "JV",
22
+ "MIX_ID_EN",
23
+ "MIX_ID_JV",
24
+ "MIX_JV_EN",
25
+ "OTH"
26
+ ],
27
+ "_type": "ClassLabel"
28
+ },
29
+ "_type": "Sequence"
30
+ }
31
+ },
32
+ "homepage": "",
33
+ "license": "",
34
+ "splits": {
35
+ "valid": {
36
+ "name": "valid",
37
+ "num_bytes": 1359490,
38
+ "num_examples": 3151,
39
+ "dataset_name": null
40
+ }
41
+ }
42
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a5a1eb885265149a",
8
+ "_format_columns": [
9
+ "feat_Unnamed: 0",
10
+ "tags",
11
+ "tokens"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_indexes": {},
16
+ "_output_all_columns": false,
17
+ "_split": null
18
+ }