Update README.md
Browse files
README.md
CHANGED
|
@@ -72,7 +72,7 @@ Try intelligent, one-click AI4S programming in the OneCode online environment:
|
|
| 72 |
### Download the Model Package
|
| 73 |
|
| 74 |
```bash
|
| 75 |
-
hf download
|
| 76 |
cd mace
|
| 77 |
```
|
| 78 |
|
|
@@ -103,7 +103,7 @@ pip install onescience[matchem-gpu] -i http://mirrors.onescience.ai:3141/pypi/si
|
|
| 103 |
Training data is not bundled with this repository. Using the introductory DMC dataset as an example, download it from Hugging Face to `data/` in the repository root:
|
| 104 |
|
| 105 |
```bash
|
| 106 |
-
hf download
|
| 107 |
```
|
| 108 |
|
| 109 |
After downloading, the data is located at `data/data/DMC/`. `scripts/demo/run.sh` automatically sets the repository root as `ONESCIENCE_DATASETS_DIR`, so you do not need to set this variable manually for the paths in the configuration file to resolve.
|
|
|
|
| 72 |
### Download the Model Package
|
| 73 |
|
| 74 |
```bash
|
| 75 |
+
hf download OneScience-Group/MACE
|
| 76 |
cd mace
|
| 77 |
```
|
| 78 |
|
|
|
|
| 103 |
Training data is not bundled with this repository. Using the introductory DMC dataset as an example, download it from Hugging Face to `data/` in the repository root:
|
| 104 |
|
| 105 |
```bash
|
| 106 |
+
hf download OneScience-Group/DMC --repo-type dataset
|
| 107 |
```
|
| 108 |
|
| 109 |
After downloading, the data is located at `data/data/DMC/`. `scripts/demo/run.sh` automatically sets the repository root as `ONESCIENCE_DATASETS_DIR`, so you do not need to set this variable manually for the paths in the configuration file to resolve.
|