Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdeitke committed May 30, 2022
1 parent e228f69 commit 37fd2ef
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,25 @@

🐍 A Python package for distributing datasets from AI2's PRIOR team

## Installation
### Installation

Make sure you have [git-lfs](https://git-lfs.github.com/) installed, and then the `prior` package:

```bash
pip install prior
```

## Example Usage
### Example Usage

To use a public Python dataset, simply run:

```python
import prior
dataset = prior.load_dataset(
"test-dataset", entity="mattdeitke", revision="main"
)
dataset = prior.load_dataset("test-dataset", entity="mattdeitke", revision="main")
```
Here, `revision` can be either a tag, branch, or commit hash.

## Private Datasets
### Private Datasets

If you want to use a private dataset, make sure you're either:
1. Already logged into GitHub from the command line, and able to pull a private repo.
Expand Down

0 comments on commit 37fd2ef

Please sign in to comment.