fix column names
Browse files- README.md +9 -9
- data/test-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
dtype: string
|
6 |
-
- name:
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: test
|
10 |
num_bytes: 65624656
|
11 |
num_examples: 621631
|
12 |
-
download_size:
|
13 |
dataset_size: 65624656
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: test
|
18 |
path: data/test-*
|
19 |
-
license: cc-by-nc-sa-4.0
|
20 |
-
language:
|
21 |
-
- en
|
22 |
tags:
|
23 |
- chemistry
|
24 |
- coconutdb
|
25 |
- SMILES
|
26 |
- chemteb
|
27 |
-
pretty_name: CoconutDB SMILES to Formula Bitext Mining
|
28 |
-
size_categories:
|
29 |
-
- 100K<n<1M
|
30 |
---
|
31 |
# CoconutDB SMILES to Formula Bitext Mining
|
32 |
This dataset consists of two lists: one containing both isomeric and canonical SMILES strings, and the other containing the corresponding molecular formulas of chemical entities, sourced from [CoconutDB](https://coconut.naturalproducts.net/). The primary task is to identify matching pairs between the SMILES strings and their molecular formulas. Each SMILES string from the first list should be accurately aligned with its corresponding molecular formula from the second list.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: cc-by-nc-sa-4.0
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
+
pretty_name: CoconutDB SMILES to Formula Bitext Mining
|
8 |
dataset_info:
|
9 |
features:
|
10 |
+
- name: formula
|
11 |
dtype: string
|
12 |
+
- name: smiles
|
13 |
dtype: string
|
14 |
splits:
|
15 |
- name: test
|
16 |
num_bytes: 65624656
|
17 |
num_examples: 621631
|
18 |
+
download_size: 31890909
|
19 |
dataset_size: 65624656
|
20 |
configs:
|
21 |
- config_name: default
|
22 |
data_files:
|
23 |
- split: test
|
24 |
path: data/test-*
|
|
|
|
|
|
|
25 |
tags:
|
26 |
- chemistry
|
27 |
- coconutdb
|
28 |
- SMILES
|
29 |
- chemteb
|
|
|
|
|
|
|
30 |
---
|
31 |
# CoconutDB SMILES to Formula Bitext Mining
|
32 |
This dataset consists of two lists: one containing both isomeric and canonical SMILES strings, and the other containing the corresponding molecular formulas of chemical entities, sourced from [CoconutDB](https://coconut.naturalproducts.net/). The primary task is to identify matching pairs between the SMILES strings and their molecular formulas. Each SMILES string from the first list should be accurately aligned with its corresponding molecular formula from the second list.
|
data/test-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf1d16537aba75b98c20388d9685ca7a955da07068456cf31cd55a1e5b69f80b
|
3 |
+
size 31890909
|