endomorphosis
commited on
Commit
•
8ca7ac3
1
Parent(s):
856e5e1
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
---
|
4 |
+
This is an embeddings dataset for the Caselaw Access Project, created by a user named Endomorphosis.
|
5 |
+
|
6 |
+
Each caselaw entry is hashed with IPFS / multiformats, so retrieval of the document can be made over the IPFS / filecoin network
|
7 |
+
|
8 |
+
The ipfs content id "cid" is the primary key that links the dataset to the embeddings, should you want to retrieve from the dataset instead.
|
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 |
+
|
16 |
+
To search the embeddings on the client side, it would be wise to first query against the centroids, and then retrieve the closest gte-small cluster, and then query against the cluster.
|