dadadaxi commited on
Commit
dde1bfe
·
verified ·
1 Parent(s): 0bda409

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -20,10 +20,10 @@ tags:
20
  - training
21
  - inference
22
  datasets:
23
- - OneScience-Sugon/DMC
24
- - OneScience-Sugon/ANI1x
25
- - OneScience-Sugon/water
26
- - OneScience-Sugon/nanotube
27
  ---
28
 
29
  <p align="center">
@@ -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-Sugon/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-Sugon/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.
 
20
  - training
21
  - inference
22
  datasets:
23
+ - OneScience-Group/DMC
24
+ - OneScience-Group/ANI1x
25
+ - OneScience-Group/water
26
+ - OneScience-Group/nanotube
27
  ---
28
 
29
  <p align="center">
 
72
  ### Download the Model Package
73
 
74
  ```bash
75
+ hf download --model OneScience-Group/MACE --local-dir ./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 --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.