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