Corrects `dset = load_dataset("SEACrowd/tydiqa", trust_remote_code=True)`
#1
by
Owos
- opened
README.md
CHANGED
|
@@ -32,7 +32,7 @@ Question Answering
|
|
| 32 |
### Using `datasets` library
|
| 33 |
```
|
| 34 |
from datasets import load_dataset
|
| 35 |
-
dset =
|
| 36 |
```
|
| 37 |
### Using `seacrowd` library
|
| 38 |
```import seacrowd as sc
|
|
|
|
| 32 |
### Using `datasets` library
|
| 33 |
```
|
| 34 |
from datasets import load_dataset
|
| 35 |
+
dset = load_dataset("SEACrowd/tydiqa", trust_remote_code=True)
|
| 36 |
```
|
| 37 |
### Using `seacrowd` library
|
| 38 |
```import seacrowd as sc
|