yalaa commited on
Commit
3392d15
β€’
1 Parent(s): 7350ad3

Update download_dataset.py

Browse files
Files changed (1) hide show
  1. download_dataset.py +2 -1
download_dataset.py CHANGED
@@ -7,7 +7,8 @@ from sentence_transformers import util
7
 
8
  def download_simplewiki(dataset_path):
9
  if not os.path.exists(dataset_path):
10
- util.http_get('https://sbert.net/datasets/{}'.format(dataset_path), dataset_path)
 
11
 
12
 
13
  def get_all_passages(dataset_path):
 
7
 
8
  def download_simplewiki(dataset_path):
9
  if not os.path.exists(dataset_path):
10
+ # util.http_get('https://sbert.net/datasets/{}'.format(dataset_path), dataset_path)
11
+ util.http_get('https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/datasets/{}'.format(dataset_path), dataset_path)
12
 
13
 
14
  def get_all_passages(dataset_path):