Update full-test evaluation metrics
Browse files
README.md
CHANGED
|
@@ -14,6 +14,7 @@ This repository contains the NMRTrans checkpoint for **C-NMR** input.
|
|
| 14 |
|
| 15 |
| Checkpoint | Epoch | Top-1 sequence acc. | Token acc. | Tanimoto similarity |
|
| 16 |
| --- | ---: | ---: | ---: | ---: |
|
| 17 |
-
| `nmrtrans-c-nmr.ckpt` |
|
| 18 |
|
| 19 |
Use this checkpoint with `src/test.py --features` matching the input modalities.
|
|
|
|
|
|
| 14 |
|
| 15 |
| Checkpoint | Epoch | Top-1 sequence acc. | Token acc. | Tanimoto similarity |
|
| 16 |
| --- | ---: | ---: | ---: | ---: |
|
| 17 |
+
| `nmrtrans-c-nmr.ckpt` | 8519 | 0.1364 | 0.4835 | 0.4694 |
|
| 18 |
|
| 19 |
Use this checkpoint with `src/test.py --features` matching the input modalities.
|
| 20 |
+
Top-1 sequence accuracy compares RDKit-canonicalized molecules on the released 21,298-sample test split.
|