autotrain-data-processor
commited on
Commit
•
6474751
1
Parent(s):
e0a4b96
Processed data from AutoTrain data processor ([2022-09-15 17:36 ]
Browse files- README.md +93 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +61 -0
- processed/train/state.json +17 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +61 -0
- processed/valid/state.json +17 -0
README.md
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: ratnakar_1000_sample_curated
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project ratnakar_1000_sample_curated.
|
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 |
+
"INTRADAY",
|
27 |
+
"NAHARINDUS",
|
28 |
+
" ABOVE ",
|
29 |
+
"128",
|
30 |
+
" - 129 SL ",
|
31 |
+
"126",
|
32 |
+
" TARGET ",
|
33 |
+
"140",
|
34 |
+
" "
|
35 |
+
],
|
36 |
+
"tags": [
|
37 |
+
8,
|
38 |
+
10,
|
39 |
+
0,
|
40 |
+
3,
|
41 |
+
0,
|
42 |
+
9,
|
43 |
+
0,
|
44 |
+
5,
|
45 |
+
0
|
46 |
+
]
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"tokens": [
|
50 |
+
"INTRADAY",
|
51 |
+
"ASTRON",
|
52 |
+
" ABV ",
|
53 |
+
"39",
|
54 |
+
" SL ",
|
55 |
+
"37.50",
|
56 |
+
" TARGET ",
|
57 |
+
"45",
|
58 |
+
" "
|
59 |
+
],
|
60 |
+
"tags": [
|
61 |
+
8,
|
62 |
+
10,
|
63 |
+
0,
|
64 |
+
3,
|
65 |
+
0,
|
66 |
+
9,
|
67 |
+
0,
|
68 |
+
5,
|
69 |
+
0
|
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(num_classes=12, names=['NANA', 'btst', 'delivery', 'enter', 'entry_momentum', 'exit', 'exit2', 'exit3', 'intraday', 'sl', 'symbol', 'touched'], 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 | 726 |
|
93 |
+
| valid | 259 |
|
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:f9f26aebabd79e7ca0fe5b386b8f385f15903c77b1f4efdd7b0b18f1b5a5b9a9
|
3 |
+
size 99576
|
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": 98510,
|
54 |
+
"num_examples": 726,
|
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": "aa6a064e24659c49",
|
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:d64a6b7e82bffad967406ea7ab347d314da1392fb3400b2ad5bd4c5aa490cc3f
|
3 |
+
size 45656
|
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": 44595,
|
54 |
+
"num_examples": 259,
|
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": "b693fb54ac605a83",
|
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 |
+
}
|