Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,28 @@ language:
|
|
6 |
- en
|
7 |
---
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
* Size: \
|
10 |
Train: 264,391 \
|
11 |
Valid: 33,072 \
|
|
|
6 |
- en
|
7 |
---
|
8 |
|
9 |
+
|
10 |
+
* `all_clean.json`
|
11 |
+
* remove overlapped parts with ChEBI-20 test
|
12 |
+
* remove no description SMILES
|
13 |
+
* Format:
|
14 |
+
```python
|
15 |
+
{
|
16 |
+
SMILES <str>:
|
17 |
+
[
|
18 |
+
["Please describe the molecule", DESCRIPTION],
|
19 |
+
...,
|
20 |
+
]
|
21 |
+
}
|
22 |
+
```
|
23 |
+
* Stats
|
24 |
+
* max tokens length: 6113
|
25 |
+
* min tokens length: 20
|
26 |
+
* mean tokens length: 191
|
27 |
+
* median tokens length: 149
|
28 |
+
* Total 326,689 single turn dialogue. Total 293,302 SMILES examples.
|
29 |
+
|
30 |
+
|
31 |
* Size: \
|
32 |
Train: 264,391 \
|
33 |
Valid: 33,072 \
|