Add new SentenceTransformer model.
Browse files- .gitattributes +2 -0
- 1_Pooling/config.json +10 -0
- README.md +366 -0
- config.json +26 -0
- config_sentence_transformers.json +10 -0
- model.safetensors +3 -0
- modules.json +14 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer.json +3 -0
- tokenizer_config.json +64 -0
- unigram.json +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
unigram.json filter=lfs diff=lfs merge=lfs -text
|
1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 384,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": true,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
+
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": false,
|
9 |
+
"include_prompt": true
|
10 |
+
}
|
README.md
ADDED
@@ -0,0 +1,366 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
3 |
+
datasets: []
|
4 |
+
language: []
|
5 |
+
library_name: sentence-transformers
|
6 |
+
pipeline_tag: sentence-similarity
|
7 |
+
tags:
|
8 |
+
- sentence-transformers
|
9 |
+
- sentence-similarity
|
10 |
+
- feature-extraction
|
11 |
+
- generated_from_trainer
|
12 |
+
- dataset_size:512
|
13 |
+
- loss:TripletLoss
|
14 |
+
- dataset_size:243060
|
15 |
+
widget:
|
16 |
+
- source_sentence: ตะกร้าแมว
|
17 |
+
sentences:
|
18 |
+
- ตะกร้าหูหิ้วมีฝาปิดล็อคได้ ตะกร้าแมวเล็ก 15x23 ซม.
|
19 |
+
- พูกันกลม ตราม้า No.10
|
20 |
+
- 101259 - ปลั๊กแปลง 2 ขาแบน TOSHINO CO-6S ขาว
|
21 |
+
- source_sentence: micropore
|
22 |
+
sentences:
|
23 |
+
- ดัชชี่โยเกิร์ตธรรมชาติ 135ก X4
|
24 |
+
- คาเมลถั่วผสมคอกเทล 150ก
|
25 |
+
- 3M Nexcare เทปเยื่อกระดาษ Micropore 1 นิ้ว 10 หลา
|
26 |
+
- source_sentence: เต้าหู้
|
27 |
+
sentences:
|
28 |
+
- หลอดแก๊สวิปครีม Quick whip กลิ่นช็อคโกแลต กล่อง
|
29 |
+
- เต้าหู้แข็งสีขาว
|
30 |
+
- ถาดหลุม(ใหญ่)อย่างหนา60หลุม
|
31 |
+
- source_sentence: s26 gold
|
32 |
+
sentences:
|
33 |
+
- ชุดตรวจโควิด แบบแยงจมุก ยี่ห้อ diasia
|
34 |
+
- เอส26โกลด์เอสเอ็มเอโปรซี 550ก
|
35 |
+
- พริกขี้หนูแห้ง 1 ซอง
|
36 |
+
- source_sentence: กาแฟพั
|
37 |
+
sentences:
|
38 |
+
- คุกกี้กาแฟ
|
39 |
+
- พริกเขียวจินดา
|
40 |
+
- AIR X MINT 10 TAB แอร์เอ็กซ์ เม็ดเคี้ยว รสมินต์
|
41 |
+
---
|
42 |
+
|
43 |
+
# SentenceTransformer based on sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
|
44 |
+
|
45 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2). It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
46 |
+
|
47 |
+
## Model Details
|
48 |
+
|
49 |
+
### Model Description
|
50 |
+
- **Model Type:** Sentence Transformer
|
51 |
+
- **Base model:** [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) <!-- at revision bf3bf13ab40c3157080a7ab344c831b9ad18b5eb -->
|
52 |
+
- **Maximum Sequence Length:** 128 tokens
|
53 |
+
- **Output Dimensionality:** 384 tokens
|
54 |
+
- **Similarity Function:** Cosine Similarity
|
55 |
+
<!-- - **Training Dataset:** Unknown -->
|
56 |
+
<!-- - **Language:** Unknown -->
|
57 |
+
<!-- - **License:** Unknown -->
|
58 |
+
|
59 |
+
### Model Sources
|
60 |
+
|
61 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
62 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
63 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
64 |
+
|
65 |
+
### Full Model Architecture
|
66 |
+
|
67 |
+
```
|
68 |
+
SentenceTransformer(
|
69 |
+
(0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: BertModel
|
70 |
+
(1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
71 |
+
)
|
72 |
+
```
|
73 |
+
|
74 |
+
## Usage
|
75 |
+
|
76 |
+
### Direct Usage (Sentence Transformers)
|
77 |
+
|
78 |
+
First install the Sentence Transformers library:
|
79 |
+
|
80 |
+
```bash
|
81 |
+
pip install -U sentence-transformers
|
82 |
+
```
|
83 |
+
|
84 |
+
Then you can load this model and run inference.
|
85 |
+
```python
|
86 |
+
from sentence_transformers import SentenceTransformer
|
87 |
+
|
88 |
+
# Download from the 🤗 Hub
|
89 |
+
model = SentenceTransformer("sirabhop/mart-multilingual-semantic-search-miniLM-L12")
|
90 |
+
# Run inference
|
91 |
+
sentences = [
|
92 |
+
'กาแฟพั',
|
93 |
+
'คุกกี้กาแฟ',
|
94 |
+
'พริกเขียวจินดา',
|
95 |
+
]
|
96 |
+
embeddings = model.encode(sentences)
|
97 |
+
print(embeddings.shape)
|
98 |
+
# [3, 384]
|
99 |
+
|
100 |
+
# Get the similarity scores for the embeddings
|
101 |
+
similarities = model.similarity(embeddings, embeddings)
|
102 |
+
print(similarities.shape)
|
103 |
+
# [3, 3]
|
104 |
+
```
|
105 |
+
|
106 |
+
<!--
|
107 |
+
### Direct Usage (Transformers)
|
108 |
+
|
109 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
110 |
+
|
111 |
+
</details>
|
112 |
+
-->
|
113 |
+
|
114 |
+
<!--
|
115 |
+
### Downstream Usage (Sentence Transformers)
|
116 |
+
|
117 |
+
You can finetune this model on your own dataset.
|
118 |
+
|
119 |
+
<details><summary>Click to expand</summary>
|
120 |
+
|
121 |
+
</details>
|
122 |
+
-->
|
123 |
+
|
124 |
+
<!--
|
125 |
+
### Out-of-Scope Use
|
126 |
+
|
127 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
128 |
+
-->
|
129 |
+
|
130 |
+
<!--
|
131 |
+
## Bias, Risks and Limitations
|
132 |
+
|
133 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
134 |
+
-->
|
135 |
+
|
136 |
+
<!--
|
137 |
+
### Recommendations
|
138 |
+
|
139 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
140 |
+
-->
|
141 |
+
|
142 |
+
## Training Details
|
143 |
+
|
144 |
+
### Training Dataset
|
145 |
+
|
146 |
+
#### Unnamed Dataset
|
147 |
+
|
148 |
+
|
149 |
+
* Size: 243,060 training samples
|
150 |
+
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
151 |
+
* Approximate statistics based on the first 1000 samples:
|
152 |
+
| | anchor | positive | negative |
|
153 |
+
|:--------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
|
154 |
+
| type | string | string | string |
|
155 |
+
| details | <ul><li>min: 3 tokens</li><li>mean: 5.92 tokens</li><li>max: 13 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 12.48 tokens</li><li>max: 28 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 14.61 tokens</li><li>max: 28 tokens</li></ul> |
|
156 |
+
* Samples:
|
157 |
+
| anchor | positive | negative |
|
158 |
+
|:------------------------|:--------------------------------------------------------------|:------------------------------------------------------------|
|
159 |
+
| <code>ชุดต้มยำ</code> | <code>ชุดต้มยำ</code> | <code>แกสบี้รับเบอร์สไปค์กี้เอจด์15ก_4902806125962</code> |
|
160 |
+
| <code>ไดร์เป่าผม</code> | <code>1169469 - ไดร์เป่าผม PHILIPS BHD300/10 1600วัตต์</code> | <code>Soji ปลอกนิ้วทำความสะอาดฟัน 50ชิ้น กลิ่นมิ้นท์</code> |
|
161 |
+
| <code>นำ้ตาลทราย</code> | <code>น้ำตาลทราย ตรามิตรผล 1 กก.</code> | <code>ปลากระบอผสมไข่ สดมาก</code> |
|
162 |
+
* Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
|
163 |
+
```json
|
164 |
+
{
|
165 |
+
"distance_metric": "TripletDistanceMetric.EUCLIDEAN",
|
166 |
+
"triplet_margin": 5
|
167 |
+
}
|
168 |
+
```
|
169 |
+
|
170 |
+
### Training Hyperparameters
|
171 |
+
#### Non-Default Hyperparameters
|
172 |
+
|
173 |
+
- `eval_strategy`: steps
|
174 |
+
- `per_device_train_batch_size`: 256
|
175 |
+
- `num_train_epochs`: 1
|
176 |
+
- `warmup_ratio`: 0.1
|
177 |
+
- `fp16`: True
|
178 |
+
- `batch_sampler`: no_duplicates
|
179 |
+
- `multi_dataset_batch_sampler`: round_robin
|
180 |
+
|
181 |
+
#### All Hyperparameters
|
182 |
+
<details><summary>Click to expand</summary>
|
183 |
+
|
184 |
+
- `overwrite_output_dir`: False
|
185 |
+
- `do_predict`: False
|
186 |
+
- `eval_strategy`: steps
|
187 |
+
- `prediction_loss_only`: True
|
188 |
+
- `per_device_train_batch_size`: 256
|
189 |
+
- `per_device_eval_batch_size`: 8
|
190 |
+
- `per_gpu_train_batch_size`: None
|
191 |
+
- `per_gpu_eval_batch_size`: None
|
192 |
+
- `gradient_accumulation_steps`: 1
|
193 |
+
- `eval_accumulation_steps`: None
|
194 |
+
- `learning_rate`: 5e-05
|
195 |
+
- `weight_decay`: 0.0
|
196 |
+
- `adam_beta1`: 0.9
|
197 |
+
- `adam_beta2`: 0.999
|
198 |
+
- `adam_epsilon`: 1e-08
|
199 |
+
- `max_grad_norm`: 1.0
|
200 |
+
- `num_train_epochs`: 1
|
201 |
+
- `max_steps`: -1
|
202 |
+
- `lr_scheduler_type`: linear
|
203 |
+
- `lr_scheduler_kwargs`: {}
|
204 |
+
- `warmup_ratio`: 0.1
|
205 |
+
- `warmup_steps`: 0
|
206 |
+
- `log_level`: passive
|
207 |
+
- `log_level_replica`: warning
|
208 |
+
- `log_on_each_node`: True
|
209 |
+
- `logging_nan_inf_filter`: True
|
210 |
+
- `save_safetensors`: True
|
211 |
+
- `save_on_each_node`: False
|
212 |
+
- `save_only_model`: False
|
213 |
+
- `restore_callback_states_from_checkpoint`: False
|
214 |
+
- `no_cuda`: False
|
215 |
+
- `use_cpu`: False
|
216 |
+
- `use_mps_device`: False
|
217 |
+
- `seed`: 42
|
218 |
+
- `data_seed`: None
|
219 |
+
- `jit_mode_eval`: False
|
220 |
+
- `use_ipex`: False
|
221 |
+
- `bf16`: False
|
222 |
+
- `fp16`: True
|
223 |
+
- `fp16_opt_level`: O1
|
224 |
+
- `half_precision_backend`: auto
|
225 |
+
- `bf16_full_eval`: False
|
226 |
+
- `fp16_full_eval`: False
|
227 |
+
- `tf32`: None
|
228 |
+
- `local_rank`: 0
|
229 |
+
- `ddp_backend`: None
|
230 |
+
- `tpu_num_cores`: None
|
231 |
+
- `tpu_metrics_debug`: False
|
232 |
+
- `debug`: []
|
233 |
+
- `dataloader_drop_last`: True
|
234 |
+
- `dataloader_num_workers`: 0
|
235 |
+
- `dataloader_prefetch_factor`: None
|
236 |
+
- `past_index`: -1
|
237 |
+
- `disable_tqdm`: False
|
238 |
+
- `remove_unused_columns`: True
|
239 |
+
- `label_names`: None
|
240 |
+
- `load_best_model_at_end`: False
|
241 |
+
- `ignore_data_skip`: False
|
242 |
+
- `fsdp`: []
|
243 |
+
- `fsdp_min_num_params`: 0
|
244 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
245 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
246 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
247 |
+
- `deepspeed`: None
|
248 |
+
- `label_smoothing_factor`: 0.0
|
249 |
+
- `optim`: adamw_torch
|
250 |
+
- `optim_args`: None
|
251 |
+
- `adafactor`: False
|
252 |
+
- `group_by_length`: False
|
253 |
+
- `length_column_name`: length
|
254 |
+
- `ddp_find_unused_parameters`: None
|
255 |
+
- `ddp_bucket_cap_mb`: None
|
256 |
+
- `ddp_broadcast_buffers`: False
|
257 |
+
- `dataloader_pin_memory`: True
|
258 |
+
- `dataloader_persistent_workers`: False
|
259 |
+
- `skip_memory_metrics`: True
|
260 |
+
- `use_legacy_prediction_loop`: False
|
261 |
+
- `push_to_hub`: False
|
262 |
+
- `resume_from_checkpoint`: None
|
263 |
+
- `hub_model_id`: None
|
264 |
+
- `hub_strategy`: every_save
|
265 |
+
- `hub_private_repo`: False
|
266 |
+
- `hub_always_push`: False
|
267 |
+
- `gradient_checkpointing`: False
|
268 |
+
- `gradient_checkpointing_kwargs`: None
|
269 |
+
- `include_inputs_for_metrics`: False
|
270 |
+
- `eval_do_concat_batches`: True
|
271 |
+
- `fp16_backend`: auto
|
272 |
+
- `push_to_hub_model_id`: None
|
273 |
+
- `push_to_hub_organization`: None
|
274 |
+
- `mp_parameters`:
|
275 |
+
- `auto_find_batch_size`: False
|
276 |
+
- `full_determinism`: False
|
277 |
+
- `torchdynamo`: None
|
278 |
+
- `ray_scope`: last
|
279 |
+
- `ddp_timeout`: 1800
|
280 |
+
- `torch_compile`: False
|
281 |
+
- `torch_compile_backend`: None
|
282 |
+
- `torch_compile_mode`: None
|
283 |
+
- `dispatch_batches`: None
|
284 |
+
- `split_batches`: None
|
285 |
+
- `include_tokens_per_second`: False
|
286 |
+
- `include_num_input_tokens_seen`: False
|
287 |
+
- `neftune_noise_alpha`: None
|
288 |
+
- `optim_target_modules`: None
|
289 |
+
- `batch_eval_metrics`: False
|
290 |
+
- `eval_on_start`: False
|
291 |
+
- `batch_sampler`: no_duplicates
|
292 |
+
- `multi_dataset_batch_sampler`: round_robin
|
293 |
+
|
294 |
+
</details>
|
295 |
+
|
296 |
+
### Training Logs
|
297 |
+
| Epoch | Step | Training Loss |
|
298 |
+
|:------:|:----:|:-------------:|
|
299 |
+
| 0.1054 | 100 | 0.5952 |
|
300 |
+
| 0.4219 | 200 | 0.5212 |
|
301 |
+
| 0.1054 | 100 | 0.3363 |
|
302 |
+
| 0.2107 | 200 | 0.3205 |
|
303 |
+
| 0.3161 | 300 | 0.3428 |
|
304 |
+
| 0.4215 | 400 | 0.3276 |
|
305 |
+
| 0.5269 | 500 | 0.3183 |
|
306 |
+
| 0.6322 | 600 | 0.3219 |
|
307 |
+
| 0.7376 | 700 | 0.3336 |
|
308 |
+
| 0.8430 | 800 | 0.3232 |
|
309 |
+
| 0.9484 | 900 | 0.3216 |
|
310 |
+
|
311 |
+
|
312 |
+
### Framework Versions
|
313 |
+
- Python: 3.10.12
|
314 |
+
- Sentence Transformers: 3.0.1
|
315 |
+
- Transformers: 4.42.0.dev0
|
316 |
+
- PyTorch: 2.0.1+cu118
|
317 |
+
- Accelerate: 0.31.0
|
318 |
+
- Datasets: 2.15.0
|
319 |
+
- Tokenizers: 0.19.1
|
320 |
+
|
321 |
+
## Citation
|
322 |
+
|
323 |
+
### BibTeX
|
324 |
+
|
325 |
+
#### Sentence Transformers
|
326 |
+
```bibtex
|
327 |
+
@inproceedings{reimers-2019-sentence-bert,
|
328 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
329 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
330 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
331 |
+
month = "11",
|
332 |
+
year = "2019",
|
333 |
+
publisher = "Association for Computational Linguistics",
|
334 |
+
url = "https://arxiv.org/abs/1908.10084",
|
335 |
+
}
|
336 |
+
```
|
337 |
+
|
338 |
+
#### TripletLoss
|
339 |
+
```bibtex
|
340 |
+
@misc{hermans2017defense,
|
341 |
+
title={In Defense of the Triplet Loss for Person Re-Identification},
|
342 |
+
author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
|
343 |
+
year={2017},
|
344 |
+
eprint={1703.07737},
|
345 |
+
archivePrefix={arXiv},
|
346 |
+
primaryClass={cs.CV}
|
347 |
+
}
|
348 |
+
```
|
349 |
+
|
350 |
+
<!--
|
351 |
+
## Glossary
|
352 |
+
|
353 |
+
*Clearly define terms in order to be accessible across audiences.*
|
354 |
+
-->
|
355 |
+
|
356 |
+
<!--
|
357 |
+
## Model Card Authors
|
358 |
+
|
359 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
360 |
+
-->
|
361 |
+
|
362 |
+
<!--
|
363 |
+
## Model Card Contact
|
364 |
+
|
365 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
366 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/Workspace/Shared/ds-projects/mart-search/mart-semantic-search/models/rbh-mart-miniLM-L12",
|
3 |
+
"architectures": [
|
4 |
+
"BertModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 384,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 1536,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.43.0.dev0",
|
23 |
+
"type_vocab_size": 2,
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 250037
|
26 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.0.1",
|
4 |
+
"transformers": "4.43.0.dev0",
|
5 |
+
"pytorch": "2.0.1+cu118"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": "cosine"
|
10 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5bf67dd20081124d036a0095ed622bafb9004a60dcd19f0065944135e4fa691
|
3 |
+
size 470637416
|
modules.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": "",
|
6 |
+
"type": "sentence_transformers.models.Transformer"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"idx": 1,
|
10 |
+
"name": "1",
|
11 |
+
"path": "1_Pooling",
|
12 |
+
"type": "sentence_transformers.models.Pooling"
|
13 |
+
}
|
14 |
+
]
|
sentence_bert_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 128,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "</s>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cad551d5600a84242d0973327029452a1e3672ba6313c2a3c3d69c4310e12719
|
3 |
+
size 17082987
|
tokenizer_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<pad>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "<unk>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"250001": {
|
36 |
+
"content": "<mask>",
|
37 |
+
"lstrip": true,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "<s>",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "<s>",
|
47 |
+
"do_lower_case": true,
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"mask_token": "<mask>",
|
50 |
+
"max_length": 128,
|
51 |
+
"model_max_length": 128,
|
52 |
+
"pad_to_multiple_of": null,
|
53 |
+
"pad_token": "<pad>",
|
54 |
+
"pad_token_type_id": 0,
|
55 |
+
"padding_side": "right",
|
56 |
+
"sep_token": "</s>",
|
57 |
+
"stride": 0,
|
58 |
+
"strip_accents": null,
|
59 |
+
"tokenize_chinese_chars": true,
|
60 |
+
"tokenizer_class": "BertTokenizer",
|
61 |
+
"truncation_side": "right",
|
62 |
+
"truncation_strategy": "longest_first",
|
63 |
+
"unk_token": "<unk>"
|
64 |
+
}
|
unigram.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da145b5e7700ae40f16691ec32a0b1fdc1ee3298db22a31ea55f57a966c4a65d
|
3 |
+
size 14763260
|