Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ An example to load the dataset
|
|
| 42 |
```python
|
| 43 |
language = "hausa"
|
| 44 |
|
| 45 |
-
dataset = load_dataset("
|
| 46 |
```
|
| 47 |
|
| 48 |
## Citation
|
|
|
|
| 42 |
```python
|
| 43 |
language = "hausa"
|
| 44 |
|
| 45 |
+
dataset = load_dataset("ciral/ciral-corpus", language)
|
| 46 |
```
|
| 47 |
|
| 48 |
## Citation
|