mrzjy commited on
Commit
b006420
1 Parent(s): 3320417

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:65b3f5c81d09b59023769fb5ba707bb8443234a4f274f6d1114f23baf1fc660e
3
+ size 10351976
train/dataset_info.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 10350851,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "D:/code/github/HonkaiImpact3rdDialog/tmp/../video_pipeline/tmp.jsonl": {
10
+ "num_bytes": 13168055,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 13168055,
15
+ "features": {
16
+ "title": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "story": [
21
+ {
22
+ "type": {
23
+ "dtype": "string",
24
+ "_type": "Value"
25
+ },
26
+ "content": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "role": {
31
+ "dtype": "string",
32
+ "_type": "Value"
33
+ }
34
+ }
35
+ ]
36
+ },
37
+ "homepage": "",
38
+ "license": "",
39
+ "size_in_bytes": 23518906,
40
+ "splits": {
41
+ "train": {
42
+ "name": "train",
43
+ "num_bytes": 10350851,
44
+ "num_examples": 186,
45
+ "dataset_name": "json"
46
+ }
47
+ },
48
+ "version": {
49
+ "version_str": "0.0.0",
50
+ "major": 0,
51
+ "minor": 0,
52
+ "patch": 0
53
+ }
54
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ce79de491e1e41f1",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }