Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
tags:
|
| 5 |
+
- chemistry
|
| 6 |
+
- nmr
|
| 7 |
+
- structure-elucidation
|
| 8 |
+
- smiles
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# H-Formula
|
| 12 |
+
|
| 13 |
+
This repository contains the NMRTrans checkpoint for **H-NMR + Formula** input.
|
| 14 |
+
|
| 15 |
+
| Checkpoint | Epoch | Top-1 sequence acc. | Token acc. | Tanimoto similarity |
|
| 16 |
+
| --- | ---: | ---: | ---: | ---: |
|
| 17 |
+
| `nmrtrans-h-nmr-formula.ckpt` | 9589 | 0.3719 | 0.6673 | 0.6902 |
|
| 18 |
+
|
| 19 |
+
Use this checkpoint with `src/test.py --features` matching the input modalities.
|