akatsuki1125 commited on
Commit
53f6ea8
·
verified ·
1 Parent(s): 2c8f1d5

Upload folder using huggingface_hub

Browse files
multiple-cs/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["test"]}
multiple-cs/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65de36c3f75c6c2d08a80e32eb5d1c0608b8148e968d872c76f5441ac9c956e1
3
+ size 295872
multiple-cs/test/dataset_info.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_size": 294074,
6
+ "description": "",
7
+ "download_checksums": {
8
+ "/Users/akatsuki/Documents/JMultiPL-E/data/cs/new_cs.json": {
9
+ "num_bytes": 333078,
10
+ "checksum": null
11
+ }
12
+ },
13
+ "download_size": 333078,
14
+ "features": {
15
+ "stop_tokens": {
16
+ "feature": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "_type": "Sequence"
21
+ },
22
+ "prompt": {
23
+ "dtype": "string",
24
+ "_type": "Value"
25
+ },
26
+ "prompt_terminology": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "doctests": {
31
+ "dtype": "string",
32
+ "_type": "Value"
33
+ },
34
+ "name": {
35
+ "dtype": "string",
36
+ "_type": "Value"
37
+ },
38
+ "tests": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ },
42
+ "original": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "language": {
47
+ "dtype": "string",
48
+ "_type": "Value"
49
+ }
50
+ },
51
+ "homepage": "",
52
+ "license": "",
53
+ "size_in_bytes": 627152,
54
+ "splits": {
55
+ "train": {
56
+ "name": "train",
57
+ "num_bytes": 294074,
58
+ "num_examples": 158,
59
+ "dataset_name": "json"
60
+ }
61
+ },
62
+ "version": {
63
+ "version_str": "0.0.0",
64
+ "major": 0,
65
+ "minor": 0,
66
+ "patch": 0
67
+ }
68
+ }
multiple-cs/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "caaaccf4bcf220f2",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }