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 CHANGED
@@ -22,12 +22,18 @@ A sample from this dataset looks as follows:
22
  ```json
23
  [
24
  {
25
- "source": "kal ke sabhi alarms delete karo",
26
- "target": "delete all of tomorrows alarms"
 
 
 
27
  },
28
  {
29
- "source": "weekend ke liye forecast",
30
- "target": "forecast over the weekend"
 
 
 
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
- "target": "Value(dtype='string', id=None)"
 
 
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 | 146826 |
53
- | valid | 36707 |
 
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:4da3bef10cf2f1be5ad32d917fa9bc2fd266df8f53aa062c702d8733b5b8bd9f
3
- size 13878344
 
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
- "target": {
 
 
 
 
 
 
 
 
10
  "dtype": "string",
11
  "_type": "Value"
12
  }
@@ -16,8 +28,8 @@
16
  "splits": {
17
  "train": {
18
  "name": "train",
19
- "num_bytes": 13841675,
20
- "num_examples": 146826,
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": "8c31ebbe912adfcb",
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:b9d3b86a7134f2278f3c26635839c1e47af24b3782dfda451f0fb5350cfc4d1a
3
- size 3445712
 
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
- "target": {
 
 
 
 
 
 
 
 
10
  "dtype": "string",
11
  "_type": "Value"
12
  }
@@ -16,8 +28,8 @@
16
  "splits": {
17
  "valid": {
18
  "name": "valid",
19
- "num_bytes": 3436240,
20
- "num_examples": 36707,
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": "8ff1c625bea49f7e",
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
  ],