Update README.md
Browse files
README.md
CHANGED
@@ -27,9 +27,10 @@ Answers to these questions can be used to rank the Japanese abilities of models,
|
|
27 |
|
28 |
```python
|
29 |
from datasets import load_dataset
|
|
|
30 |
dataset = load_dataset("yuzuai/rakuda-questions")
|
31 |
-
print(dataset)
|
32 |
|
|
|
33 |
# => DatasetDict({
|
34 |
# train: Dataset({
|
35 |
# features: ['category', 'question_id', 'text'],
|
|
|
27 |
|
28 |
```python
|
29 |
from datasets import load_dataset
|
30 |
+
|
31 |
dataset = load_dataset("yuzuai/rakuda-questions")
|
|
|
32 |
|
33 |
+
print(dataset)
|
34 |
# => DatasetDict({
|
35 |
# train: Dataset({
|
36 |
# features: ['category', 'question_id', 'text'],
|