aisuko commited on
Commit
84b35ff
1 Parent(s): a9e2e76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
  ---
6
+
7
+ The original data from http://sbert.net/datasets/simplewiki-2020-11-01.jsonl.gz.
8
+
9
+ We use `nq_distilbert-base-v1` model encode all the data to the PyTorch Tensors. And `normalize` the embeddings by using `sentence_transformers.util.normalize_embeddings`.
10
+