super-dainiu commited on
Commit
6d662a0
·
1 Parent(s): 245f8ce

process name conversion full data

Browse files
i2f_mmchat_smiles/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "dev", "test"]}
i2f_mmchat_smiles/dev/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e11a44ffe8180a32b9400db2ccd2fa750901b5ed4a9fb610c8f3271c5583a7ec
3
+ size 530832
i2f_mmchat_smiles/dev/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": 528517,
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": "null",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "smiles": {
24
+ "feature": {
25
+ "dtype": "null",
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": 528517,
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 528517,
55
+ "num_examples": 1497,
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
+ }
i2f_mmchat_smiles/dev/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "fc7bd7360520fcc6",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
i2f_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:8df4e604d80491035922eec1dc84464bc3989e3020c0845b74400fc3b41a6121
3
+ size 966608
i2f_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": 963650,
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": "null",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "smiles": {
24
+ "feature": {
25
+ "dtype": "null",
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": 963650,
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 963650,
55
+ "num_examples": 2993,
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
+ }
i2f_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": "abe72f7d77c7f4df",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
i2f_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:67fd4f5a4bf786bd152d687647000db875232d3c15bc6a2238d593f0fdacaac7
3
+ size 106158432
i2f_mmchat_smiles/train/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": 105968039,
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": "null",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "smiles": {
24
+ "feature": {
25
+ "dtype": "null",
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": 105968039,
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 105968039,
55
+ "num_examples": 300000,
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
+ }
i2f_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": "4df1ac945a9dff4e",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
i2s_mmchat_smiles/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "dev", "test"]}
i2s_mmchat_smiles/dev/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8e7f11e49530ca5d9d57ec20d11b189cbb5199ba35eb0a08a4e70a402fa5859
3
+ size 665288
i2s_mmchat_smiles/dev/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": 662964,
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": "null",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "smiles": {
24
+ "feature": {
25
+ "dtype": "null",
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": 662964,
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 662964,
55
+ "num_examples": 1496,
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
+ }
i2s_mmchat_smiles/dev/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "27536c168bb28969",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
i2s_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:1cbad91b162eac28ed3af96586bcfd7a2c5ac3a72cdb877297b47144e3814a64
3
+ size 1080648
i2s_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": 1077698,
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": "null",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "smiles": {
24
+ "feature": {
25
+ "dtype": "null",
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": 1077698,
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 1077698,
55
+ "num_examples": 2993,
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
+ }
i2s_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": "f2c85299f477d6df",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
i2s_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:24821ce6fa6c9e21edb79912c9b341c7c51a7b5c247140f55def357f05a85789
3
+ size 133923216
i2s_mmchat_smiles/train/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": 133732891,
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": "null",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "smiles": {
24
+ "feature": {
25
+ "dtype": "null",
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": 133732891,
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 133732891,
55
+ "num_examples": 299890,
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
+ }
i2s_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": "7ead8bb725add990",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
s2i_mmchat_smiles/dataset_dict.json CHANGED
@@ -1 +1 @@
1
- {"splits": ["train", "dev", "test", "info"]}
 
1
+ {"splits": ["train", "dev", "test"]}
s2i_mmchat_smiles/dev/data-00000-of-00001.arrow CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d30fa05b0782bd3f8accf82c7724a5d8df155e8e6d93e466a05327a55491754
3
- size 816000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d3bc9d7e5bbfc24e152a4152d876112d50ce6858d314e4cd97318da01a6b6a
3
+ size 949360
s2i_mmchat_smiles/dev/dataset_info.json CHANGED
@@ -3,7 +3,7 @@
3
  "citation": "",
4
  "config_name": "default",
5
  "dataset_name": "generator",
6
- "dataset_size": 814090,
7
  "description": "",
8
  "download_checksums": {},
9
  "download_size": 0,
@@ -22,6 +22,10 @@
22
  "_type": "Value"
23
  }
24
  },
 
 
 
 
