Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ tags:
|
|
| 22 |
- training
|
| 23 |
- inference
|
| 24 |
datasets:
|
| 25 |
-
- OneScience-
|
| 26 |
---
|
| 27 |
|
| 28 |
<p align="center">
|
|
@@ -74,7 +74,7 @@ Try intelligent, one-click AI4S programming in the OneCode online environment:
|
|
| 74 |
### Download the Model Package
|
| 75 |
|
| 76 |
```bash
|
| 77 |
-
hf download --model OneScience-
|
| 78 |
cd UMA
|
| 79 |
```
|
| 80 |
|
|
@@ -105,7 +105,7 @@ pip install onescience[matchem-gpu] -i http://mirrors.onescience.ai:3141/pypi/si
|
|
| 105 |
Training data is not bundled with this repository. The following example uses **OC20 fine-tuning**. OC22, OC25, OMat, OMOL, ODAC, and OMC follow the same workflow; only `--uma-task` and the data paths need to be changed.
|
| 106 |
|
| 107 |
```bash
|
| 108 |
-
hf download --dataset OneScience-
|
| 109 |
```
|
| 110 |
|
| 111 |
**Data conversion**
|
|
|
|
| 22 |
- training
|
| 23 |
- inference
|
| 24 |
datasets:
|
| 25 |
+
- OneScience-Group/oc20
|
| 26 |
---
|
| 27 |
|
| 28 |
<p align="center">
|
|
|
|
| 74 |
### Download the Model Package
|
| 75 |
|
| 76 |
```bash
|
| 77 |
+
hf download --model OneScience-Group/UMA --local-dir ./UMA
|
| 78 |
cd UMA
|
| 79 |
```
|
| 80 |
|
|
|
|
| 105 |
Training data is not bundled with this repository. The following example uses **OC20 fine-tuning**. OC22, OC25, OMat, OMOL, ODAC, and OMC follow the same workflow; only `--uma-task` and the data paths need to be changed.
|
| 106 |
|
| 107 |
```bash
|
| 108 |
+
hf download --dataset OneScience-Group/oc20 --local-dir ./data
|
| 109 |
```
|
| 110 |
|
| 111 |
**Data conversion**
|