Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Sep 7, 2023
1 parent cbbeb74 commit 7e52be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pip install pytorch-dataset
```python

from pytorch import GitHubDatasetGenerator

generator = GitHubDatasetGenerator('username', 'token')
dataset = generator.generate_dataset()
generator.save_dataset(dataset, 'dataset.jsonl')
Expand Down

0 comments on commit 7e52be4

Please sign in to comment.