somewheresy commited on
Commit
ecbe1f0
·
verified ·
1 Parent(s): a6cf465

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ This dataset comprises of 3,360,984 English language arXiv papers from the Corne
18
 
19
  # Embeddings Model
20
 
21
- We used https://huggingface.co/BAAI/bge-small-en-v1.5 to embed the `title` and 'abstract' fields.
22
  We'll be adding a column for URL so that retrieval of the source document is possible without having to perform a URL rebuilding step using the ID.
23
 
24
  ## Contact
 
18
 
19
  # Embeddings Model
20
 
21
+ We used https://huggingface.co/BAAI/bge-small-en-v1.5 to embed the `title` and `abstract` fields.
22
  We'll be adding a column for URL so that retrieval of the source document is possible without having to perform a URL rebuilding step using the ID.
23
 
24
  ## Contact