25
  "messages": [
26
  {
27
  "content": {
@@ -37,11 +41,11 @@
37
  },
38
  "homepage": "",
39
  "license": "",
40
- "size_in_bytes": 814090,
41
  "splits": {
42
  "train": {
43
  "name": "train",
44
- "num_bytes": 814090,
45
  "num_examples": 1397,
46
  "dataset_name": "generator"
47
  }
 
3
  "citation": "",
4
  "config_name": "default",
5
  "dataset_name": "generator",
6
+ "dataset_size": 947185,
7
  "description": "",
8
  "download_checksums": {},
9
  "download_size": 0,
 
22
  "_type": "Value"
23
  }
24
  },
25
+ "ground_truth": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
  "messages": [
30
  {
31
  "content": {
 
41
  },
42
  "homepage": "",
43
  "license": "",
44
+ "size_in_bytes": 947185,
45
  "splits": {
46
  "train": {
47
  "name": "train",
48
+ "num_bytes": 947185,
49
  "num_examples": 1397,
50
  "dataset_name": "generator"
51
  }
s2i_mmchat_smiles/dev/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "1acd5c74411e26f7",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "2b4c763a72bbc976",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
s2i_mmchat_smiles/test/data-00000-of-00001.arrow CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cccccca76fcfc5eabcdf53b27183dec1ffbf0e68af2f99c2fae598bb26f51a06
3
- size 1545096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7e90b2d083d30c2210daa95626c9ddcc980f7c269c368ddcd30f95039f0bd77
3
+ size 1566816
s2i_mmchat_smiles/test/dataset_info.json CHANGED
@@ -3,7 +3,7 @@
3
  "citation": "",
4
  "config_name": "default",
5
  "dataset_name": "generator",
6
- "dataset_size": 1542270,
7
  "description": "",
8
  "download_checksums": {},
9
  "download_size": 0,
@@ -41,11 +41,11 @@
41
  },
42
  "homepage": "",
43
  "license": "",
44
- "size_in_bytes": 1542270,
45
  "splits": {
46
  "train": {
47
  "name": "train",
48
- "num_bytes": 1542270,
49
  "num_examples": 2764,
50
  "dataset_name": "generator"
51
  }
 
3
  "citation": "",
4
  "config_name": "default",
5
  "dataset_name": "generator",
6
+ "dataset_size": 1563973,
7
  "description": "",
8
  "download_checksums": {},
9
  "download_size": 0,
 
41
  },
42
  "homepage": "",
43
  "license": "",
44
+ "size_in_bytes": 1563973,
45
  "splits": {
46
  "train": {
47
  "name": "train",
48
+ "num_bytes": 1563973,
49
  "num_examples": 2764,
50
  "dataset_name": "generator"
51
  }
s2i_mmchat_smiles/test/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "e065ee416a417980",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "8d0e2c4197c58f64",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
s2i_mmchat_smiles/train/data-00000-of-00001.arrow CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb5300751c66b174d3be5cb11ae3f32124737269f4b6f8ac240c1e79f075f5fc
3
- size 158840584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c31c9991f23cff9ea2353b33f060289e25d8cdd2a05fde59d1fccb7f58481d1a
3
+ size 185021112
s2i_mmchat_smiles/train/dataset_info.json CHANGED
@@ -3,7 +3,7 @@
3
  "citation": "",
4
  "config_name": "default",
5
  "dataset_name": "generator",
6
- "dataset_size": 158685033,
7
  "description": "",
8
  "download_checksums": {},
9
  "download_size": 0,
@@ -22,6 +22,10 @@
22
  "_type": "Value"
23
  }
24
  },
 
 
 
 
25
  "messages": [
26
  {
27
  "content": {
@@ -37,11 +41,11 @@
37
  },
38
  "homepage": "",
39
  "license": "",
40
- "size_in_bytes": 158685033,
41
  "splits": {
42
  "train": {
43
  "name": "train",
44
- "num_bytes": 158685033,
45
  "num_examples": 274053,
46
  "dataset_name": "generator"
47
  }
 
3
  "citation": "",
4
  "config_name": "default",
5
  "dataset_name": "generator",
6
+ "dataset_size": 184844817,
7
  "description": "",
8
  "download_checksums": {},
9
  "download_size": 0,
 
22
  "_type": "Value"
23
  }
24
  },
25
+ "ground_truth": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
  "messages": [
30
  {
31
  "content": {
 
41
  },
42
  "homepage": "",
43
  "license": "",
44
+ "size_in_bytes": 184844817,
45
  "splits": {
46
  "train": {
47
  "name": "train",
48
+ "num_bytes": 184844817,
49
  "num_examples": 274053,
50
  "dataset_name": "generator"
51
  }
s2i_mmchat_smiles/train/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "35dedb6a0226af8a",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "2e0c675f937c95ba",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,