Instructions to use zjunlp/MolGen-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zjunlp/MolGen-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("zjunlp/MolGen-large") model = AutoModelForSeq2SeqLM.from_pretrained("zjunlp/MolGen-large") - Notebooks
- Google Colab
- Kaggle
Yin Fang commited on
Commit ·
4553e37
1
Parent(s): deca68b
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
- molecule generation
|
| 6 |
widget:
|
| 7 |
- text: '[C][=C][C][=C][C][=C][Ring1][=Branch1]'
|
| 8 |
-
|
| 9 |
---
|
| 10 |
# MolGen
|
| 11 |
MolGen was introduced in the paper ["Molecular Language Model as Multi-task Generator"](https://arxiv.org/pdf/2301.11259.pdf) and first released in [this repository](https://github.com/zjunlp/MolGen). It is a pre-trained molecular generative model built using the 100\% robust molecular language representation, SELFIES.
|
|
|
|
| 5 |
- molecule generation
|
| 6 |
widget:
|
| 7 |
- text: '[C][=C][C][=C][C][=C][Ring1][=Branch1]'
|
| 8 |
+
inference: false
|
| 9 |
---
|
| 10 |
# MolGen
|
| 11 |
MolGen was introduced in the paper ["Molecular Language Model as Multi-task Generator"](https://arxiv.org/pdf/2301.11259.pdf) and first released in [this repository](https://github.com/zjunlp/MolGen). It is a pre-trained molecular generative model built using the 100\% robust molecular language representation, SELFIES.
|