Update README.md
Browse files
README.md
CHANGED
|
@@ -142,6 +142,7 @@ outputs = tokenizer.batch_encode_plus(smiles_list, padding=True, truncation=True
|
|
| 142 |
|
| 143 |
## π Models using this tokenizer:
|
| 144 |
- [ChemMiniQ3-HoriFIE](https://github.com/gbyuvd/ChemMiniQ3-HoriFIE)
|
|
|
|
| 145 |
|
| 146 |
|
| 147 |
## π Early VAE Evaluation (vs. ChemBERTa's) [WIP for Scaling]
|
|
@@ -205,7 +206,7 @@ This project is an ongoing **experiment** β all contributions are welcome!
|
|
| 205 |
- [x] Redo evaluation with proper metrics and CI
|
| 206 |
- [>] Validation on VAE and Causal LM Transformer
|
| 207 |
- [x] Finish vocab construction on SELFIES
|
| 208 |
-
- [
|
| 209 |
|
| 210 |
## π License
|
| 211 |
|
|
|
|
| 142 |
|
| 143 |
## π Models using this tokenizer:
|
| 144 |
- [ChemMiniQ3-HoriFIE](https://github.com/gbyuvd/ChemMiniQ3-HoriFIE)
|
| 145 |
+
- [ChemMiniQ3-SAbRLo](https://huggingface.co/gbyuvd/ChemMiniQ3-SAbRLo)
|
| 146 |
|
| 147 |
|
| 148 |
## π Early VAE Evaluation (vs. ChemBERTa's) [WIP for Scaling]
|
|
|
|
| 206 |
- [x] Redo evaluation with proper metrics and CI
|
| 207 |
- [>] Validation on VAE and Causal LM Transformer
|
| 208 |
- [x] Finish vocab construction on SELFIES
|
| 209 |
+
- [>] Write technical report on methods, results
|
| 210 |
|
| 211 |
## π License
|
| 212 |
|