Datasets:
Update README.md
Browse files
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.
|