little1d commited on
Commit
97fbc19
·
verified ·
1 Parent(s): 8b47aeb

Add model card

Browse files
Files changed (1) hide show
  1. README.md +19 -0
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.