endomorphosis commited on
Commit
d898db0
·
verified ·
1 Parent(s): 3068d3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ The ipfs content id "cid" is the primary key that links the dataset to the embed
9
 
10
  The dataset has been had embeddings generated with three models: thenlper/gte-small, Alibaba-NLP/gte-large-en-v1.5, and Alibaba-NLP/gte-Qwen2-1.5B-instruct
11
 
12
- Those models have a context length of 512, 8192, and 32k tokens respectively
13
 
14
  These embeddings are put into 4096 clusters, the centroids for each cluster is provided, as well as the content ids for each cluster, for each model.
15
 
 
9
 
10
  The dataset has been had embeddings generated with three models: thenlper/gte-small, Alibaba-NLP/gte-large-en-v1.5, and Alibaba-NLP/gte-Qwen2-1.5B-instruct
11
 
12
+ Those models have a context length of 512, 8192, and 32k tokens respectively, with 384, 1024, and 1536 dimensions
13
 
14
  These embeddings are put into 4096 clusters, the centroids for each cluster is provided, as well as the content ids for each cluster, for each model.
15