sondalex commited on
Commit
c877cfc
·
1 Parent(s): 2f53400
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ ---
4
+
5
+ # arxiv-abstracts-2021-embeddings-10000
6
+
7
+ This repository contains a subset of the [gfissore/arxiv-abstracts-2021](https://huggingface.co/datasets/gfissore/arxiv-abstracts-2021) dataset, specifically the first 10,000 samples. It includes embeddings generated from three different models.
8
+
9
+ ## Dataset Structure
10
+
11
+ Each dataset contains the following columns:
12
+
13
+ - **id**: Unique identifier for each entry.
14
+ - **content**: The abstract text from the arXiv paper.
15
+ - **categories**: The categories associated with the paper.
16
+ - **embedding**: The embedding representation of the abstract.
17
+
18
+ ## Available Datasets
19
+
20
+ The repository includes three datasets, each corresponding to a different embedding model:
21
+
22
+ - `data/arxiv-abstract-arcticlarge.parquet`: Embeddings generated using the Arctic Large model. Model card here: [Snowflake/snowflake-arctic-embed-m-v2.0](https://huggingface.co/Snowflake/snowflake-arctic-embed-l-v2.0)
23
+ - `data/arxiv-abstract-arcticmedium.parquet`: Embeddings generated using the Arctic Medium model. Model card here: [Snowflake/snowflake-arctic-embed-m-v2.0](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v2.0)
24
+ - `data/arxiv-abstract-minilm.parquet`: Embeddings generated using the MiniLM model. Model card here: [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
25
+
26
+
data/arxiv-abstract-arcticlarge.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e90ad41c4a52d65b755ad2d96587c28cce18af3f8673bae29980240e09270eb0
3
+ size 24381809
data/arxiv-abstract-arcticmedium.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e98722ddbd9b18fd39212f023e36174a37df77b2bae2c87a3319f9b173bd309
3
+ size 19262210
data/arxiv-abstract-minilm.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0610aeced12b8c43d7238bdd642f74113d4d4b9510da2b7b6b9d064199af6b
3
+ size 11581340