mrzjy commited on
Commit
40466c2
1 Parent(s): b2c94ba

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:05946a70f8fdcc043eb65cca78f9f35d1a770aca1e181003d99cf2d983a20328
3
+ size 1997888
train/dataset_info.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 1994703,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "D:/code/github/ZZZDialog/tmp/../data/interknot_post_comment.jsonl": {
10
+ "num_bytes": 2190904,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 2190904,
15
+ "features": {
16
+ "id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "poster": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "title": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "text": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "script": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "comments": [
37
+ {
38
+ "role": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ },
42
+ "content": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ }
46
+ }
47
+ ],
48
+ "player_reply": {
49
+ "feature": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "_type": "Sequence"
54
+ },
55
+ "lang": {
56
+ "dtype": "string",
57
+ "_type": "Value"
58
+ }
59
+ },
60
+ "homepage": "",
61
+ "license": "",
62
+ "size_in_bytes": 4185607,
63
+ "splits": {
64
+ "train": {
65
+ "name": "train",
66
+ "num_bytes": 1994703,
67
+ "num_examples": 1068,
68
+ "dataset_name": "json"
69
+ }
70
+ },
71
+ "version": {
72
+ "version_str": "0.0.0",
73
+ "major": 0,
74
+ "minor": 0,
75
+ "patch": 0
76
+ }
77
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ad300663a878c915",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }