mrzjy commited on
Commit
4768ad7
1 Parent(s): bcd7d8c

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:f6401bdf5598bd1e52754d3d38c41f0ad3c27932aac9903c95acddc9fbb97e03
3
+ size 98491488
train/dataset_info.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 98400814,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "D:/code/github/llm_ascii_art/private/code/../train_ascii_mix.json": {
10
+ "num_bytes": 142188067,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 142188067,
15
+ "features": {
16
+ "id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "conversations": [
21
+ {
22
+ "content": {
23
+ "dtype": "string",
24
+ "_type": "Value"
25
+ },
26
+ "role": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ }
30
+ }
31
+ ],
32
+ "meta": {
33
+ "height": {
34
+ "dtype": "int64",
35
+ "_type": "Value"
36
+ },
37
+ "width": {
38
+ "dtype": "int64",
39
+ "_type": "Value"
40
+ }
41
+ }
42
+ },
43
+ "homepage": "",
44
+ "license": "",
45
+ "size_in_bytes": 240588881,
46
+ "splits": {
47
+ "train": {
48
+ "name": "train",
49
+ "num_bytes": 98400814,
50
+ "num_examples": 138941,
51
+ "dataset_name": "json"
52
+ }
53
+ },
54
+ "version": {
55
+ "version_str": "0.0.0",
56
+ "major": 0,
57
+ "minor": 0,
58
+ "patch": 0
59
+ }
60
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "3f12ee7def04b7e4",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }