mrzjy commited on
Commit
d8d35aa
1 Parent(s): 8ca336a

Upload 5 files

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
train/data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6fc9a36852f68735b39b5dcc7574c9de6e5f52bf42742fafe633fa76c7de5e2
3
+ size 312967896
train/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df457de541fa3bfc9e530467be049db1017661716c3200464ac9b4bb4b272a9d
3
+ size 397554032
train/dataset_info.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 710514953,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "D:/code/gitlab/klgai_data/datasets/third_party_datasets/interactive_novel_zh/private/interactive_novel_zh_3k.jsonl": {
10
+ "num_bytes": 965932446,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 965932446,
15
+ "features": {
16
+ "book_title": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "book_author": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "book_tag": {
25
+ "feature": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "Sequence"
30
+ },
31
+ "book_intro": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "collect": {
36
+ "dtype": "int64",
37
+ "_type": "Value"
38
+ },
39
+ "popularity": {
40
+ "dtype": "int64",
41
+ "_type": "Value"
42
+ },
43
+ "book_chapter": [
44
+ {
45
+ "chapter_title": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "content": [
50
+ {
51
+ "content_tag": {
52
+ "dtype": "string",
53
+ "_type": "Value"
54
+ },
55
+ "role": {
56
+ "dtype": "string",
57
+ "_type": "Value"
58
+ },
59
+ "content": {
60
+ "dtype": "string",
61
+ "_type": "Value"
62
+ }
63
+ }
64
+ ]
65
+ }
66
+ ]
67
+ },
68
+ "homepage": "",
69
+ "license": "",
70
+ "size_in_bytes": 1676447399,
71
+ "splits": {
72
+ "train": {
73
+ "name": "train",
74
+ "num_bytes": 710514953,
75
+ "num_examples": 3534,
76
+ "shard_lengths": [
77
+ 2622,
78
+ 912
79
+ ],
80
+ "dataset_name": "json"
81
+ }
82
+ },
83
+ "version": {
84
+ "version_str": "0.0.0",
85
+ "major": 0,
86
+ "minor": 0,
87
+ "patch": 0
88
+ }
89
+ }
train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00002.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00002.arrow"
8
+ }
9
+ ],
10
+ "_fingerprint": "03edb50c10fd1873",
11
+ "_format_columns": null,
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": "train"
16
+ }