pavm595 commited on
Commit
eb121c8
·
verified ·
1 Parent(s): 7294158

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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