Fix full length inference
Browse files- config.json +1 -0
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"feature_pooling_strategy": "SelfAttentionPooling",
|
| 3 |
"finetune_seq_embed_model": false,
|
|
|
|
| 4 |
"fps_num_heads": 4,
|
| 5 |
"fps_return_weights": true,
|
| 6 |
"fps_use_soft_pooling": true,
|
|
|
|
| 1 |
{
|
| 2 |
"feature_pooling_strategy": "SelfAttentionPooling",
|
| 3 |
"finetune_seq_embed_model": false,
|
| 4 |
+
"fps_max_context_neighbors": null,
|
| 5 |
"fps_num_heads": 4,
|
| 6 |
"fps_return_weights": true,
|
| 7 |
"fps_use_soft_pooling": true,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 408577541
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21270f3ac788d733db641672a11875f20fd98712e808dd914437523d293ce403
|
| 3 |
size 408577541
|