somewheresy commited on
Commit
c53fdeb
·
verified ·
1 Parent(s): f65d917

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -8,4 +8,18 @@ tags:
8
  pretty_name: dataclysm-arxiv
9
  size_categories:
10
  - 1M<n<10M
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  pretty_name: dataclysm-arxiv
9
  size_categories:
10
  - 1M<n<10M
11
+ ---
12
+
13
+
14
+
15
+ # somewheresystems/dataclysm-wikipedia-titles
16
+
17
+ This dataset comprises of 3,360,984 English language arXiv papers from the Cornell/arXiv dataset, with two new columns added: title-embeddings and abstract-embeddings. These additional columns were generated using the bge-small-en-v1.5 embeddings model. The dataset was sourced from the (Cornell/arXiv GCP bucket's json manifest for arXiv metadata, as of January 14th, 2024)[gs://arxiv-dataset/metadata-v5/arxiv-metadata-oai.json]
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
+
23
+ ## Contact
24
+
25
+ Please contact [email protected] for inquiries.