autotrain-data-processor
commited on
Commit
•
949bf8b
1
Parent(s):
7480cb5
Processed data from AutoTrain data processor ([2023-03-16 18:31 ]
Browse files- README.md +16 -7
- processed/train/dataset.arrow +2 -2
- processed/train/dataset_info.json +15 -3
- processed/train/state.json +4 -1
- processed/valid/dataset.arrow +2 -2
- processed/valid/dataset_info.json +15 -3
- processed/valid/state.json +4 -1
README.md
CHANGED
@@ -22,12 +22,18 @@ A sample from this dataset looks as follows:
|
|
22 |
```json
|
23 |
[
|
24 |
{
|
25 |
-
"
|
26 |
-
"
|
|
|
|
|
|
|
27 |
},
|
28 |
{
|
29 |
-
"
|
30 |
-
"
|
|
|
|
|
|
|
31 |
}
|
32 |
]
|
33 |
```
|
@@ -38,8 +44,11 @@ The dataset has the following fields (also called "features"):
|
|
38 |
|
39 |
```json
|
40 |
{
|
|
|
41 |
"source": "Value(dtype='string', id=None)",
|
42 |
-
"
|
|
|
|
|
43 |
}
|
44 |
```
|
45 |
|
@@ -49,5 +58,5 @@ This dataset is split into a train and validation split. The split sizes are as
|
|
49 |
|
50 |
| Split name | Num samples |
|
51 |
| ------------ | ------------------- |
|
52 |
-
| train |
|
53 |
-
| valid |
|
|
|
22 |
```json
|
23 |
[
|
24 |
{
|
25 |
+
"target": "SHOULD I WEAR A COAT TODAY ?",
|
26 |
+
"source": "Kya mujhe aj coat pehena chahiye ?",
|
27 |
+
"feat_en_parse": "[IN:GET_WEATHER SHOULD I WEAR A [SL:WEATHER_ATTRIBUTE COAT ] [SL:DATE_TIME TODAY ] ? ]",
|
28 |
+
"feat_cs_parse": "[IN:GET_WEATHER Kya mujhe [SL:DATE_TIME aj ] [SL:WEATHER_ATTRIBUTE coat ] pehena chahiye ? ]",
|
29 |
+
"feat_domain": "weather"
|
30 |
},
|
31 |
{
|
32 |
+
"target": "Label my timer as Gym Timer",
|
33 |
+
"source": "Mere timer ko Gym Timer ka label dijiye",
|
34 |
+
"feat_en_parse": "[IN:UNSUPPORTED_TIMER Label my timer as Gym Timer ]",
|
35 |
+
"feat_cs_parse": "[IN:UNSUPPORTED_TIMER Mere timer ko Gym Timer ka label dijiye ]",
|
36 |
+
"feat_domain": "timer"
|
37 |
}
|
38 |
]
|
39 |
```
|
|
|
44 |
|
45 |
```json
|
46 |
{
|
47 |
+
"target": "Value(dtype='string', id=None)",
|
48 |
"source": "Value(dtype='string', id=None)",
|
49 |
+
"feat_en_parse": "Value(dtype='string', id=None)",
|
50 |
+
"feat_cs_parse": "Value(dtype='string', id=None)",
|
51 |
+
"feat_domain": "Value(dtype='string', id=None)"
|
52 |
}
|
53 |
```
|
54 |
|
|
|
58 |
|
59 |
| Split name | Num samples |
|
60 |
| ------------ | ------------------- |
|
61 |
+
| train | 2394 |
|
62 |
+
| valid | 599 |
|
processed/train/dataset.arrow
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79bd3e8801fd0857f4622de5d29229e7a476f8a7006d32b64daf14a3f81adda2
|
3 |
+
size 718248
|
processed/train/dataset_info.json
CHANGED
@@ -2,11 +2,23 @@
|
|
2 |
"citation": "",
|
3 |
"description": "AutoTrain generated dataset",
|
4 |
"features": {
|
|
|
|
|
|
|
|
|
5 |
"source": {
|
6 |
"dtype": "string",
|
7 |
"_type": "Value"
|
8 |
},
|
9 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"dtype": "string",
|
11 |
"_type": "Value"
|
12 |
}
|
@@ -16,8 +28,8 @@
|
|
16 |
"splits": {
|
17 |
"train": {
|
18 |
"name": "train",
|
19 |
-
"num_bytes":
|
20 |
-
"num_examples":
|
21 |
"dataset_name": null
|
22 |
}
|
23 |
}
|
|
|
2 |
"citation": "",
|
3 |
"description": "AutoTrain generated dataset",
|
4 |
"features": {
|
5 |
+
"target": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
"source": {
|
10 |
"dtype": "string",
|
11 |
"_type": "Value"
|
12 |
},
|
13 |
+
"feat_en_parse": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"feat_cs_parse": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"feat_domain": {
|
22 |
"dtype": "string",
|
23 |
"_type": "Value"
|
24 |
}
|
|
|
28 |
"splits": {
|
29 |
"train": {
|
30 |
"name": "train",
|
31 |
+
"num_bytes": 716146,
|
32 |
+
"num_examples": 2394,
|
33 |
"dataset_name": null
|
34 |
}
|
35 |
}
|
processed/train/state.json
CHANGED
@@ -4,8 +4,11 @@
|
|
4 |
"filename": "dataset.arrow"
|
5 |
}
|
6 |
],
|
7 |
-
"_fingerprint": "
|
8 |
"_format_columns": [
|
|
|
|
|
|
|
9 |
"source",
|
10 |
"target"
|
11 |
],
|
|
|
4 |
"filename": "dataset.arrow"
|
5 |
}
|
6 |
],
|
7 |
+
"_fingerprint": "65ad46a7d0c8b31d",
|
8 |
"_format_columns": [
|
9 |
+
"feat_cs_parse",
|
10 |
+
"feat_domain",
|
11 |
+
"feat_en_parse",
|
12 |
"source",
|
13 |
"target"
|
14 |
],
|
processed/valid/dataset.arrow
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c02b697ef64ecb59dcde8498ec012547a360d069ea4deb0abe5f3ea8f06b1d2
|
3 |
+
size 179584
|
processed/valid/dataset_info.json
CHANGED
@@ -2,11 +2,23 @@
|
|
2 |
"citation": "",
|
3 |
"description": "AutoTrain generated dataset",
|
4 |
"features": {
|
|
|
|
|
|
|
|
|
5 |
"source": {
|
6 |
"dtype": "string",
|
7 |
"_type": "Value"
|
8 |
},
|
9 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"dtype": "string",
|
11 |
"_type": "Value"
|
12 |
}
|
@@ -16,8 +28,8 @@
|
|
16 |
"splits": {
|
17 |
"valid": {
|
18 |
"name": "valid",
|
19 |
-
"num_bytes":
|
20 |
-
"num_examples":
|
21 |
"dataset_name": null
|
22 |
}
|
23 |
}
|
|
|
2 |
"citation": "",
|
3 |
"description": "AutoTrain generated dataset",
|
4 |
"features": {
|
5 |
+
"target": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
"source": {
|
10 |
"dtype": "string",
|
11 |
"_type": "Value"
|
12 |
},
|
13 |
+
"feat_en_parse": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"feat_cs_parse": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"feat_domain": {
|
22 |
"dtype": "string",
|
23 |
"_type": "Value"
|
24 |
}
|
|
|
28 |
"splits": {
|
29 |
"valid": {
|
30 |
"name": "valid",
|
31 |
+
"num_bytes": 178460,
|
32 |
+
"num_examples": 599,
|
33 |
"dataset_name": null
|
34 |
}
|
35 |
}
|
processed/valid/state.json
CHANGED
@@ -4,8 +4,11 @@
|
|
4 |
"filename": "dataset.arrow"
|
5 |
}
|
6 |
],
|
7 |
-
"_fingerprint": "
|
8 |
"_format_columns": [
|
|
|
|
|
|
|
9 |
"source",
|
10 |
"target"
|
11 |
],
|
|
|
4 |
"filename": "dataset.arrow"
|
5 |
}
|
6 |
],
|
7 |
+
"_fingerprint": "b6337feffa157433",
|
8 |
"_format_columns": [
|
9 |
+
"feat_cs_parse",
|
10 |
+
"feat_domain",
|
11 |
+
"feat_en_parse",
|
12 |
"source",
|
13 |
"target"
|
14 |
],
|