kimihailv commited on
Commit
0b8b377
·
1 Parent(s): 0f55790

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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.