autotrain-data-processor commited on
Commit
7957863
1 Parent(s): 4f296eb

Processed data from AutoTrain data processor ([2022-05-13 20:39 ]

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - en
4
+ task_categories:
5
+ - conditional-text-generation
6
+
7
+ ---
8
+ # AutoTrain Dataset for project: code_summarization
9
+
10
+ ## Dataset Descritpion
11
+
12
+ This dataset has been automatically processed by AutoTrain for project code_summarization.
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
+ "text": "def read(self, table, columns, keyset, index=\"\", limit=0, partition=None):\n \"\"\"Perform a ``St[...]",
28
+ "target": "Perform a ``StreamingRead`` API request for rows in a table.\n\n :type table: str\n :para[...]"
29
+ },
30
+ {
31
+ "text": "def maf_somatic_variant_stats(variant, variant_metadata):\n \"\"\"\n Parse out the variant calling [...]",
32
+ "target": "Parse out the variant calling statistics for a given variant from a MAF file\n\n Assumes the MAF fo[...]"
33
+ }
34
+ ]
35
+ ```
36
+
37
+ ### Dataset Fields
38
+
39
+ The dataset has the following fields (also called "features"):
40
+
41
+ ```json
42
+ {
43
+ "text": "Value(dtype='string', id=None)",
44
+ "target": "Value(dtype='string', id=None)"
45
+ }
46
+ ```
47
+
48
+ ### Dataset Splits
49
+
50
+ This dataset is split into a train and validation split. The split sizes are as follow:
51
+
52
+ | Split name | Num samples |
53
+ | ------------ | ------------------- |
54
+ | train | 800 |
55
+ | valid | 200 |
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:badbcc5d0d63b098f4f6d74bc14f7dff411565e3a98d892781db7b8c05dc4047
3
+ size 946968
processed/train/dataset_info.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "text": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "target": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ }
20
+ },
21
+ "homepage": "",
22
+ "license": "",
23
+ "post_processed": null,
24
+ "post_processing_size": null,
25
+ "size_in_bytes": null,
26
+ "splits": {
27
+ "train": {
28
+ "name": "train",
29
+ "num_bytes": 946346,
30
+ "num_examples": 800,
31
+ "dataset_name": null
32
+ }
33
+ },
34
+ "supervised_keys": null,
35
+ "task_templates": null,
36
+ "version": null
37
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a382f8e6102bede1",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
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:aae8e5e7ac3b03e1b27ef0b01eefba47fa6e66937ffc26fec1f0901b513f3c11
3
+ size 275624
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "text": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "target": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ }
20
+ },
21
+ "homepage": "",
22
+ "license": "",
23
+ "post_processed": null,
24
+ "post_processing_size": null,
25
+ "size_in_bytes": null,
26
+ "splits": {
27
+ "valid": {
28
+ "name": "valid",
29
+ "num_bytes": 274997,
30
+ "num_examples": 200,
31
+ "dataset_name": null
32
+ }
33
+ },
34
+ "supervised_keys": null,
35
+ "task_templates": null,
36
+ "version": null
37
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "14c065ff0ef06f55",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_output_all_columns": false,
16
+ "_split": null
17
+ }