gfhayworth commited on
Commit
382019f
·
1 Parent(s): 3fa5b68

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Simple English Wikipedia. Compared to the full English wikipedia, it has only
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):
7
+ util.http_get('http://sbert.net/datasets/simplewiki-2020-11-01.jsonl.gz', wikipedia_filepath)