little1d commited on
Commit
028ed41
·
verified ·
1 Parent(s): abd43f2

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
+ # C-Formula
12
+
13
+ This repository contains the NMRTrans checkpoint for **C-NMR + Formula** input.
14
+
15
+ | Checkpoint | Epoch | Top-1 sequence acc. | Token acc. | Tanimoto similarity |
16
+ | --- | ---: | ---: | ---: | ---: |
17
+ | `nmrtrans-c-nmr-formula.ckpt` | 8189 | 0.1813 | 0.5062 | 0.5153 |
18
+
19
+ Use this checkpoint with `src/test.py --features` matching the input modalities.