mirror of
https://github.com/holodata/sensai-dataset.git
synced 2025-03-15 20:10:32 +09:00
20 lines
215 B
Markdown
20 lines
215 B
Markdown
# Contribution Guide
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
poetry install
|
|
```
|
|
|
|
## Generate dataset
|
|
|
|
```bash
|
|
python3 -m sensai_gen.cli -m 'chats_2021-*'
|
|
```
|
|
|
|
## Upload new version of dataset (Maintainers only)
|
|
|
|
```bash
|
|
make upload
|
|
```
|