Commit
·
6fb3a4b
1
Parent(s):
da62e33
Add paper link to README
Browse files
README.md
CHANGED
@@ -30,6 +30,7 @@ outputs = model(**inputs, output_hidden_states=True)
|
|
30 |
# Extract atom embeddings from last hidden states
|
31 |
last_hidden_states = outputs.hidden_states[-1][0] # last_hidden_states: (N, 768) with N is input length
|
32 |
```
|
|
|
33 |
|
34 |
# Farm Molecular Representation Model
|
35 |
You can read more about the model in our [paper](https://arxiv.org/pdf/2410.02082) or [webpage](https://thaonguyen217.github.io/farm/).
|
|
|
30 |
# Extract atom embeddings from last hidden states
|
31 |
last_hidden_states = outputs.hidden_states[-1][0] # last_hidden_states: (N, 768) with N is input length
|
32 |
```
|
33 |
+
*Note:* For more information about generating FG-enhanced SMILES, please visit this [GitHub repository](https://github.com/thaonguyen217/farm_molecular_representation).
|
34 |
|
35 |
# Farm Molecular Representation Model
|
36 |
You can read more about the model in our [paper](https://arxiv.org/pdf/2410.02082) or [webpage](https://thaonguyen217.github.io/farm/).
|