Update README.md
Browse files
README.md
CHANGED
|
@@ -21,3 +21,8 @@ configs:
|
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
---
|
| 24 |
+
|
| 25 |
+
# Simpe English Wikipedia
|
| 26 |
+
|
| 27 |
+
This is a copy of the Simple English Wikipedia previously available to load using `load_dataset("wikipedia", "20220301.simple", trust_remote_code=True)`.
|
| 28 |
+
As it is not available anymore and "trust_remote_code" is not supported anymore by the datasets starting from version 4.0.0, I stored it here.
|