Push model using huggingface_hub.
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
- pytorch_model_hub_mixin
|
11 |
---
|
12 |
|
13 |
-
# ibm/biomed.sm.mv-te-84m
|
14 |
**SmallMoleculeMultiView**, multi-view molecular foundation model.
|
15 |
|
16 |
- **Developers:** IBM Research
|
@@ -85,14 +85,14 @@ mkdir -p $ROOT_DIR/code
|
|
85 |
cd $ROOT_DIR/code
|
86 |
|
87 |
# Clone the repository using HTTPS
|
88 |
-
git clone https://github.com/BiomedSciAI/biomed
|
89 |
|
90 |
# Navigate into the cloned repository
|
91 |
cd biomed.multi-view
|
92 |
```
|
93 |
Note: If you prefer using SSH, ensure that your SSH keys are set up with GitHub and use the following command:
|
94 |
```bash
|
95 |
-
git clone git@github.com:BiomedSciAI/biomed
|
96 |
```
|
97 |
|
98 |
#### Step 5: Install package dependencies
|
|
|
10 |
- pytorch_model_hub_mixin
|
11 |
---
|
12 |
|
13 |
+
# ibm/biomed.sm.mv-te-84m
|
14 |
**SmallMoleculeMultiView**, multi-view molecular foundation model.
|
15 |
|
16 |
- **Developers:** IBM Research
|
|
|
85 |
cd $ROOT_DIR/code
|
86 |
|
87 |
# Clone the repository using HTTPS
|
88 |
+
git clone https://github.com/BiomedSciAI/biomed-multi-view.git
|
89 |
|
90 |
# Navigate into the cloned repository
|
91 |
cd biomed.multi-view
|
92 |
```
|
93 |
Note: If you prefer using SSH, ensure that your SSH keys are set up with GitHub and use the following command:
|
94 |
```bash
|
95 |
+
git clone git@github.com:BiomedSciAI/biomed-multi-view.git
|
96 |
```
|
97 |
|
98 |
#### Step 5: Install package dependencies
|