LamaDiab commited on
Commit
169ef34
·
verified ·
1 Parent(s): f5ce56f

Updating model weights

Browse files
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,426 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - dense
7
+ - generated_from_trainer
8
+ - dataset_size:799002
9
+ - loss:MultipleNegativesSymmetricRankingLoss
10
+ base_model: sentence-transformers/all-MiniLM-L6-v2
11
+ widget:
12
+ - source_sentence: essence multi task concealer 15 natural nude
13
+ sentences:
14
+ - face make-up
15
+ - natural nude concealer
16
+ - mixsoon * una (master repair cream) enriched
17
+ - cosmetics
18
+ - source_sentence: two circles silver necklace two different sizes
19
+ sentences:
20
+ - chicken bracelet
21
+ - necklace
22
+ - jewelry
23
+ - women necklace
24
+ - source_sentence: eva's big sleepover
25
+ sentences:
26
+ - english book
27
+ - children book
28
+ - books
29
+ - undercover bromance
30
+ - source_sentence: granville original one bite original rice crispy squares
31
+ sentences:
32
+ - supermarkets
33
+ - rice crispy squares dairy-free
34
+ - supermarket adventures
35
+ - sweet
36
+ - source_sentence: dimlaj orchid printed finest durable glass terkish tea set
37
+ sentences:
38
+ - glass tea set
39
+ - vendapress cohes.band.7.5cmx4.5m(blue)
40
+ - teacup
41
+ - drinkware
42
+ pipeline_tag: sentence-similarity
43
+ library_name: sentence-transformers
44
+ metrics:
45
+ - cosine_accuracy
46
+ model-index:
47
+ - name: SentenceTransformer based on sentence-transformers/all-MiniLM-L6-v2
48
+ results:
49
+ - task:
50
+ type: triplet
51
+ name: Triplet
52
+ dataset:
53
+ name: Unknown
54
+ type: unknown
55
+ metrics:
56
+ - type: cosine_accuracy
57
+ value: 0.9782311320304871
58
+ name: Cosine Accuracy
59
+ ---
60
+
61
+ # SentenceTransformer based on sentence-transformers/all-MiniLM-L6-v2
62
+
63
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-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.
64
+
65
+ ## Model Details
66
+
67
+ ### Model Description
68
+ - **Model Type:** Sentence Transformer
69
+ - **Base model:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) <!-- at revision c9745ed1d9f207416be6d2e6f8de32d1f16199bf -->
70
+ - **Maximum Sequence Length:** 256 tokens
71
+ - **Output Dimensionality:** 384 dimensions
72
+ - **Similarity Function:** Cosine Similarity
73
+ <!-- - **Training Dataset:** Unknown -->
74
+ <!-- - **Language:** Unknown -->
75
+ <!-- - **License:** Unknown -->
76
+
77
+ ### Model Sources
78
+
79
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
80
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/huggingface/sentence-transformers)
81
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
82
+
83
+ ### Full Model Architecture
84
+
85
+ ```
86
+ SentenceTransformer(
87
+ (0): Transformer({'max_seq_length': 256, 'do_lower_case': False, 'architecture': 'BertModel'})
88
+ (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})
89
+ (2): Normalize()
90
+ )
91
+ ```
92
+
93
+ ## Usage
94
+
95
+ ### Direct Usage (Sentence Transformers)
96
+
97
+ First install the Sentence Transformers library:
98
+
99
+ ```bash
100
+ pip install -U sentence-transformers
101
+ ```
102
+
103
+ Then you can load this model and run inference.
104
+ ```python
105
+ from sentence_transformers import SentenceTransformer
106
+
107
+ # Download from the 🤗 Hub
108
+ model = SentenceTransformer("LamaDiab/MiniLM-v29-SemanticEngine")
109
+ # Run inference
110
+ sentences = [
111
+ 'dimlaj orchid printed finest durable glass terkish tea set',
112
+ 'glass tea set',
113
+ 'vendapress cohes.band.7.5cmx4.5m(blue)',
114
+ ]
115
+ embeddings = model.encode(sentences)
116
+ print(embeddings.shape)
117
+ # [3, 384]
118
+
119
+ # Get the similarity scores for the embeddings
120
+ similarities = model.similarity(embeddings, embeddings)
121
+ print(similarities)
122
+ # tensor([[1.0000, 0.7095, 0.1728],
123
+ # [0.7095, 1.0000, 0.1830],
124
+ # [0.1728, 0.1830, 1.0000]])
125
+ ```
126
+
127
+ <!--
128
+ ### Direct Usage (Transformers)
129
+
130
+ <details><summary>Click to see the direct usage in Transformers</summary>
131
+
132
+ </details>
133
+ -->
134
+
135
+ <!--
136
+ ### Downstream Usage (Sentence Transformers)
137
+
138
+ You can finetune this model on your own dataset.
139
+
140
+ <details><summary>Click to expand</summary>
141
+
142
+ </details>
143
+ -->
144
+
145
+ <!--
146
+ ### Out-of-Scope Use
147
+
148
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
149
+ -->
150
+
151
+ ## Evaluation
152
+
153
+ ### Metrics
154
+
155
+ #### Triplet
156
+
157
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
158
+
159
+ | Metric | Value |
160
+ |:--------------------|:-----------|
161
+ | **cosine_accuracy** | **0.9782** |
162
+
163
+ <!--
164
+ ## Bias, Risks and Limitations
165
+
166
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
167
+ -->
168
+
169
+ <!--
170
+ ### Recommendations
171
+
172
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
173
+ -->
174
+
175
+ ## Training Details
176
+
177
+ ### Training Dataset
178
+
179
+ #### Unnamed Dataset
180
+
181
+ * Size: 799,002 training samples
182
+ * Columns: <code>anchor</code>, <code>positive</code>, <code>itemCategory</code>, and <code>shoppingSubCategory</code>
183
+ * Approximate statistics based on the first 1000 samples:
184
+ | | anchor | positive | itemCategory | shoppingSubCategory |
185
+ |:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:--------------------------------------------------------------------------------|:--------------------------------------------------------------------------------|
186
+ | type | string | string | string | string |
187
+ | details | <ul><li>min: 3 tokens</li><li>mean: 11.08 tokens</li><li>max: 97 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 5.91 tokens</li><li>max: 102 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 3.88 tokens</li><li>max: 9 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 3.88 tokens</li><li>max: 7 tokens</li></ul> |
188
+ * Samples:
189
+ | anchor | positive | itemCategory | shoppingSubCategory |
190
+ |:------------------------------------------------|:------------------------------------------------|:------------------------------|:---------------------------|
191
+ | <code>nivea cream 150 ml</code> | <code>body cream</code> | <code>body moisturizer</code> | <code>skincare</code> |
192
+ | <code>randel waxed canvas backpack – tan</code> | <code>padded laptop compartment backpack</code> | <code>bag</code> | <code>accessories</code> |
193
+ | <code>stuffed chicken toast</code> | <code>chicken</code> | <code>meat and poultry</code> | <code>international</code> |
194
+ * Loss: [<code>MultipleNegativesSymmetricRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativessymmetricrankingloss) with these parameters:
195
+ ```json
196
+ {
197
+ "scale": 20.0,
198
+ "similarity_fct": "cos_sim",
199
+ "gather_across_devices": false
200
+ }
201
+ ```
202
+
203
+ ### Evaluation Dataset
204
+
205
+ #### Unnamed Dataset
206
+
207
+ * Size: 9,509 evaluation samples
208
+ * Columns: <code>anchor</code>, <code>positive</code>, <code>negative</code>, <code>itemCategory</code>, and <code>shoppingSubCategory</code>
209
+ * Approximate statistics based on the first 1000 samples:
210
+ | | anchor | positive | negative | itemCategory | shoppingSubCategory |
211
+ |:--------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:--------------------------------------------------------------------------------|:--------------------------------------------------------------------------------|
212
+ | type | string | string | string | string | string |
213
+ | details | <ul><li>min: 3 tokens</li><li>mean: 9.63 tokens</li><li>max: 43 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 6.37 tokens</li><li>max: 150 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 9.06 tokens</li><li>max: 34 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 3.86 tokens</li><li>max: 9 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 3.81 tokens</li><li>max: 7 tokens</li></ul> |
214
+ * Samples:
215
+ | anchor | positive | negative | itemCategory | shoppingSubCategory |
216
+ |:---------------------------------------------------------------------|:-------------------------------------------|:------------------------------------------|:------------------------------------|:-----------------------------|
217
+ | <code>pilot mechanical pencil progrex h-127 - 0.7 mm</code> | <code>office supplies</code> | <code>lilac clouds kids prayer mat</code> | <code>pencil</code> | <code>office supplies</code> |
218
+ | <code>superior drawing marker -pen - set of 12 colors - 2 nib</code> | <code>superior drawing marker</code> | <code>luminous horror mask</code> | <code>marker</code> | <code>office supplies</code> |
219
+ | <code>first person singular author: haruki murakami</code> | <code>penguin random house usa book</code> | <code>west el balad tablecloth</code> | <code>literature and fiction</code> | <code>books</code> |
220
+ * Loss: [<code>MultipleNegativesSymmetricRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativessymmetricrankingloss) with these parameters:
221
+ ```json
222
+ {
223
+ "scale": 20.0,
224
+ "similarity_fct": "cos_sim",
225
+ "gather_across_devices": false
226
+ }
227
+ ```
228
+
229
+ ### Training Hyperparameters
230
+ #### Non-Default Hyperparameters
231
+
232
+ - `eval_strategy`: steps
233
+ - `per_device_train_batch_size`: 256
234
+ - `per_device_eval_batch_size`: 256
235
+ - `learning_rate`: 3e-05
236
+ - `weight_decay`: 0.01
237
+ - `warmup_ratio`: 0.1
238
+ - `fp16`: True
239
+ - `dataloader_num_workers`: 1
240
+ - `dataloader_prefetch_factor`: 2
241
+ - `dataloader_persistent_workers`: True
242
+ - `push_to_hub`: True
243
+ - `hub_model_id`: LamaDiab/MiniLM-v29-SemanticEngine
244
+ - `hub_strategy`: all_checkpoints
245
+
246
+ #### All Hyperparameters
247
+ <details><summary>Click to expand</summary>
248
+
249
+ - `overwrite_output_dir`: False
250
+ - `do_predict`: False
251
+ - `eval_strategy`: steps
252
+ - `prediction_loss_only`: True
253
+ - `per_device_train_batch_size`: 256
254
+ - `per_device_eval_batch_size`: 256
255
+ - `per_gpu_train_batch_size`: None
256
+ - `per_gpu_eval_batch_size`: None
257
+ - `gradient_accumulation_steps`: 1
258
+ - `eval_accumulation_steps`: None
259
+ - `torch_empty_cache_steps`: None
260
+ - `learning_rate`: 3e-05
261
+ - `weight_decay`: 0.01
262
+ - `adam_beta1`: 0.9
263
+ - `adam_beta2`: 0.999
264
+ - `adam_epsilon`: 1e-08
265
+ - `max_grad_norm`: 1.0
266
+ - `num_train_epochs`: 3
267
+ - `max_steps`: -1
268
+ - `lr_scheduler_type`: linear
269
+ - `lr_scheduler_kwargs`: {}
270
+ - `warmup_ratio`: 0.1
271
+ - `warmup_steps`: 0
272
+ - `log_level`: passive
273
+ - `log_level_replica`: warning
274
+ - `log_on_each_node`: True
275
+ - `logging_nan_inf_filter`: True
276
+ - `save_safetensors`: True
277
+ - `save_on_each_node`: False
278
+ - `save_only_model`: False
279
+ - `restore_callback_states_from_checkpoint`: False
280
+ - `no_cuda`: False
281
+ - `use_cpu`: False
282
+ - `use_mps_device`: False
283
+ - `seed`: 42
284
+ - `data_seed`: None
285
+ - `jit_mode_eval`: False
286
+ - `use_ipex`: False
287
+ - `bf16`: False
288
+ - `fp16`: True
289
+ - `fp16_opt_level`: O1
290
+ - `half_precision_backend`: auto
291
+ - `bf16_full_eval`: False
292
+ - `fp16_full_eval`: False
293
+ - `tf32`: None
294
+ - `local_rank`: 0
295
+ - `ddp_backend`: None
296
+ - `tpu_num_cores`: None
297
+ - `tpu_metrics_debug`: False
298
+ - `debug`: []
299
+ - `dataloader_drop_last`: False
300
+ - `dataloader_num_workers`: 1
301
+ - `dataloader_prefetch_factor`: 2
302
+ - `past_index`: -1
303
+ - `disable_tqdm`: False
304
+ - `remove_unused_columns`: True
305
+ - `label_names`: None
306
+ - `load_best_model_at_end`: False
307
+ - `ignore_data_skip`: False
308
+ - `fsdp`: []
309
+ - `fsdp_min_num_params`: 0
310
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
311
+ - `fsdp_transformer_layer_cls_to_wrap`: None
312
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
313
+ - `deepspeed`: None
314
+ - `label_smoothing_factor`: 0.0
315
+ - `optim`: adamw_torch
316
+ - `optim_args`: None
317
+ - `adafactor`: False
318
+ - `group_by_length`: False
319
+ - `length_column_name`: length
320
+ - `ddp_find_unused_parameters`: None
321
+ - `ddp_bucket_cap_mb`: None
322
+ - `ddp_broadcast_buffers`: False
323
+ - `dataloader_pin_memory`: True
324
+ - `dataloader_persistent_workers`: True
325
+ - `skip_memory_metrics`: True
326
+ - `use_legacy_prediction_loop`: False
327
+ - `push_to_hub`: True
328
+ - `resume_from_checkpoint`: None
329
+ - `hub_model_id`: LamaDiab/MiniLM-v29-SemanticEngine
330
+ - `hub_strategy`: all_checkpoints
331
+ - `hub_private_repo`: None
332
+ - `hub_always_push`: False
333
+ - `hub_revision`: None
334
+ - `gradient_checkpointing`: False
335
+ - `gradient_checkpointing_kwargs`: None
336
+ - `include_inputs_for_metrics`: False
337
+ - `include_for_metrics`: []
338
+ - `eval_do_concat_batches`: True
339
+ - `fp16_backend`: auto
340
+ - `push_to_hub_model_id`: None
341
+ - `push_to_hub_organization`: None
342
+ - `mp_parameters`:
343
+ - `auto_find_batch_size`: False
344
+ - `full_determinism`: False
345
+ - `torchdynamo`: None
346
+ - `ray_scope`: last
347
+ - `ddp_timeout`: 1800
348
+ - `torch_compile`: False
349
+ - `torch_compile_backend`: None
350
+ - `torch_compile_mode`: None
351
+ - `include_tokens_per_second`: False
352
+ - `include_num_input_tokens_seen`: False
353
+ - `neftune_noise_alpha`: None
354
+ - `optim_target_modules`: None
355
+ - `batch_eval_metrics`: False
356
+ - `eval_on_start`: False
357
+ - `use_liger_kernel`: False
358
+ - `liger_kernel_config`: None
359
+ - `eval_use_gather_object`: False
360
+ - `average_tokens_across_devices`: False
361
+ - `prompts`: None
362
+ - `batch_sampler`: batch_sampler
363
+ - `multi_dataset_batch_sampler`: proportional
364
+ - `router_mapping`: {}
365
+ - `learning_rate_mapping`: {}
366
+
367
+ </details>
368
+
369
+ ### Training Logs
370
+ | Epoch | Step | Training Loss | Validation Loss | cosine_accuracy |
371
+ |:------:|:----:|:-------------:|:---------------:|:---------------:|
372
+ | 0.0003 | 1 | 2.3526 | - | - |
373
+ | 0.3203 | 1000 | 1.6965 | 0.7821 | 0.9661 |
374
+ | 0.6406 | 2000 | 1.1157 | 0.7117 | 0.9708 |
375
+ | 0.9609 | 3000 | 1.5779 | 0.7111 | 0.9699 |
376
+ | 1.2810 | 4000 | 1.2526 | 0.6422 | 0.9774 |
377
+ | 1.6012 | 5000 | 1.1009 | 0.6362 | 0.9776 |
378
+ | 1.9213 | 6000 | 1.0505 | 0.6350 | 0.9787 |
379
+ | 2.2414 | 7000 | 0.9656 | 0.6254 | 0.9782 |
380
+ | 2.5615 | 8000 | 0.9874 | 0.6308 | 0.9779 |
381
+ | 2.8816 | 9000 | 0.9667 | 0.6277 | 0.9782 |
382
+
383
+
384
+ ### Framework Versions
385
+ - Python: 3.11.13
386
+ - Sentence Transformers: 5.1.2
387
+ - Transformers: 4.53.3
388
+ - PyTorch: 2.6.0+cu124
389
+ - Accelerate: 1.9.0
390
+ - Datasets: 4.4.1
391
+ - Tokenizers: 0.21.2
392
+
393
+ ## Citation
394
+
395
+ ### BibTeX
396
+
397
+ #### Sentence Transformers
398
+ ```bibtex
399
+ @inproceedings{reimers-2019-sentence-bert,
400
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
401
+ author = "Reimers, Nils and Gurevych, Iryna",
402
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
403
+ month = "11",
404
+ year = "2019",
405
+ publisher = "Association for Computational Linguistics",
406
+ url = "https://arxiv.org/abs/1908.10084",
407
+ }
408
+ ```
409
+
410
+ <!--
411
+ ## Glossary
412
+
413
+ *Clearly define terms in order to be accessible across audiences.*
414
+ -->
415
+
416
+ <!--
417
+ ## Model Card Authors
418
+
419
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
420
+ -->
421
+
422
+ <!--
423
+ ## Model Card Contact
424
+
425
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
426
+ -->
config_sentence_transformers.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "5.1.2",
4
+ "transformers": "4.53.3",
5
+ "pytorch": "2.6.0+cu124"
6
+ },
7
+ "model_type": "SentenceTransformer",
8
+ "prompts": {
9
+ "query": "",
10
+ "document": ""
11
+ },
12
+ "default_prompt_name": null,
13
+ "similarity_fn_name": "cosine"
14
+ }
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 256,
3
+ "do_lower_case": false
4
+ }