akeyhero commited on
Commit
42a9c9c
1 Parent(s): 541e4cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ DatasetDict({
63
  num_rows: 10246
64
  })
65
  })
66
- >>> book = ds['train'][0] # one of works
67
  >>> book['meta']['作品名']
68
  'ウェストミンスター寺院'
69
  >>> text = book['text'] # main content
 
63
  num_rows: 10246
64
  })
65
  })
66
+ >>> book = ds['train'][0] # one of the works
67
  >>> book['meta']['作品名']
68
  'ウェストミンスター寺院'
69
  >>> text = book['text'] # main content