ooutlierr commited on
Commit
ca89b39
·
verified ·
1 Parent(s): 9cf3d18

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +50 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:138222998106b2427ab5ca0bf5f8a6d0d124317f0eaad5b9b622532052176b58
3
+ size 313966408
dataset_info.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "code_v-all-dataset",
6
+ "dataset_size": 304185397,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/yang-z/CodeV-All-dataset@d2ed516620f3cb00c95ae372b105b3c6709eff12/codev-chisel.jsonl": {
10
+ "num_bytes": 52831955,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/yang-z/CodeV-All-dataset@d2ed516620f3cb00c95ae372b105b3c6709eff12/codev-verilog.jsonl": {
14
+ "num_bytes": 269395382,
15
+ "checksum": null
16
+ }
17
+ },
18
+ "download_size": 322227337,
19
+ "features": {
20
+ "instruction": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "response": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "description": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "homepage": "",
34
+ "license": "",
35
+ "size_in_bytes": 626412734,
36
+ "splits": {
37
+ "train": {
38
+ "name": "train",
39
+ "num_bytes": 304185397,
40
+ "num_examples": 184060,
41
+ "dataset_name": "code_v-all-dataset"
42
+ }
43
+ },
44
+ "version": {
45
+ "version_str": "0.0.0",
46
+ "major": 0,
47
+ "minor": 0,
48
+ "patch": 0
49
+ }
50
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "dc7f038cf056e8d1",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }