Skip to content

Commit

Permalink
feat: add cli to push to hf
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Aug 10, 2023
1 parent 5d1eed9 commit d061439
Show file tree
Hide file tree
Showing 3 changed files with 11,469 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ Once the file are generated you can postprocess the files and save it into a jso
python dataset_gen_cli.py filter ./exercises dataset.jsonl
```

push to hf dataset

```shell
python dataset_gen.py push "jinaai/code_exercises_40k" dataset.jsonl
```
Loading

0 comments on commit d061439

Please sign in to comment.