linluqiu commited on
Commit
2e47026
·
verified ·
1 Parent(s): 06f34d1

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +68 -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:c9319ddd18e50253f3425394414327f062df609324479007af1645abdf0f60c8
3
+ size 645432
dataset_info.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 235473,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "/data/scratch-oc40/keya/workplace/DLMs/clean/DLM-JIT/dataset/QQP_original/valid.jsonl": {
10
+ "num_bytes": 266454,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 266454,
15
+ "features": {
16
+ "input": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "target": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "index": {
25
+ "dtype": "int64",
26
+ "_type": "Value"
27
+ },
28
+ "condition_input_ids": {
29
+ "feature": {
30
+ "dtype": "int64",
31
+ "_type": "Value"
32
+ },
33
+ "_type": "List"
34
+ },
35
+ "condition_sequence_length": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ },
39
+ "input_ids": {
40
+ "feature": {
41
+ "dtype": "int32",
42
+ "_type": "Value"
43
+ },
44
+ "_type": "List"
45
+ },
46
+ "sequence_length": {
47
+ "dtype": "int64",
48
+ "_type": "Value"
49
+ }
50
+ },
51
+ "homepage": "",
52
+ "license": "",
53
+ "size_in_bytes": 501927,
54
+ "splits": {
55
+ "train": {
56
+ "name": "train",
57
+ "num_bytes": 235473,
58
+ "num_examples": 2048,
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
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d26bdf25799d9720",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }