zeddez commited on
Commit
0f0366a
1 Parent(s): 3844a16

Upload 4 files

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da1e3663e6151c6c0cf2da7051e68b5e610baf9958a441b0002b806b972a3e5
3
+ size 111577048
train/dataset_info.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 111540110,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "E:/OneDrive/Project/LLMTraining/data/./pure_zhihu.json": {
10
+ "num_bytes": 119986317,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 119986317,
15
+ "features": {
16
+ "output": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "instruction": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "input": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "history": {
29
+ "feature": {
30
+ "dtype": "null",
31
+ "_type": "Value"
32
+ },
33
+ "_type": "Sequence"
34
+ }
35
+ },
36
+ "homepage": "",
37
+ "license": "",
38
+ "size_in_bytes": 231526427,
39
+ "splits": {
40
+ "train": {
41
+ "name": "train",
42
+ "num_bytes": 111540110,
43
+ "num_examples": 81587,
44
+ "dataset_name": "json"
45
+ }
46
+ },
47
+ "version": {
48
+ "version_str": "0.0.0",
49
+ "major": 0,
50
+ "minor": 0,
51
+ "patch": 0
52
+ }
53
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ba374631fc457568",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }