CoolFace
Modelpublic

Turbo-AI/gte-base-v0__trim_vocab-1024

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes19downloads
Model Card

SentenceTransformer based on Turbo-AI/gte-multilingual-base_trimvocab

This is a sentence-transformers model finetuned from Turbo-AI/gte-multilingual-base__trim_vocab. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.

Model Details

Model Description

  • —Model Type: Sentence Transformer
  • —Base model: Turbo-AI/gte-multilingual-base__trim_vocab <!-- at revision b49c5d1f2703a4f4725bcd54c2307348ae6b2381 -->
  • —Maximum Sequence Length: 1024 tokens
  • —Output Dimensionality: 768 tokens
  • —Similarity Function: Cosine Similarity <!-- - Training Dataset: Unknown --> <!-- - Language: Unknown --> <!-- - License: Unknown -->

Model Sources

Full Model Architecture

SentenceTransformer(
  (0): Transformer({'max_seq_length': 1024, 'do_lower_case': False}) with Transformer model: NewModel 
  (1): Pooling({'word_embedding_dimension': 768, '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})
)

Usage

Direct Usage (Sentence Transformers)

First install the Sentence Transformers library:

bash
pip install -U sentence-transformers

Then you can load this model and run inference.

python
from sentence_transformers import SentenceTransformer

# Download from the 🤗 Hub
model = SentenceTransformer("Turbo-AI/gte-base-v0__trim_vocab-1024")
# Run inference
sentences = [
    'Trách nhiệm của nhân viên quản lý chất lượng tại phòng xét nghiệm trong quản lý chất lượng bệnh viện đa khoa được quy định ra sao?',
    'Trách nhiệm của nhân viên quản lý chất lượng tại phòng xét nghiệm\n1. Tổng hợp, tham mưu cho trưởng phòng xét nghiệm trong triển khai các nội dung về quản lý chất lượng xét nghiệm.\n2. Xây dựng kế hoạch và nội dung quản lý chất lượng xét nghiệm của phòng, trình lãnh đạo phòng xét nghiệm xem xét, quyết định để trình lãnh đạo cơ sở khám bệnh, chữa bệnh xem xét, phê duyệt.\n3. Tổ chức thực hiện chương trình nội kiểm và tham gia chương trình ngoại kiểm để theo dõi, giám sát, đánh giá chất lượng công tác xét nghiệm và phát hiện, đề xuất giải pháp can thiệp kịp thời nhằm quản lý những trường hợp sai sót, có nguy cơ sai sót trong các quy trình xét nghiệm.\n4. Thu thập, tổng hợp, phân tích dữ liệu, quản lý và bảo mật thông tin liên quan đến hoạt động phòng xét nghiệm.\n5. Phối hợp và hỗ trợ các khoa hoặc phòng liên quan khác trong việc triển khai quản lý chất lượng xét nghiệm.\n6. Tổng kết, báo cáo định kỳ hằng tháng, quý và năm về hoạt động và kết quả quản lý chất lượng xét nghiệm với trưởng phòng xét nghiệm, trưởng phòng (hoặc tổ trưởng) quản lý chất lượng bệnh viện và lãnh đạo cơ sở khám bệnh, chữa bệnh.\n7. Là đầu mối tham mưu để thực hiện các công việc liên quan với các tổ chức đánh giá, cấp chứng nhận phòng xét nghiệm đạt tiêu chuẩn quốc gia hoặc tiêu chuẩn quốc tế.',
    '1. Phòng tiếp khách đối ngoại tại trụ sở cơ quan đại diện, văn phòng trực thuộc hay nhà riêng có quốc kỳ Việt Nam và treo ảnh hoặc đặt tượng Chủ tịch Hồ Chí Minh phía sau nơi ngồi tiếp khách của người chủ trì tiếp khách.\n2. Treo ảnh hoặc đặt tượng Chủ tịch Hồ Chí Minh ở chính giữa, quốc kỳ Việt Nam treo trên cột cờ đặt phía bên trái ảnh hoặc tượng nếu nhìn từ phía đối diện. Đỉnh của ảnh hoặc tượng Chủ tịch Hồ Chí Minh không cao hơn đỉnh ngôi sao vàng trong quốc kỳ Việt Nam khi treo trên cột cờ. (Xem hình 5 trong Phụ lục).',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 768]

# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]

<!--

Direct Usage (Transformers)

<details><summary>Click to see the direct usage in Transformers</summary>

</details> -->

<!--

Downstream Usage (Sentence Transformers)

You can finetune this model on your own dataset.

<details><summary>Click to expand</summary>

</details> -->

<!--

Out-of-Scope Use

List how the model may foreseeably be misused and address what users ought not to do with the model. -->

Evaluation

Metrics

Information Retrieval
MetricValue
cosine_accuracy@100.9497
cosine_precision@100.1004
cosine_recall@100.9306
cosine_ndcg@100.7428
cosine_mrr@100.6908
cosine_map@100.6762
dot_accuracy@100.9497
dot_precision@100.1004
dot_recall@100.9309
dot_ndcg@100.7149
dot_mrr@100.6546
dot_map@100.6392

<!--

Bias, Risks and Limitations

What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model. -->

<!--

Recommendations

What are recommendations with respect to the foreseeable issues? For example, filtering explicit content. -->

Training Details

Training Dataset

Unnamed Dataset
  • —Size: 609,413 training samples
  • —Columns: <code>anchor</code> and <code>positive</code>
  • —Approximate statistics based on the first 1000 samples: | | anchor | positive | |:--------|:----------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------| | type | string | string | | details | <ul><li>min: 8 tokens</li><li>mean: 25.66 tokens</li><li>max: 74 tokens</li></ul> | <ul><li>min: 26 tokens</li><li>mean: 265.94 tokens</li><li>max: 1024 tokens</li></ul> |
  • —Samples: | anchor | positive | |:---------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | <code>Việc tuần tra, canh gác bảo vệ đê Điều trong mùa lũ được thực hiện như thế nào?</code> | <code>Thông tư này hướng dẫn tuần tra, canh gác bảo vệ đê Điều trong mùa lũ đối với các tuyến đê sông được phân loại, phân cấp theo quy định tại Điều 4 của Luật Đê Điều.</code> | | <code>Cách thức bảo vệ tuyến đê sông trong mùa lũ được quy định như thế nào?</code> | <code>Thông tư này hướng dẫn tuần tra, canh gác bảo vệ đê Điều trong mùa lũ đối với các tuyến đê sông được phân loại, phân cấp theo quy định tại Điều 4 của Luật Đê Điều.</code> | | <code>Các tuyến đê sông được phân loại, phân cấp thì được bảo vệ ra sao?</code> | <code>Thông tư này hướng dẫn tuần tra, canh gác bảo vệ đê Điều trong mùa lũ đối với các tuyến đê sông được phân loại, phân cấp theo quy định tại Điều 4 của Luật Đê Điều.</code> |
  • —Loss: <code>CachedMultipleNegativesRankingLoss</code> with these parameters:
json
  {
      "scale": 20.0,
      "similarity_fct": "cos_sim"
  }

Training Hyperparameters

Non-Default Hyperparameters
  • —eval_strategy: steps
  • —per_device_train_batch_size: 4096
  • —per_device_eval_batch_size: 4096
  • —num_train_epochs: 5
  • —warmup_ratio: 0.05
  • —bf16: True
  • —load_best_model_at_end: True
  • —batch_sampler: no_duplicates
All Hyperparameters

<details><summary>Click to expand</summary>

  • —overwrite_output_dir: False
  • —do_predict: False
  • —eval_strategy: steps
  • —prediction_loss_only: True
  • —per_device_train_batch_size: 4096
  • —per_device_eval_batch_size: 4096
  • —per_gpu_train_batch_size: None
  • —per_gpu_eval_batch_size: None
  • —gradient_accumulation_steps: 1
  • —eval_accumulation_steps: None
  • —torch_empty_cache_steps: None
  • —learning_rate: 5e-05
  • —weight_decay: 0.0
  • —adam_beta1: 0.9
  • —adam_beta2: 0.999
  • —adam_epsilon: 1e-08
  • —max_grad_norm: 1.0
  • —num_train_epochs: 5
  • —max_steps: -1
  • —lr_scheduler_type: linear
  • —lr_scheduler_kwargs: {}
  • —warmup_ratio: 0.05
  • —warmup_steps: 0
  • —log_level: passive
  • —log_level_replica: warning
  • —log_on_each_node: True
  • —logging_nan_inf_filter: True
  • —save_safetensors: True
  • —save_on_each_node: False
  • —save_only_model: False
  • —restore_callback_states_from_checkpoint: False
  • —no_cuda: False
  • —use_cpu: False
  • —use_mps_device: False
  • —seed: 42
  • —data_seed: None
  • —jit_mode_eval: False
  • —use_ipex: False
  • —bf16: True
  • —fp16: False
  • —fp16_opt_level: O1
  • —half_precision_backend: auto
  • —bf16_full_eval: False
  • —fp16_full_eval: False
  • —tf32: None
  • —local_rank: 0
  • —ddp_backend: None
  • —tpu_num_cores: None
  • —tpu_metrics_debug: False
  • —debug: []
  • —dataloader_drop_last: False
  • —dataloader_num_workers: 0
  • —dataloader_prefetch_factor: None
  • —past_index: -1
  • —disable_tqdm: False
  • —remove_unused_columns: True
  • —label_names: None
  • —load_best_model_at_end: True
  • —ignore_data_skip: False
  • —fsdp: []
  • —fsdp_min_num_params: 0
  • —fsdp_config: {'minnumparams': 0, 'xla': False, 'xlafsdpv2': False, 'xlafsdpgrad_ckpt': False}
  • —fsdp_transformer_layer_cls_to_wrap: None
  • —accelerator_config: {'splitbatches': False, 'dispatchbatches': None, 'evenbatches': True, 'useseedablesampler': True, 'nonblocking': False, 'gradientaccumulationkwargs': None}
  • —deepspeed: None
  • —label_smoothing_factor: 0.0
  • —optim: adamw_torch
  • —optim_args: None
  • —adafactor: False
  • —group_by_length: False
  • —length_column_name: length
  • —ddp_find_unused_parameters: None
  • —ddp_bucket_cap_mb: None
  • —ddp_broadcast_buffers: False
  • —dataloader_pin_memory: True
  • —dataloader_persistent_workers: False
  • —skip_memory_metrics: True
  • —use_legacy_prediction_loop: False
  • —push_to_hub: False
  • —resume_from_checkpoint: None
  • —hub_model_id: None
  • —hub_strategy: every_save
  • —hub_private_repo: False
  • —hub_always_push: False
  • —gradient_checkpointing: False
  • —gradient_checkpointing_kwargs: None
  • —include_inputs_for_metrics: False
  • —eval_do_concat_batches: True
  • —fp16_backend: auto
  • —push_to_hub_model_id: None
  • —push_to_hub_organization: None
  • —mp_parameters:
  • —auto_find_batch_size: False
  • —full_determinism: False
  • —torchdynamo: None
  • —ray_scope: last
  • —ddp_timeout: 1800
  • —torch_compile: False
  • —torch_compile_backend: None
  • —torch_compile_mode: None
  • —dispatch_batches: None
  • —split_batches: None
  • —include_tokens_per_second: False
  • —include_num_input_tokens_seen: False
  • —neftune_noise_alpha: None
  • —optim_target_modules: None
  • —batch_eval_metrics: False
  • —eval_on_start: False
  • —use_liger_kernel: False
  • —eval_use_gather_object: False
  • —batch_sampler: no_duplicates
  • —multi_dataset_batch_sampler: proportional

</details>

Training Logs

<details><summary>Click to expand</summary>

EpochStepTraining Losscosine_map@10
0.006717.1703-
0.013427.1798-
0.020137.1921-
0.026847.1764-
0.033657.1942-
0.040367.1712-
0.047077.0703-
0.053787.0478-
0.060496.8367-
0.0671106.716-
0.0738116.6603-
0.0805125.8811-
0.0872135.7548-
0.0940145.4862-
0.1007154.9705-
0.1074164.5047-
0.1141174.3474-
0.1208184.1269-
0.1275193.8795-
0.1342203.7357-
0.1409213.2726-
0.1477223.107-
0.1544232.9576-
0.1611242.7544-
0.1678252.5584-
0.1745262.4129-
0.1812272.2592-
0.1879282.1605-
0.1946291.9635-
0.2013301.8905-
0.2081311.7623-
0.2148321.6536-
0.2215331.5194-
0.2282341.2924-
0.2349351.1131-
0.2416360.9684-
0.2483370.8815-
0.2550380.8135-
0.2617390.7569-
0.2685400.7257-
0.2752410.6537-
0.2819420.6096-
0.2886430.5817-
0.2953440.5965-
0.3020450.5602-
0.3087460.5287-
0.3154470.4964-
0.3221480.4858-
0.3289490.4805-
0.3356500.477-
0.3423510.4686-
0.3490520.432-
0.3557530.4303-
0.3624540.434-
0.3691550.423-
0.3758560.4075-
0.3826570.4019-
0.3893580.3886-
0.3960590.3725-
0.4027600.3675-
0.4094610.3733-
0.4161620.3774-
0.4228630.3909-
0.4295640.3721-
0.4362650.3566-
0.4430660.3409-
0.4497670.362-
0.4564680.3613-
0.4631690.354-
0.4698700.3379-
0.4765710.3525-
0.4832720.3225-
0.4899730.3148-
0.4966740.4755-
0.5034750.5973-
0.5101760.6487-
0.5168770.6887-
0.5235780.8575-
0.5302790.8181-
0.5369800.8791-
0.5436810.8026-
0.5503820.7696-
0.5570830.7278-
0.5638840.6707-
0.5705850.632-
0.5772860.6457-
0.5839870.7231-
0.5906880.6762-
0.5973890.6605-
0.6040900.639-
0.6107910.7126-
0.6174920.6703-
0.6242930.6116-
0.6309940.6143-
0.6376950.6082-
0.6443960.6074-
0.6510970.6499-
0.6577980.7679-
0.6644990.676-
0.67111000.66030.6409
0.67791010.6438-
0.68461020.6479-
0.69131030.5959-
0.69801040.6173-
0.70471050.602-
0.71141060.5743-
0.71811070.5942-
0.72481080.5682-
0.73151090.5648-
0.73831100.5653-
0.74501110.6396-
0.75171120.7634-
0.75841130.6744-
0.76511140.6411-
0.77181150.5934-
0.77851160.5907-
0.78521170.5567-
0.79191180.5274-
0.79871190.6453-
0.80541200.6115-
0.81211210.5959-
0.81881220.5694-
0.82551230.5554-
0.83221240.5419-
0.83891250.591-
0.84561260.589-
0.85231270.5484-
0.85911280.5447-
0.86581290.6312-
0.87251300.6086-
0.87921310.5948-
0.88591320.5483-
0.89261330.5192-
0.89931340.5273-
0.90601350.6629-
0.91281360.6038-
0.91951370.5433-
0.92621380.5449-
0.93291390.5415-
0.93961400.566-
0.94631410.5391-
0.95301420.558-
0.95971430.6029-
0.96641440.6619-
0.97321450.597-
0.97991460.5931-
0.98661470.5943-
0.99331480.5677-
1.01490.4389-
1.00671500.2988-
1.01341510.1699-
1.02011520.0229-
1.00671530.5693-
1.01341540.6031-
1.02011550.5859-
1.02681560.5526-
1.03361570.5625-
1.04031580.5834-
1.04701590.5425-
1.05371600.5344-
1.06041610.5476-
1.06711620.5709-
1.07381630.5811-
1.08051640.5739-
1.08721650.5466-
1.09401660.564-
1.10071670.5211-
1.10741680.5349-
1.11411690.5007-
1.12081700.5054-
1.12751710.4804-
1.13421720.5091-
1.14091730.5141-
1.14771740.5154-
1.15441750.4973-
1.16111760.4771-
1.16781770.4817-
1.17451780.5269-
1.18121790.5113-
1.18791800.511-
1.19461810.4819-
1.20131820.5247-
1.20811830.5168-
1.21481840.5456-
1.22151850.5288-
1.22821860.4394-
1.23491870.4011-
1.24161880.3307-
1.24831890.3293-
1.25501900.3184-
1.26171910.3202-
1.26851920.3229-
1.27521930.3038-
1.28191940.2949-
1.28861950.2887-
1.29531960.297-
1.30201970.2925-
1.30871980.2819-
1.31541990.2689-
1.32212000.27110.6600
1.32892010.2725-
1.33562020.2753-
1.34232030.2686-
1.34902040.2549-
1.35572050.255-
1.36242060.2586-
1.36912070.2499-
1.37582080.2481-
1.38262090.2536-
1.38932100.2407-
1.39602110.2312-
1.40272120.2264-
1.40942130.2355-
1.41612140.2501-
1.42282150.2509-
1.42952160.2428-
1.43622170.2358-
1.44302180.2266-
1.44972190.2455-
1.45642200.2431-
1.46312210.2445-
1.46982220.2349-
1.47652230.2451-
1.48322240.2225-
1.48992250.2207-
1.49662260.321-
1.50342270.4106-
1.51012280.442-
1.51682290.4754-
1.52352300.5885-
1.53022310.5739-
1.53692320.6174-
1.54362330.5669-
1.55032340.5445-
1.55702350.5238-
1.56382360.4801-
1.57052370.4585-
1.57722380.4656-
1.58392390.5197-
1.59062400.4985-
1.59732410.4895-
1.60402420.4842-
1.61072430.5392-
1.61742440.5039-
1.62422450.4607-
1.63092460.4645-
1.63762470.4642-
1.64432480.4603-
1.65102490.4968-
1.65772500.5946-
1.66442510.5178-
1.67112520.5016-
1.67792530.4997-
1.68462540.5071-
1.69132550.4633-
1.69802560.4814-
1.70472570.4717-
1.71142580.4541-
1.71812590.4641-
1.72482600.4557-
1.73152610.4479-
1.73832620.4514-
1.74502630.5193-
1.75172640.6282-
1.75842650.5518-
1.76512660.5105-
1.77182670.4772-
1.77852680.4799-
1.78522690.4534-
1.79192700.4318-
1.79872710.5261-
1.80542720.4988-
1.81212730.4867-
1.81882740.4587-
1.82552750.449-
1.83222760.4424-
1.83892770.4824-
1.84562780.4786-
1.85232790.4554-
1.85912800.4463-
1.86582810.5171-
1.87252820.5004-
1.87922830.4993-
1.88592840.4595-
1.89262850.4356-
1.89932860.4293-
1.90602870.5566-
1.91282880.509-
1.91952890.4572-
1.92622900.4519-
1.93292910.4471-
1.93962920.4804-
1.94632930.4505-
1.95302940.4779-
1.95972950.5127-
1.96642960.5568-
1.97322970.5047-
1.97992980.5021-
1.98662990.5035-
1.99333000.47930.6563
2.03010.3424-
2.00673020.1931-
2.01343030.0681-
2.02013040.0015-
2.00673050.4829-
2.01343060.5198-
2.02013070.4872-
2.02683080.4593-
2.03363090.4781-
2.04033100.5025-
2.04703110.4695-
2.05373120.4529-
2.06043130.468-
2.06713140.4844-
2.07383150.498-
2.08053160.4933-
2.08723170.4663-
2.09403180.4913-
2.10073190.4582-
2.10743200.4652-
2.11413210.4318-
2.12083220.4375-
2.12753230.4237-
2.13423240.4435-
2.14093250.4428-
2.14773260.4469-
2.15443270.4416-
2.16113280.4162-
2.16783290.419-
2.17453300.4589-
2.18123310.4456-
2.18793320.4604-
2.19463330.4231-
2.20133340.4636-
2.20813350.4625-
2.21483360.4807-
2.22153370.4663-
2.22823380.3872-
2.23493390.3506-
2.24163400.2902-
2.24833410.2842-
2.25503420.2749-
2.26173430.2765-
2.26853440.283-
2.27523450.2649-
2.28193460.2552-
2.28863470.2548-
2.29533480.262-
2.30203490.255-
2.30873500.2479-
2.31543510.2348-
2.32213520.2354-
2.32893530.2397-
2.33563540.2427-
2.34233550.2398-
2.34903560.2235-
2.35573570.222-
2.36243580.2289-
2.36913590.2201-
2.37583600.2203-
2.38263610.2236-
2.38933620.2168-
2.39603630.202-
2.40273640.2021-
2.40943650.2106-
2.41613660.2213-
2.42283670.2254-
2.42953680.2189-
2.43623690.2097-
2.44303700.2001-
2.44973710.2174-
2.45643720.2135-
2.46313730.2175-
2.46983740.2085-
2.47653750.2191-
2.48323760.1964-
2.48993770.1948-
2.49663780.2866-
2.50343790.3712-
2.51013800.3974-
2.51683810.4217-
2.52353820.5219-
2.53023830.5122-
2.53693840.5458-
2.54363850.5018-
2.55033860.4838-
2.55703870.4573-
2.56383880.4314-
2.57053890.4078-
2.57723900.4151-
2.58393910.467-
2.59063920.4502-
2.59733930.4405-
2.60403940.4345-
2.61073950.4825-
2.61743960.4586-
2.62423970.4178-
2.63093980.4212-
2.63763990.4165-
2.64434000.41620.6601
2.65104010.4444-
2.65774020.5377-
2.66444030.4701-
2.67114040.4506-
2.67794050.4495-
2.68464060.4515-
2.69134070.4148-
2.69804080.4318-
2.70474090.4246-
2.71144100.4115-
2.71814110.4142-
2.72484120.41-
2.73154130.4054-
2.73834140.4035-
2.74504150.4666-
2.75174160.5645-
2.75844170.4962-
2.76514180.4597-
2.77184190.4317-
2.77854200.4325-
2.78524210.4165-
2.79194220.3908-
2.79874230.4786-
2.80544240.4571-
2.81214250.4388-
2.81884260.4182-
2.82554270.4059-
2.83224280.3994-
2.83894290.4332-
2.84564300.4352-
2.85234310.421-
2.85914320.4081-
2.86584330.4704-
2.87254340.4592-
2.87924350.4508-
2.88594360.4201-
2.89264370.3928-
2.89934380.3992-
2.90604390.5154-
2.91284400.4649-
2.91954410.4165-
2.92624420.4121-
2.93294430.4072-
2.93964440.4369-
2.94634450.4191-
2.95304460.4306-
2.95974470.4688-
2.96644480.5092-
2.97324490.4639-
2.97994500.4647-
2.98664510.4589-
2.99334520.4412-
3.04530.3029-
3.00674540.1599-
3.01344550.0411-
3.02014560.0017-
3.00674570.4429-
3.01344580.4789-
3.02014590.4512-
3.02684600.4197-
3.03364610.4446-
3.04034620.4597-
3.04704630.4297-
3.05374640.4197-
3.06044650.4309-
3.06714660.4503-
3.07384670.4494-
3.08054680.4538-
3.08724690.4294-
3.09404700.4493-
3.10074710.4222-
3.10744720.4294-
3.11414730.4099-
3.12084740.4062-
3.12754750.3896-
3.13424760.4083-
3.14094770.4108-
3.14774780.4192-
3.15444790.4061-
3.16114800.3783-
3.16784810.3949-
3.17454820.428-
3.18124830.4176-
3.18794840.4207-
3.19464850.3946-
3.20134860.4282-
3.20814870.4346-
3.21484880.4544-
3.22154890.432-
3.22824900.3556-
3.23494910.3244-
3.24164920.2702-
3.24834930.2678-
3.25504940.2567-
3.26174950.2528-
3.26854960.2624-
3.27524970.2437-
3.28194980.2387-
3.28864990.2398-
3.29535000.24350.6685
3.30205010.2353-
3.30875020.229-
3.31545030.2183-
3.32215040.22-
3.32895050.2236-
3.33565060.2242-
3.34235070.2251-
3.34905080.2108-
3.35575090.2065-
3.36245100.2128-
3.36915110.2051-
3.37585120.2043-
3.38265130.2116-
3.38935140.2044-
3.39605150.1903-
3.40275160.1857-
3.40945170.1971-
3.41615180.2029-
3.42285190.2098-
3.42955200.2031-
3.43625210.199-
3.44305220.1868-
3.44975230.2047-
3.45645240.1982-
3.46315250.2026-
3.46985260.1931-
3.47655270.2024-
3.48325280.1848-
3.48995290.1818-
3.49665300.2712-
3.50345310.3456-
3.51015320.3678-
3.51685330.394-
3.52355340.4889-
3.53025350.4686-
3.53695360.5048-
3.54365370.4732-
3.55035380.4504-
3.55705390.4241-
3.56385400.3936-
3.57055410.3833-
3.57725420.3815-
3.58395430.4333-
3.59065440.4239-
3.59735450.4124-
3.60405460.4028-
3.61075470.4585-
3.61745480.4256-
3.62425490.3916-
3.63095500.4002-
3.63765510.3962-
3.64435520.3874-
3.65105530.4229-
3.65775540.5071-
3.66445550.4432-
3.67115560.4282-
3.67795570.4249-
3.68465580.4287-
3.69135590.3875-
3.69805600.403-
3.70475610.395-
3.71145620.3859-
3.71815630.3917-
3.72485640.3882-
3.73155650.379-
3.73835660.3819-
3.74505670.4411-
3.75175680.5383-
3.75845690.4696-
3.76515700.4367-
3.77185710.4098-
3.77855720.4104-
3.78525730.3928-
3.79195740.3686-
3.79875750.4534-
3.80545760.4255-
3.81215770.4193-
3.81885780.3925-
3.82555790.3762-
3.83225800.3748-
3.83895810.4145-
3.84565820.4085-
3.85235830.3888-
3.85915840.3903-
3.86585850.4395-
3.87255860.4347-
3.87925870.428-
3.88595880.4008-
3.89265890.3706-
3.89935900.3769-
3.90605910.4869-
3.91285920.4406-
3.91955930.3963-
3.92625940.39-
3.93295950.3831-
3.93965960.4088-
3.94635970.3912-
3.95305980.4108-
3.95975990.4381-
3.96646000.48410.6654
3.97326010.4425-
3.97996020.4377-
3.98666030.4344-
3.99336040.4155-
4.06050.2801-
4.00676060.1418-
4.01346070.0315-
4.02016080.0013-
4.00676090.4213-
4.01346100.4604-
4.02016110.4312-
4.02686120.406-
4.03366130.4238-
4.04036140.4446-
4.04706150.4127-
4.05376160.4034-
4.06046170.4092-
4.06716180.4285-
4.07386190.4324-
4.08056200.4317-
4.08726210.4167-
4.09406220.4352-
4.10076230.4074-
4.10746240.4102-
4.11416250.3799-
4.12086260.3885-
4.12756270.3709-
4.13426280.3957-
4.14096290.394-
4.14776300.4035-
4.15446310.389-
4.16116320.3656-
4.16786330.372-
4.17456340.4066-
4.18126350.3991-
4.18796360.4057-
4.19466370.3782-
4.20136380.4117-
4.20816390.41-
4.21486400.4359-
4.22156410.4191-
4.22826420.3428-
4.23496430.3156-
4.24166440.2591-
4.24836450.2533-
4.25506460.2483-
4.26176470.2505-
4.26856480.2494-
4.27526490.2354-
4.28196500.2302-
4.28866510.2285-
4.29536520.2366-
4.30206530.229-
4.30876540.2217-
4.31546550.2107-
4.32216560.2153-
4.32896570.216-
4.33566580.2161-
4.34236590.2174-
4.34906600.2031-
4.35576610.2034-
4.36246620.2015-
4.36916630.1987-
4.37586640.1984-
4.38266650.2004-
4.38936660.1961-
4.39606670.1829-
4.40276680.1821-
4.40946690.1894-
4.41616700.2007-
4.42286710.201-
4.42956720.1973-
4.43626730.1931-
4.44306740.1803-
4.44976750.1988-
4.45646760.1906-
4.46316770.1941-
4.46986780.1878-
4.47656790.1977-
4.48326800.1767-
4.48996810.1814-
4.49666820.2594-
4.50346830.3342-
4.51016840.3562-
4.51686850.3857-
4.52356860.4643-
4.53026870.4596-
4.53696880.4978-
4.54366890.4564-
4.55036900.4336-
4.55706910.4154-
4.56386920.3796-
4.57056930.3724-
4.57726940.3708-
4.58396950.4281-
4.59066960.4082-
4.59736970.4004-
4.60406980.3893-
4.61076990.4372-
4.61747000.41320.6762
4.62427010.3766-
4.63097020.3869-
4.63767030.382-
4.64437040.3733-
4.65107050.4088-
4.65777060.4887-
4.66447070.4282-
4.67117080.4137-
4.67797090.4098-
4.68467100.4165-
4.69137110.3737-
4.69807120.3973-
4.70477130.3853-
4.71147140.3744-
4.71817150.3787-
4.72487160.372-
4.73157170.3675-
4.73837180.3652-
4.74507190.4291-
4.75177200.5218-
4.75847210.452-
4.76517220.4202-
4.77187230.3904-
4.77857240.3979-
4.78527250.3796-
4.79197260.3569-
4.79877270.4375-
4.80547280.4149-
4.81217290.4055-
4.81887300.3813-
4.82557310.3671-
4.83227320.3631-
4.83897330.4026-
4.84567340.3986-
4.85237350.3786-
4.85917360.3757-
4.86587370.4309-
4.87257380.4228-
4.87927390.416-
4.88597400.3891-
4.89267410.3614-
4.89937420.3633-
4.90607430.4739-
4.91287440.4307-
4.91957450.3833-

</details>

Framework Versions

  • —Python: 3.10.6
  • —Sentence Transformers: 3.3.0.dev0
  • —Transformers: 4.45.2
  • —PyTorch: 2.4.1+cu118
  • —Accelerate: 0.34.0
  • —Datasets: 2.21.0
  • —Tokenizers: 0.20.2

Citation

BibTeX

Sentence Transformers
bibtex
@inproceedings{reimers-2019-sentence-bert,
    title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
    author = "Reimers, Nils and Gurevych, Iryna",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
    month = "11",
    year = "2019",
    publisher = "Association for Computational Linguistics",
    url = "https://arxiv.org/abs/1908.10084",
}
CachedMultipleNegativesRankingLoss
bibtex
@misc{gao2021scaling,
    title={Scaling Deep Contrastive Learning Batch Size under Memory Limited Setup},
    author={Luyu Gao and Yunyi Zhang and Jiawei Han and Jamie Callan},
    year={2021},
    eprint={2101.06983},
    archivePrefix={arXiv},
    primaryClass={cs.LG}
}

<!--

Glossary

Clearly define terms in order to be accessible across audiences. -->

<!--

Model Card Authors

Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction. -->

<!--

Model Card Contact

Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors. -->