Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ Try intelligent, one-click AI4S programming in the OneCode online environment:
|
|
| 67 |
### Download the Model Package
|
| 68 |
|
| 69 |
```bash
|
| 70 |
-
hf download
|
| 71 |
cd eSEN
|
| 72 |
```
|
| 73 |
|
|
@@ -126,8 +126,7 @@ Access and download resources:
|
|
| 126 |
This repository does not include the training data. The oxide PBE example dataset is published separately on Hugging Face:
|
| 127 |
|
| 128 |
```bash
|
| 129 |
-
hf download
|
| 130 |
-
--local-dir ./datasets/oxides
|
| 131 |
```
|
| 132 |
|
| 133 |
The downloaded data has the following layout:
|
|
|
|
| 67 |
### Download the Model Package
|
| 68 |
|
| 69 |
```bash
|
| 70 |
+
hf download OneScience-Group/eSEN
|
| 71 |
cd eSEN
|
| 72 |
```
|
| 73 |
|
|
|
|
| 126 |
This repository does not include the training data. The oxide PBE example dataset is published separately on Hugging Face:
|
| 127 |
|
| 128 |
```bash
|
| 129 |
+
hf download OneScience-Group/oxides --repo-type dataset
|
|
|
|
| 130 |
```
|
| 131 |
|
| 132 |
The downloaded data has the following layout:
|