Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ tags:
|
|
| 19 |
- DeepMD-kit
|
| 20 |
- training
|
| 21 |
datasets:
|
| 22 |
-
- OneScience-
|
| 23 |
---
|
| 24 |
<p align="center">
|
| 25 |
<strong>
|
|
@@ -65,7 +65,7 @@ Try intelligent, one-click AI4S programming in the OneCode online environment:
|
|
| 65 |
### Download the Model Package
|
| 66 |
|
| 67 |
```bash
|
| 68 |
-
hf download --model OneScience-
|
| 69 |
cd deepmd
|
| 70 |
```
|
| 71 |
|
|
@@ -104,7 +104,7 @@ bash dp_install.sh
|
|
| 104 |
Training data is not bundled with this repository. Using the DeePMD water dataset as an example, download it from Hugging Face to `data/` in the repository root:
|
| 105 |
|
| 106 |
```bash
|
| 107 |
-
hf download --dataset OneScience-
|
| 108 |
```
|
| 109 |
|
| 110 |
After downloading, the data is located at `data/DeePMD/water/data_0..3/`.
|
|
|
|
| 19 |
- DeepMD-kit
|
| 20 |
- training
|
| 21 |
datasets:
|
| 22 |
+
- OneScience-Group/DeePMD
|
| 23 |
---
|
| 24 |
<p align="center">
|
| 25 |
<strong>
|
|
|
|
| 65 |
### Download the Model Package
|
| 66 |
|
| 67 |
```bash
|
| 68 |
+
hf download --model OneScience-Group/DeePMD --local-dir ./deepmd
|
| 69 |
cd deepmd
|
| 70 |
```
|
| 71 |
|
|
|
|
| 104 |
Training data is not bundled with this repository. Using the DeePMD water dataset as an example, download it from Hugging Face to `data/` in the repository root:
|
| 105 |
|
| 106 |
```bash
|
| 107 |
+
hf download --dataset OneScience-Group/DeePMD --local-dir ./data
|
| 108 |
```
|
| 109 |
|
| 110 |
After downloading, the data is located at `data/DeePMD/water/data_0..3/`.
|