Update README.md
Browse files
README.md
CHANGED
|
@@ -34,6 +34,10 @@ This model uses MolE's pre-trained representation to train XGBoost models to pre
|
|
| 34 |
|
| 35 |
Below is a minimal example showing how to load and run inference with **MolE** directly from the Hugging Face Hub.
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
```python
|
| 38 |
import torch
|
| 39 |
import yaml
|
|
|
|
| 34 |
|
| 35 |
Below is a minimal example showing how to load and run inference with **MolE** directly from the Hugging Face Hub.
|
| 36 |
|
| 37 |
+
Necessary dependancies:
|
| 38 |
+
|
| 39 |
+
```pip install torch pyyaml pandas huggingface-hub mole_package```
|
| 40 |
+
|
| 41 |
```python
|
| 42 |
import torch
|
| 43 |
import yaml
|