geekyrakshit
commited on
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": null
|
5 |
+
}
|
vector_index.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4f20ea9b82eb1ba2996150fadb5031d0d1af8f5556dc359a41166cf9609ca04
|
3 |
+
size 368728
|