autonlp-data-processor commited on
Commit
1190b85
1 Parent(s): 8ab1b1b

Processed data from autonlp data processor ([2022-03-17 13:07 ]

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - en
4
+ task_categories:
5
+ - text-classification
6
+
7
+ ---
8
+ # AutoNLP Dataset for project: devign_raw_test
9
+
10
+ ## Dataset Descritpion
11
+
12
+ This dataset has been automatically processed by AutoNLP for project devign_raw_test.
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": "void ff_avg_h264_qpel16_mc32_msa ( uint8_t * dst , const uint8_t * src , ptrdiff_t stride ) { avc_lu[...]",
28
+ "target": 0
29
+ },
30
+ {
31
+ "text": "static void sd_cardchange ( void * opaque , bool load ) { SDState * sd = opaque ; qemu_set_irq ( sd [...]",
32
+ "target": 0
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": "ClassLabel(num_classes=2, names=['0', '1'], 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 | 21188 |
55
+ | valid | 5298 |
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:bb5338d22824935743323a24bfe40d3a3b8cdf6aff3ed097913c2b09512bae81
3
+ size 16793312
processed/train/dataset_info.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoNLP 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
+ "num_classes": 2,
17
+ "names": [
18
+ "0",
19
+ "1"
20
+ ],
21
+ "id": null,
22
+ "_type": "ClassLabel"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": "",
27
+ "post_processed": null,
28
+ "post_processing_size": null,
29
+ "size_in_bytes": null,
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes": 16788063,
34
+ "num_examples": 21188,
35
+ "dataset_name": null
36
+ }
37
+ },
38
+ "supervised_keys": null,
39
+ "task_templates": null,
40
+ "version": null
41
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "df8e9da0dd3dfbf7",
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:f15b0577731ee1fd047b7fc2e9bcf81e06a81d75ca9e76a23ce2eaa4129eaa06
3
+ size 4067584
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoNLP 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
+ "num_classes": 2,
17
+ "names": [
18
+ "0",
19
+ "1"
20
+ ],
21
+ "id": null,
22
+ "_type": "ClassLabel"
23
+ }
24
+ },
25
+ "homepage": "",
26
+ "license": "",
27
+ "post_processed": null,
28
+ "post_processing_size": null,
29
+ "size_in_bytes": null,
30
+ "splits": {
31
+ "valid": {
32
+ "name": "valid",
33
+ "num_bytes": 4065846,
34
+ "num_examples": 5298,
35
+ "dataset_name": null
36
+ }
37
+ },
38
+ "supervised_keys": null,
39
+ "task_templates": null,
40
+ "version": null
41
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "301f58b4edc6aceb",
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
+ }