roemmele commited on
Commit
fd58091
·
1 Parent(s): 0bb3a78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,10 +41,10 @@ Each passage in the original version of a book chapter is aligned with its corre
41
 
42
  #### Example Usage
43
 
44
- To load aligned sentences:
45
  ```
46
  from datasets import load_dataset
47
- data = load_dataset("roemmele/ablit", "chunks-10-sentences")
48
  ```
49
 
50
  ### Data Fields
 
41
 
42
  #### Example Usage
43
 
44
+ To load aligned paragraphs:
45
  ```
46
  from datasets import load_dataset
47
+ data = load_dataset("roemmele/ablit", "paragraphs")
48
  ```
49
 
50
  ### Data Fields