autotrain-data-processor commited on
Commit
83d3250
1 Parent(s): 857a1df

Processed data from AutoTrain data processor ([2022-10-06 05:41 ]

Browse files
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: stocks-ner-2000-sample-test
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project stocks-ner-2000-sample-test.
11
+
12
+ ### Languages
13
+
14
+ The BCP-47 code for the dataset's language is en.
15
+
16
+ ## Dataset Structure
17
+
18
+ ### Data Instances
19
+
20
+ A sample from this dataset looks as follows:
21
+
22
+ ```json
23
+ [
24
+ {
25
+ "tokens": [
26
+ "MAXVIL",
27
+ " : CONVERGENCE OF AVERAGES HAPPENING, VOLUMES ABOVE AVERAGE RSI FULLY BREAK OUT "
28
+ ],
29
+ "tags": [
30
+ 10,
31
+ 0
32
+ ]
33
+ },
34
+ {
35
+ "tokens": [
36
+ "INTRADAY",
37
+ " : BUY ",
38
+ "CAMS",
39
+ " ABOVE ",
40
+ "2625",
41
+ " SL ",
42
+ "2595",
43
+ " TARGET ",
44
+ "2650",
45
+ " - ",
46
+ "2675",
47
+ " - ",
48
+ "2700",
49
+ " "
50
+ ],
51
+ "tags": [
52
+ 8,
53
+ 0,
54
+ 10,
55
+ 0,
56
+ 3,
57
+ 0,
58
+ 9,
59
+ 0,
60
+ 5,
61
+ 0,
62
+ 6,
63
+ 0,
64
+ 7,
65
+ 0
66
+ ]
67
+ }
68
+ ]
69
+ ```
70
+
71
+ ### Dataset Fields
72
+
73
+ The dataset has the following fields (also called "features"):
74
+
75
+ ```json
76
+ {
77
+ "tokens": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
78
+ "tags": "Sequence(feature=ClassLabel(num_classes=12, names=['NANA', 'btst', 'delivery', 'enter', 'entry_momentum', 'exit', 'exit2', 'exit3', 'intraday', 'sl', 'symbol', 'touched'], id=None), length=-1, id=None)"
79
+ }
80
+ ```
81
+
82
+ ### Dataset Splits
83
+
84
+ This dataset is split into a train and validation split. The split sizes are as follow:
85
+
86
+ | Split name | Num samples |
87
+ | ------------ | ------------------- |
88
+ | train | 1261 |
89
+ | valid | 480 |
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:c1538c97a7354055efb2ed0d60bee16b9c7f3133f63b406ee76d8ea17f8c8b1e
3
+ size 174752
processed/train/dataset_info.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "tokens": {
11
+ "feature": {
12
+ "dtype": "string",
13
+ "id": null,
14
+ "_type": "Value"
15
+ },
16
+ "length": -1,
17
+ "id": null,
18
+ "_type": "Sequence"
19
+ },
20
+ "tags": {
21
+ "feature": {
22
+ "num_classes": 12,
23
+ "names": [
24
+ "NANA",
25
+ "btst",
26
+ "delivery",
27
+ "enter",
28
+ "entry_momentum",
29
+ "exit",
30
+ "exit2",
31
+ "exit3",
32
+ "intraday",
33
+ "sl",
34
+ "symbol",
35
+ "touched"
36
+ ],
37
+ "id": null,
38
+ "_type": "ClassLabel"
39
+ },
40
+ "length": -1,
41
+ "id": null,
42
+ "_type": "Sequence"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": "",
47
+ "post_processed": null,
48
+ "post_processing_size": null,
49
+ "size_in_bytes": null,
50
+ "splits": {
51
+ "train": {
52
+ "name": "train",
53
+ "num_bytes": 173369,
54
+ "num_examples": 1261,
55
+ "dataset_name": null
56
+ }
57
+ },
58
+ "supervised_keys": null,
59
+ "task_templates": null,
60
+ "version": null
61
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "6f6a46094968e7bb",
8
+ "_format_columns": [
9
+ "tags",
10
+ "tokens"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95c1af8a7fa397e98d6a46fb98bac27c5cf9158a720c6d41699ea1ca76875f46
3
+ size 81992
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "tokens": {
11
+ "feature": {
12
+ "dtype": "string",
13
+ "id": null,
14
+ "_type": "Value"
15
+ },
16
+ "length": -1,
17
+ "id": null,
18
+ "_type": "Sequence"
19
+ },
20
+ "tags": {
21
+ "feature": {
22
+ "num_classes": 12,
23
+ "names": [
24
+ "NANA",
25
+ "btst",
26
+ "delivery",
27
+ "enter",
28
+ "entry_momentum",
29
+ "exit",
30
+ "exit2",
31
+ "exit3",
32
+ "intraday",
33
+ "sl",
34
+ "symbol",
35
+ "touched"
36
+ ],
37
+ "id": null,
38
+ "_type": "ClassLabel"
39
+ },
40
+ "length": -1,
41
+ "id": null,
42
+ "_type": "Sequence"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": "",
47
+ "post_processed": null,
48
+ "post_processing_size": null,
49
+ "size_in_bytes": null,
50
+ "splits": {
51
+ "valid": {
52
+ "name": "valid",
53
+ "num_bytes": 80925,
54
+ "num_examples": 480,
55
+ "dataset_name": null
56
+ }
57
+ },
58
+ "supervised_keys": null,
59
+ "task_templates": null,
60
+ "version": null
61
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d108439a3d26f637",
8
+ "_format_columns": [
9
+ "tags",
10
+ "tokens"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }