Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -52,7 +52,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
|
|
| 52 |
### Download the Model Package
|
| 53 |
|
| 54 |
```bash
|
| 55 |
-
hf download
|
| 56 |
cd BENO
|
| 57 |
```
|
| 58 |
|
|
@@ -82,7 +82,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
|
|
| 82 |
The OneScience community provides the `beno` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
|
| 83 |
|
| 84 |
```bash
|
| 85 |
-
hf download --dataset OneScience-
|
| 86 |
```
|
| 87 |
The complete dataset is also available from the [official download link](https://drive.google.com/file/d/11PbUrzJ-b18VhFGY_uICSciCkeGrsaTZ/view).
|
| 88 |
|
|
|
|
| 52 |
### Download the Model Package
|
| 53 |
|
| 54 |
```bash
|
| 55 |
+
hf download OneScience-Group/BENO --local-dir ./BENO
|
| 56 |
cd BENO
|
| 57 |
```
|
| 58 |
|
|
|
|
| 82 |
The OneScience community provides the `beno` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
|
| 83 |
|
| 84 |
```bash
|
| 85 |
+
hf download --repo-type dataset OneScience-Group/beno --local-dir ./data
|
| 86 |
```
|
| 87 |
The complete dataset is also available from the [official download link](https://drive.google.com/file/d/11PbUrzJ-b18VhFGY_uICSciCkeGrsaTZ/view).
|
| 88 |
|