mrzjy commited on
Commit
d95871b
1 Parent(s): 5610469

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:89cc3b1bc34a4851625393d3b69f640a511d58c5ec6f6968b1e73ebbd2624291
3
+ size 232290128
train/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff69e035e6fef1c0867bdbe6df15275c4cb9a16de59f593e4f174b6c715f37f4
3
+ size 318139616
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": 550378647,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "D:/code/gitlab/klgai_data/datasets/third_party_datasets/game_corpus/wiki_moegirl/private/moegirl.jsonl": {
10
+ "num_bytes": 568885450,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 568885450,
15
+ "features": {
16
+ "text": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "title": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "tags": {
25
+ "feature": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "Sequence"
30
+ }
31
+ },
32
+ "homepage": "",
33
+ "license": "",
34
+ "size_in_bytes": 1119264097,
35
+ "splits": {
36
+ "train": {
37
+ "name": "train",
38
+ "num_bytes": 550378647,
39
+ "num_examples": 131530,
40
+ "shard_lengths": [
41
+ 123216,
42
+ 8314
43
+ ],
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,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": "e36d919a17a0f649",
11
+ "_format_columns": null,
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": "train"
16
+ }