Update README.md
Browse files
README.md
CHANGED
|
@@ -19,14 +19,18 @@ import datasets
|
|
| 19 |
```
|
| 20 |
<p>Load model datasets</p>
|
| 21 |
<p>Each subset can be loaded into python using the Huggingface datasets library. First, from the command line install the datasets library.</p>
|
|
|
|
| 22 |
```bash
|
| 23 |
$ pip install datasets
|
| 24 |
```
|
|
|
|
| 25 |
<p>then, from within python load the datasets library</p>
|
|
|
|
| 26 |
```python
|
| 27 |
import datasets
|
| 28 |
from datasets import load_dataset
|
| 29 |
```
|
|
|
|
| 30 |
<p>Load model datasets</p>
|
| 31 |
<p>To load one of the NAKB_sub model datasets (see available datasets below), use datasets.load_dataset(...):</p>
|
| 32 |
|
|
|
|
| 19 |
```
|
| 20 |
<p>Load model datasets</p>
|
| 21 |
<p>Each subset can be loaded into python using the Huggingface datasets library. First, from the command line install the datasets library.</p>
|
| 22 |
+
|
| 23 |
```bash
|
| 24 |
$ pip install datasets
|
| 25 |
```
|
| 26 |
+
|
| 27 |
<p>then, from within python load the datasets library</p>
|
| 28 |
+
|
| 29 |
```python
|
| 30 |
import datasets
|
| 31 |
from datasets import load_dataset
|
| 32 |
```
|
| 33 |
+
|
| 34 |
<p>Load model datasets</p>
|
| 35 |
<p>To load one of the NAKB_sub model datasets (see available datasets below), use datasets.load_dataset(...):</p>
|
| 36 |
|