Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ Try intelligent, one-click AI4S programming in the OneCode online environment:
|
|
| 66 |
### Download the Model Package
|
| 67 |
|
| 68 |
```bash
|
| 69 |
-
hf download --model OneScience-
|
| 70 |
cd Mattergen
|
| 71 |
```
|
| 72 |
|
|
@@ -103,7 +103,7 @@ pip install onescience[matchem-gpu] \
|
|
| 103 |
MatterGen training uses a converted data cache. The MP-20 dataset is available on Hugging Face and can be downloaded directly:
|
| 104 |
|
| 105 |
```bash
|
| 106 |
-
hf download --dataset OneScience-
|
| 107 |
```
|
| 108 |
|
| 109 |
The downloaded MatterGen cache is located at:
|
|
|
|
| 66 |
### Download the Model Package
|
| 67 |
|
| 68 |
```bash
|
| 69 |
+
hf download --model OneScience-Group/Mattergen --local-dir ./Mattergen
|
| 70 |
cd Mattergen
|
| 71 |
```
|
| 72 |
|
|
|
|
| 103 |
MatterGen training uses a converted data cache. The MP-20 dataset is available on Hugging Face and can be downloaded directly:
|
| 104 |
|
| 105 |
```bash
|
| 106 |
+
hf download --dataset OneScience-Group/mp20 --local-dir ./datasets/mp20
|
| 107 |
```
|
| 108 |
|
| 109 |
The downloaded MatterGen cache is located at:
|