mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-16 11:14:44 +08:00
32 lines
279 B
Markdown
32 lines
279 B
Markdown
# Dataset instructions for {dataset_name}
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
python -m pip install -r requirements.txt
|
|
```
|
|
|
|
## Download
|
|
|
|
```bash
|
|
python download.py
|
|
```
|
|
|
|
## Preprocess
|
|
|
|
```bash
|
|
python preprocess.py
|
|
```
|
|
|
|
## Load
|
|
|
|
```bash
|
|
python load.py
|
|
```
|
|
|
|
## Upload
|
|
|
|
```bash
|
|
python upload.py
|
|
```
|