dadadaxi commited on
Commit
76436d6
·
verified ·
1 Parent(s): 9281c5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 --model OneScience-Group/MACE --local-dir ./mace
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 --dataset OneScience-Group/DMC --local-dir ./data
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.