chemotion-experimental-1H_NMR
收藏魔搭社区2025-09-26 更新2025-08-16 收录
下载链接:
https://modelscope.cn/datasets/jablonkagroup/chemotion-experimental-1H_NMR
下载链接
链接失效反馈官方服务:
资源简介:
### 1H NMR data from the Chemotion repository
The data has two columns: SMILES and 1H NMR. The SMILES are canonicalized using RDKit. 1H NMR is represented as a dictionary containing `x` and `y` coordinates.
- `x` ranges from -2 to 10 (chemical shift).
- `y` ranges from 0 to 1 (intensity).
The dataset can simply be loaded by:
```py
from datasets import load_dataset
chemotion_data = load_dataset("jablonkagroup/secs-chemotion-experimental-1H_NMR")
```
### 来自Chemotion仓库的氢核磁共振谱(1H NMR)数据
该数据集包含两列数据:简化分子线性输入规范(SMILES)与1H NMR。其中SMILES均通过RDKit完成规范化处理;1H NMR以包含`x`与`y`坐标的字典形式表示。
- `x`的取值范围为-2至10,对应化学位移
- `y`的取值范围为0至1,对应信号强度
该数据集可通过以下方式直接加载:
py
from datasets import load_dataset
chemotion_data = load_dataset("jablonkagroup/secs-chemotion-experimental-1H_NMR")
提供机构:
maas
创建时间:
2025-08-08



