hcaoaf commited on
Commit
a312a6a
·
verified ·
1 Parent(s): bd99d06

Upload 7 files

Browse files
mmchat_smiles/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test", "info"]}
mmchat_smiles/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:384e3b473cf3fe7b6d4ce7d9ef051aa876216e4f5cdc0cc57a9025d49e6d18d2
3
+ size 350152
mmchat_smiles/test/dataset_info.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "generator",
6
+ "dataset_size": 348342,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "id": {
12
+ "dtype": "int64",
13
+ "_type": "Value"
14
+ },
15
+ "molecules": {
16
+ "selfies": {
17
+ "feature": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "smiles": {
24
+ "feature": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "ground_truth": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "messages": [
36
+ {
37
+ "content": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "role": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ }
45
+ }
46
+ ]
47
+ },
48
+ "homepage": "",
49
+ "license": "",
50
+ "size_in_bytes": 348342,
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 348342,
55
+ "num_examples": 200,
56
+ "dataset_name": "generator"
57
+ }
58
+ },
59
+ "version": {
60
+ "version_str": "0.0.0",
61
+ "major": 0,
62
+ "minor": 0,
63
+ "patch": 0
64
+ }
65
+ }
mmchat_smiles/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a4960185137af3af",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
mmchat_smiles/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfbe198e4d952fef52726a446536ac91ee3a747bb1f6873326679f055fc827ca
3
+ size 16417808
mmchat_smiles/train/dataset_info.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "generator",
6
+ "dataset_size": 16410168,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "id": {
12
+ "dtype": "int64",
13
+ "_type": "Value"
14
+ },
15
+ "molecules": {
16
+ "selfies": {
17
+ "feature": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "smiles": {
24
+ "feature": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "messages": [
32
+ {
33
+ "content": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "role": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ }
41
+ }
42
+ ]
43
+ },
44
+ "homepage": "",
45
+ "license": "",
46
+ "size_in_bytes": 16410168,
47
+ "splits": {
48
+ "train": {
49
+ "name": "train",
50
+ "num_bytes": 16410168,
51
+ "num_examples": 9515,
52
+ "dataset_name": "generator"
53
+ }
54
+ },
55
+ "version": {
56
+ "version_str": "0.0.0",
57
+ "major": 0,
58
+ "minor": 0,
59
+ "patch": 0
60
+ }
61
+ }
mmchat_smiles/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4c21c5dbad690caf",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }