Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags: []
|
|
5 |
|
6 |
# MolXPT
|
7 |
|
8 |
-
Our model is a variant of GPT pre-trained on SMILES (a sequence representation of molecules) wrapped by text. Our model is based on [BioGPT](https://huggingface.co/microsoft/biogpt) and we
|
9 |
|
10 |
## Example Usage
|
11 |
```python
|
|
|
5 |
|
6 |
# MolXPT
|
7 |
|
8 |
+
Our model is a variant of GPT pre-trained on SMILES (a sequence representation of molecules) wrapped by text. Our model is based on [BioGPT](https://huggingface.co/microsoft/biogpt) and we redefine the tokenizer.
|
9 |
|
10 |
## Example Usage
|
11 |
```python
|