mrzjy commited on
Commit
819260b
1 Parent(s): ae60ecf

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:c1de28f4c8770d427140c6294660e038bed3aca21ef2b2507f7763ea15ef2713
3
+ size 1778608
train/dataset_info.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 1769603,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "D:/code/github/kaomoji_captions/parser/../data/kaomoji_captions.jsonl": {
10
+ "num_bytes": 2585961,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 2585961,
15
+ "features": {
16
+ "kaomoji": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "caption": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "meta": {
25
+ "source": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "lang": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "explanation": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ }
37
+ }
38
+ },
39
+ "homepage": "",
40
+ "license": "",
41
+ "size_in_bytes": 4355564,
42
+ "splits": {
43
+ "train": {
44
+ "name": "train",
45
+ "num_bytes": 1769603,
46
+ "num_examples": 12304,
47
+ "dataset_name": "json"
48
+ }
49
+ },
50
+ "version": {
51
+ "version_str": "0.0.0",
52
+ "major": 0,
53
+ "minor": 0,
54
+ "patch": 0
55
+ }
56
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "2c09caeea36d2dae",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }