Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# 2M Title-Abstract Arxiv Pairs
|
6 |
+
|
7 |
+
- `title_abstract.tsv` data from [Unsplash](https://www.kaggle.com/Cornell-University/arxiv), preprocessed and coverted to TSV.
|
8 |
+
- `title.e5-base-v2.fbin` is a binary file with [e5-base-v2](https://huggingface.co/intfloat/e5-base-v2) title embeddings.
|
9 |
+
- `abstract.e5-base-v2.fbin` is a binary file with [e5-base-v2](https://huggingface.co/intfloat/e5-base-v2) abstract embeddings.
|