Update README.md
Browse files
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
|
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
|