passaglia commited on
Commit
8950268
1 Parent(s): 6ae3c3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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'],