eemberda commited on
Commit
c2d0432
·
verified ·
1 Parent(s): 85ce6b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -27,6 +27,13 @@ print(train_df.head())
27
 
28
  ```
29
 
 
 
 
 
 
 
 
30
  ## Notes
31
  The quality of the sentence alignment may vary.
32
  The dataset is intended for research and educational purposes.
 
27
 
28
  ```
29
 
30
+ **Example (Loading with datsets):**
31
+ ```python
32
+ from datasets import load_dataset
33
+
34
+ dataset = load_dataset("eemberda/english-ceb-bible-prompt")
35
+ ```
36
+
37
  ## Notes
38
  The quality of the sentence alignment may vary.
39
  The dataset is intended for research and educational purposes.