geekyrakshit
commited on
Commit
•
60ba2fd
1
Parent(s):
9b3dde2
add: Contriever index
Browse files- config.json +5 -0
- vector_index.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"query_encoder_model_name": "ncbi/MedCPT-Query-Encoder",
|
3 |
+
"article_encoder_model_name": "ncbi/MedCPT-Article-Encoder",
|
4 |
+
"chunk_size": 512
|
5 |
+
}
|
vector_index.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96c248a3679cd2832cf85cbe5cee77ae681f8657553b64f64e907d799c4a5411
|
3 |
+
size 20450392
|