autotrain-data-processor commited on
Commit
4d93caf
·
1 Parent(s): 24fa8f8

Processed data from AutoTrain data processor ([2023-06-13 13:04 ]

Browse files
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ task_categories:
5
+ - token-classification
6
+
7
+ ---
8
+ # AutoTrain Dataset for project: aniaitokenclassification
9
+
10
+ ## Dataset Description
11
+
12
+ This dataset has been automatically processed by AutoTrain for project aniaitokenclassification.
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
+ "tokens": [
28
+ "I",
29
+ " booked",
30
+ "a",
31
+ " flight",
32
+ "to",
33
+ "London."
34
+ ],
35
+ "tags": [
36
+ 4,
37
+ 2,
38
+ 2,
39
+ 5,
40
+ 2,
41
+ 1
42
+ ]
43
+ },
44
+ {
45
+ "tokens": [
46
+ "Apple",
47
+ "Inc.",
48
+ "is",
49
+ "planning",
50
+ "to",
51
+ "open",
52
+ "a",
53
+ "new",
54
+ "store",
55
+ "in",
56
+ "Paris."
57
+ ],
58
+ "tags": [
59
+ 3,
60
+ 3,
61
+ 2,
62
+ 2,
63
+ 2,
64
+ 2,
65
+ 2,
66
+ 2,
67
+ 2,
68
+ 2,
69
+ 1
70
+ ]
71
+ }
72
+ ]
73
+ ```
74
+
75
+ ### Dataset Fields
76
+
77
+ The dataset has the following fields (also called "features"):
78
+
79
+ ```json
80
+ {
81
+ "tokens": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
82
+ "tags": "Sequence(feature=ClassLabel(names=['COMPANY', 'LOC', 'O', 'ORG', 'PER', 'THING'], id=None), length=-1, id=None)"
83
+ }
84
+ ```
85
+
86
+ ### Dataset Splits
87
+
88
+ This dataset is split into a train and validation split. The split sizes are as follow:
89
+
90
+ | Split name | Num samples |
91
+ | ------------ | ------------------- |
92
+ | train | 23 |
93
+ | valid | 6 |
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:68d2a3853db742052c51db66760be17524aae357330d60c9007cd8b66b4b6112
3
+ size 3792
processed/train/dataset_info.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "tokens": {
6
+ "feature": {
7
+ "dtype": "string",
8
+ "_type": "Value"
9
+ },
10
+ "_type": "Sequence"
11
+ },
12
+ "tags": {
13
+ "feature": {
14
+ "names": [
15
+ "COMPANY",
16
+ "LOC",
17
+ "O",
18
+ "ORG",
19
+ "PER",
20
+ "THING"
21
+ ],
22
+ "_type": "ClassLabel"
23
+ },
24
+ "_type": "Sequence"
25
+ }
26
+ },
27
+ "homepage": "",
28
+ "license": "",
29
+ "splits": {
30
+ "train": {
31
+ "name": "train",
32
+ "num_bytes": 2904,
33
+ "num_examples": 23,
34
+ "dataset_name": null
35
+ }
36
+ }
37
+ }
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": "5f28155b25dfce47",
8
+ "_format_columns": [
9
+ "tags",
10
+ "tokens"
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:b1fb0dcc608f829562fc148e28f4d05ebdf94ac46719cedb146e32d30b13d637
3
+ size 1616
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "tokens": {
6
+ "feature": {
7
+ "dtype": "string",
8
+ "_type": "Value"
9
+ },
10
+ "_type": "Sequence"
11
+ },
12
+ "tags": {
13
+ "feature": {
14
+ "names": [
15
+ "COMPANY",
16
+ "LOC",
17
+ "O",
18
+ "ORG",
19
+ "PER",
20
+ "THING"
21
+ ],
22
+ "_type": "ClassLabel"
23
+ },
24
+ "_type": "Sequence"
25
+ }
26
+ },
27
+ "homepage": "",
28
+ "license": "",
29
+ "splits": {
30
+ "valid": {
31
+ "name": "valid",
32
+ "num_bytes": 716,
33
+ "num_examples": 6,
34
+ "dataset_name": null
35
+ }
36
+ }
37
+ }
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": "72a47087be2f9285",
8
+ "_format_columns": [
9
+ "tags",
10
+ "tokens"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }