gfhayworth
commited on
Commit
·
81f127d
1
Parent(s):
382019f
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
Simple English Wikipedia
|
2 |
-
about 170k articles. We split these articles into paragraphs and encode them with the bi-encoder
|
3 |
-
|
4 |
wikipedia_filepath = 'simplewiki-2020-11-01.jsonl.gz'
|
5 |
|
6 |
if not os.path.exists(wikipedia_filepath):
|
|
|
1 |
+
Simple English Wikipedia it has only about 170k articles. We split these articles into paragraphs.
|
|
|
|
|
2 |
wikipedia_filepath = 'simplewiki-2020-11-01.jsonl.gz'
|
3 |
|
4 |
if not os.path.exists(wikipedia_filepath):
|