Datasets:
Muennighoff
commited on
Commit
•
c01c9fc
1
Parent(s):
74f2d50
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,9 @@
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
3 |
|
4 |
1,000 rows from random languages and splits of xP3x for each dataset represented in [xP3x](https://huggingface.co/datasets/Muennighoff/xP3x).
|
|
|
1 |
+
Can be loaded via e.g.:
|
2 |
|
3 |
+
```python
|
4 |
+
from datasets import load_dataset
|
5 |
+
d = load_dataset("Muennighoff/xP3x-sample", "apps")
|
6 |
+
```
|
7 |
|
8 |
|
9 |
1,000 rows from random languages and splits of xP3x for each dataset represented in [xP3x](https://huggingface.co/datasets/Muennighoff/xP3x).
|