alibayram commited on
Commit
9b99ffb
·
verified ·
1 Parent(s): 445fc13

Add new SentenceTransformer model

Browse files
2_Dense/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:978bb0e9124075e9451adaca5759eb0d30a36bbf94be462e7a743725c93a4a96
3
  size 4718680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0976f3522ecc3e5ed601b29717a8f0af3747534e9c2f9d4167ab37805d30c18d
3
  size 4718680
3_Dense/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a29253ad8f8aeb07e39a7521442b0275a26d5703cd3469028a0f133d2261821
3
  size 4718680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d1d0b1d42e86a3e82fbf43c0bb9d7d3dad49732c3c4b2ec5e86accf19499c1c
3
  size 4718680
config.json CHANGED
@@ -59,7 +59,7 @@
59
  "rope_type": "default"
60
  }
61
  },
62
- "sliding_window": 129,
63
  "tie_word_embeddings": true,
64
  "transformers_version": "5.0.0",
65
  "use_bidirectional_attention": true,
 
59
  "rope_type": "default"
60
  }
61
  },
62
+ "sliding_window": 65,
63
  "tie_word_embeddings": true,
64
  "transformers_version": "5.0.0",
65
  "use_bidirectional_attention": true,
config_sentence_transformers.json CHANGED
@@ -3,7 +3,7 @@
3
  "__version__": {
4
  "sentence_transformers": "5.2.2",
5
  "transformers": "5.0.0",
6
- "pytorch": "2.9.1"
7
  },
8
  "prompts": {
9
  "query": "task: search result | query: ",
 
3
  "__version__": {
4
  "sentence_transformers": "5.2.2",
5
  "transformers": "5.0.0",
6
+ "pytorch": "2.10.0+cu128"
7
  },
8
  "prompts": {
9
  "query": "task: search result | query: ",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e9830bdc3af3996a03d5e9be59fd0b9aac7b97ae8489bfab69b20c46d7e6ffd
3
  size 253438152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38ebc52c575af4d99d43f0d19a0707a99e576cd1286ff5c346121c110bdc932f
3
  size 253438152
tokenizer_config.json CHANGED
@@ -5,7 +5,7 @@
5
  "cls_token": "[CLS]",
6
  "eos_token": "[EOS]",
7
  "extra_special_tokens": [],
8
- "is_local": true,
9
  "mask_token": "[MASK]",
10
  "model_input_names": [
11
  "input_ids",
 
5
  "cls_token": "[CLS]",
6
  "eos_token": "[EOS]",
7
  "extra_special_tokens": [],
8
+ "is_local": false,
9
  "mask_token": "[MASK]",
10
  "model_input_names": [
11
  "input_ids",