Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ Which Victorian author wrote the given text?
|
|
21 |
| authorship | Classification | Which Victorian author wrote the given text?|
|
22 |
|
23 |
# Usage
|
24 |
-
```
|
25 |
from datasets import load_dataset
|
26 |
|
27 |
dataset = load_dataset("mstz/victorian_authorship", "authorship")["train"]
|
|
|
21 |
| authorship | Classification | Which Victorian author wrote the given text?|
|
22 |
|
23 |
# Usage
|
24 |
+
```python
|
25 |
from datasets import load_dataset
|
26 |
|
27 |
dataset = load_dataset("mstz/victorian_authorship", "authorship")["train"]
|