cahya commited on
Commit
9450dc2
·
verified ·
1 Parent(s): eb39148

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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.