Commit
·
5269213
1
Parent(s):
c1f76ea
Adapt to the new naming of IDF
Browse files- {query_0_IDF → query_0_SparseStaticEmbedding}/config.json +0 -0
- {query_0_IDF → query_0_SparseStaticEmbedding}/model.safetensors +0 -0
- {query_0_IDF → query_0_SparseStaticEmbedding}/special_tokens_map.json +0 -0
- {query_0_IDF → query_0_SparseStaticEmbedding}/tokenizer.json +0 -0
- {query_0_IDF → query_0_SparseStaticEmbedding}/tokenizer_config.json +0 -0
- {query_0_IDF → query_0_SparseStaticEmbedding}/vocab.txt +0 -0
- router_config.json +2 -2
{query_0_IDF → query_0_SparseStaticEmbedding}/config.json
RENAMED
|
File without changes
|
{query_0_IDF → query_0_SparseStaticEmbedding}/model.safetensors
RENAMED
|
File without changes
|
{query_0_IDF → query_0_SparseStaticEmbedding}/special_tokens_map.json
RENAMED
|
File without changes
|
{query_0_IDF → query_0_SparseStaticEmbedding}/tokenizer.json
RENAMED
|
File without changes
|
{query_0_IDF → query_0_SparseStaticEmbedding}/tokenizer_config.json
RENAMED
|
File without changes
|
{query_0_IDF → query_0_SparseStaticEmbedding}/vocab.txt
RENAMED
|
File without changes
|
router_config.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"types": {
|
| 3 |
-
"
|
| 4 |
"": "sentence_transformers.sparse_encoder.models.MLMTransformer.MLMTransformer",
|
| 5 |
"document_1_SpladePooling": "sentence_transformers.sparse_encoder.models.SpladePooling.SpladePooling"
|
| 6 |
},
|
| 7 |
"structure": {
|
| 8 |
"query": [
|
| 9 |
-
"
|
| 10 |
],
|
| 11 |
"document": [
|
| 12 |
"",
|
|
|
|
| 1 |
{
|
| 2 |
"types": {
|
| 3 |
+
"query_0_SparseStaticEmbedding": "sentence_transformers.sparse_encoder.models.SparseStaticEmbedding.SparseStaticEmbedding",
|
| 4 |
"": "sentence_transformers.sparse_encoder.models.MLMTransformer.MLMTransformer",
|
| 5 |
"document_1_SpladePooling": "sentence_transformers.sparse_encoder.models.SpladePooling.SpladePooling"
|
| 6 |
},
|
| 7 |
"structure": {
|
| 8 |
"query": [
|
| 9 |
+
"query_0_SparseStaticEmbedding"
|
| 10 |
],
|
| 11 |
"document": [
|
| 12 |
"",
|