yushuang88 commited on
Commit
81ac754
·
verified ·
1 Parent(s): 5909bc1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,7 +55,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
55
  ### Download the Model Package
56
 
57
  ```bash
58
- hf download --model OneScience-Sugon/EagleMeshTransformer --local-dir ./EagleMeshTransformer
59
  cd EagleMeshTransformer
60
  ```
61
 
@@ -91,7 +91,7 @@ python scripts/fake_data.py
91
  The OneScience community provides the EAGLE dataset for training. Download it with the command below and verify that the data path in `conf/config.yaml` is configured correctly.
92
 
93
  ```bash
94
- hf download --dataset OneScience-Sugon/eagle --local-dir ./data
95
  ```
96
 
97
  ### Training
 
55
  ### Download the Model Package
56
 
57
  ```bash
58
+ hf download --model OneScience-Group/EagleMeshTransformer --local-dir ./EagleMeshTransformer
59
  cd EagleMeshTransformer
60
  ```
61
 
 
91
  The OneScience community provides the EAGLE dataset for training. Download it with the command below and verify that the data path in `conf/config.yaml` is configured correctly.
92
 
93
  ```bash
94
+ hf download --dataset OneScience-Group/eagle --local-dir ./data
95
  ```
96
 
97
  ### Training