Update README.md
Browse files
README.md
CHANGED
|
@@ -13,8 +13,6 @@ license: mit
|
|
| 13 |
<h1>Quickstart Usage</h1>
|
| 14 |
<strong>Install HuggingFace Datasets package<strong>
|
| 15 |
<p>Each subset can be loaded into python using the Huggingface datasets library. First, from the command line install the datasets library:</p>
|
| 16 |
-
<p>Load model datasets</p>
|
| 17 |
-
<p>Each subset can be loaded into python using the Huggingface datasets library. First, from the command line install the datasets library.</p>
|
| 18 |
|
| 19 |
```bash
|
| 20 |
$ pip install datasets
|
|
@@ -27,7 +25,7 @@ import datasets
|
|
| 27 |
from datasets import load_dataset
|
| 28 |
```
|
| 29 |
|
| 30 |
-
<
|
| 31 |
<p>To load one of the NAKB_sub model datasets:</p>
|
| 32 |
|
| 33 |
```python
|
|
|
|
| 13 |
<h1>Quickstart Usage</h1>
|
| 14 |
<strong>Install HuggingFace Datasets package<strong>
|
| 15 |
<p>Each subset can be loaded into python using the Huggingface datasets library. First, from the command line install the datasets library:</p>
|
|
|
|
|
|
|
| 16 |
|
| 17 |
```bash
|
| 18 |
$ pip install datasets
|
|
|
|
| 25 |
from datasets import load_dataset
|
| 26 |
```
|
| 27 |
|
| 28 |
+
<strong>Load model datasets</strong>
|
| 29 |
<p>To load one of the NAKB_sub model datasets:</p>
|
| 30 |
|
| 31 |
```python
|