mrzjy commited on
Commit
00e4cab
1 Parent(s): ea0b2b7

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:98c2ea0a373be7147b261424fa301aa5de5c66403df032754293a0cfed461d11
3
+ size 8717040
train/dataset_info.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 8716200,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "D:/code/gitlab/klgai_data/datasets/third_party_datasets/game_corpus/paldialogue/private/paldialogue.jsonl": {
10
+ "num_bytes": 8854825,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 8854825,
15
+ "features": {
16
+ "text": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "meta": {
21
+ "game": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "name": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ }
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 17571025,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 8716200,
38
+ "num_examples": 45,
39
+ "dataset_name": "json"
40
+ }
41
+ },
42
+ "version": {
43
+ "version_str": "0.0.0",
44
+ "major": 0,
45
+ "minor": 0,
46
+ "patch": 0
47
+ }
48
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b7249135901aa2e2",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }