CoolFace
Modelpublic

saikasyap/xlm-roberta-base-multilingual-en-sa

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes71downloads
Model Card

SentenceTransformer based on FacebookAI/xlm-roberta-base

This is a sentence-transformers model finetuned from FacebookAI/xlm-roberta-base on the en-sa dataset. 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: FacebookAI/xlm-roberta-base <!-- at revision e73636d4f797dec63c3081bb6ed5c7b0bb3f2089 -->
  • —Maximum Sequence Length: 128 tokens
  • —Output Dimensionality: 768 dimensions
  • —Similarity Function: Cosine Similarity
  • —Training Dataset:
  • —en-sa <!-- - Language: Unknown --> <!-- - License: Unknown -->

Model Sources

Full Model Architecture

SentenceTransformer(
  (0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: XLMRobertaModel 
  (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("saikasyap/xlm-roberta-base-multilingual-en-sa")
# Run inference
sentences = [
    'Magazines and Periodicals   that are published periodically.',
    'पत्रिकाणां (Magazines) तथा नियतकालिकानां च (Periodicals) ग्राहकत्वस्य निर्वहणार्थम् उपयुज्यन्ते ।',
    '"अस्योपरि नुदामश्चेत्, इदं पेन्-ड्रैव् मध्ये, विद्यमानानि सर्वाणि फैल्स् फोल्डर्स् च दर्शयति ।"',
]
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

Knowledge Distillation
MetricValue
negative_mse-13.0248
Translation
MetricValue
src2trg_accuracy0.927
trg2src_accuracy0.903
mean_accuracy0.915

<!--

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

en-sa
  • —Dataset: en-sa
  • —Size: 257,886 training samples
  • —Columns: <code>english</code>, <code>non_english</code>, and <code>label</code>
  • —Approximate statistics based on the first 1000 samples: | | english | non_english | label | |:--------|:------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-------------------------------------| | type | string | string | list | | details | <ul><li>min: 12 tokens</li><li>mean: 34.23 tokens</li><li>max: 113 tokens</li></ul> | <ul><li>min: 14 tokens</li><li>mean: 49.72 tokens</li><li>max: 128 tokens</li></ul> | <ul><li>size: 768 elements</li></ul> |
  • —Samples: | english | non_english | label | |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------| | <code>There was no Mughal tradition of primogeniture, the systematic passing of rule, upon an emperor's death, to his eldest son.<br></code> | <code>चक्रवर्तिनः मृत्योः अनन्तरं तस्य शासनस्य व्यवस्थितरूपेण सङ्क्रमणस्य, मुघलपरम्परायाः ज्येष्ठपुत्राधिकारपद्धतिः नासीत्।<br></code> | <code>[-0.5880301594734192, -0.20026817917823792, 0.372330904006958, -0.9807565808296204, -0.35607191920280457, ...]</code> | | <code>The four sons of Shah Jahan all held governorships during their father's reign.<br></code> | <code>शाह्-जहाँ-नामकस्य चत्वारः पुत्राः, सर्वे पितुः शासनकाले शासकपदम् अधारयन्।<br></code> | <code>[-0.5090229511260986, 0.33517003059387207, 0.27507224678993225, -0.05707915127277374, -0.5126022100448608, ...]</code> | | <code>In this regard he discusses the correlation between social opportunities of education and health and how both of these complement economic and political freedoms as a healthy and well-educated person is better suited to make informed economic decisions and be involved in fruitful political demonstrations etc.<br></code> | <code>अस्मिन् विषये सः शिक्षणस्य स्वास्थ्यस्य च सामाजिकावकाशानाम् अन्योन्य-सम्बन्धस्य, तथा च एतद्द्वयम् अपि आर्थिक-राजनैतिक-स्वातन्त्र्ययोः कथं पूरकं भवतः इति च चर्चां करोति, यतोहि स्वस्था सुशिक्षिता च व्यक्तिः ज्ञानपूर्वम् आर्थिकविषयान् निर्णेतुं तथा फलप्रदेषु राजनैतिकेषु प्रतिपादनादिषु संलग्नः भवितुं च अधिकारी भवति इति।<br></code> | <code>[0.16507332026958466, -0.1722974181175232, 0.02585001103579998, 0.36087149381637573, -0.6401643753051758, ...]</code> |
  • —Loss: <code>MSELoss</code>

Evaluation Dataset

en-sa
  • —Dataset: en-sa
  • —Size: 1,000 evaluation samples
  • —Columns: <code>english</code>, <code>non_english</code>, and <code>label</code>
  • —Approximate statistics based on the first 1000 samples: | | english | non_english | label | |:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:-------------------------------------| | type | string | string | list | | details | <ul><li>min: 4 tokens</li><li>mean: 21.38 tokens</li><li>max: 68 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 27.89 tokens</li><li>max: 91 tokens</li></ul> | <ul><li>size: 768 elements</li></ul> |
  • —Samples: | english | non_english | label | |:-------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------| | <code>"""So they cast him out of the vineyard, and killed him. What therefore shall the lord of the vineyard do unto them?"""</code> | <code>ततस्ते तं क्षेत्राद् बहि र्निपात्य जघ्नुस्तस्मात् स क्षेत्रपतिस्तान् प्रति किं करिष्यति?</code> | <code>[-0.06878167390823364, -0.5150429606437683, -0.09011576324701309, -0.7458725571632385, 0.050420328974723816, ...]</code> | | <code>Avogadro application window opens.</code> | <code>Avogadro एप्लिकेशन् विण्डो उद्घट्यते ।</code> | <code>[0.9054689407348633, -0.2203768789768219, -0.19827595353126526, 0.23870715498924255, -0.3162331283092499, ...]</code> | | <code>Svangah: One whose limbs are beautiful.</code> | <code>स्वंग:यस्य अङ्गानि सुन्दराणि सन्ति</code> | <code>[0.6443825960159302, 0.4850354492664337, -0.4563218355178833, -0.4771449863910675, 0.6588209867477417, ...]</code> |
  • —Loss: <code>MSELoss</code>

Training Hyperparameters

Non-Default Hyperparameters
  • —eval_strategy: steps
  • —learning_rate: 2e-05
  • —num_train_epochs: 10
  • —warmup_ratio: 0.1
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: 8
  • —per_device_eval_batch_size: 8
  • —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: 2e-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: 10
  • —max_steps: -1
  • —lr_scheduler_type: linear
  • —lr_scheduler_kwargs: {}
  • —warmup_ratio: 0.1
  • —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: False
  • —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: False
  • —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
  • —include_for_metrics: []
  • —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
  • —average_tokens_across_devices: False
  • —prompts: None
  • —batch_sampler: batch_sampler
  • —multi_dataset_batch_sampler: proportional

</details>

Training Logs

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

EpochStepTraining Lossen-sa lossen-sa_negative_mseen-sa_mean_accuracy
0.01241000.6774---
0.02482000.6328---
0.03723000.5541---
0.04964000.4007---
0.06205000.3031---
0.07456000.2789---
0.08697000.2674---
0.09938000.2603---
0.11179000.2564---
0.124110000.254---
0.136511000.2496---
0.148912000.2486---
0.161313000.2476---
0.173714000.2487---
0.186115000.2439---
0.198516000.2441---
0.210917000.2427---
0.223418000.2414---
0.235819000.2395---
0.248220000.2395---
0.260621000.2383---
0.273022000.2363---
0.285423000.2348---
0.297824000.2316---
0.310225000.235---
0.322626000.2328---
0.335027000.2307---
0.347428000.2295---
0.359829000.2267---
0.372330000.2246---
0.384731000.225---
0.397132000.2239---
0.409533000.2201---
0.421934000.2149---
0.434335000.2161---
0.446736000.2168---
0.459137000.212---
0.471538000.2135---
0.483939000.2087---
0.496340000.2083---
0.508741000.2061---
0.521242000.2084---
0.533643000.2011---
0.546044000.2023---
0.558445000.2---
0.570846000.2006---
0.583247000.1987---
0.595648000.1946---
0.608049000.197---
0.620450000.1962---
0.632851000.192---
0.645252000.1931---
0.657653000.1928---
0.670154000.1896---
0.682555000.1906---
0.694956000.1882---
0.707357000.1867---
0.719758000.1867---
0.732159000.1847---
0.744560000.186---
0.756961000.1843---
0.769362000.1806---
0.781763000.1812---
0.794164000.1779---
0.806665000.178---
0.819066000.1778---
0.831467000.1769---
0.843868000.1768---
0.856269000.1753---
0.868670000.1749---
0.881071000.1722---
0.893472000.1727---
0.905873000.1736---
0.918274000.1717---
0.930675000.1691---
0.943076000.1678---
0.955577000.1709---
0.967978000.168---
0.980379000.167---
0.992780000.1647---
1.005181000.1658---
1.017582000.1661---
1.029983000.1629---
1.042384000.1646---
1.054785000.1631---
1.067186000.1603---
1.079587000.1608---
1.091988000.1605---
1.104489000.1593---
1.116890000.1598---
1.129291000.158---
1.141692000.1561---
1.154093000.1562---
1.166494000.1563---
1.178895000.1545---
1.191296000.1525---
1.203697000.1531---
1.216098000.1534---
1.228499000.1525---
1.2408100000.15150.1755-19.43470.7575
1.2533101000.152---
1.2657102000.1507---
1.2781103000.1492---
1.2905104000.1485---
1.3029105000.1488---
1.3153106000.1496---
1.3277107000.1495---
1.3401108000.1475---
1.3525109000.1484---
1.3649110000.1465---
1.3773111000.1481---
1.3898112000.1477---
1.4022113000.148---
1.4146114000.1445---
1.4270115000.1429---
1.4394116000.1443---
1.4518117000.144---
1.4642118000.1455---
1.4766119000.1438---
1.4890120000.1425---
1.5014121000.1427---
1.5138122000.1426---
1.5262123000.1422---
1.5387124000.1395---
1.5511125000.1403---
1.5635126000.1414---
1.5759127000.1404---
1.5883128000.1391---
1.6007129000.1377---
1.6131130000.1408---
1.6255131000.1378---
1.6379132000.1387---
1.6503133000.1383---
1.6627134000.1393---
1.6751135000.137---
1.6876136000.1386---
1.7000137000.1366---
1.7124138000.137---
1.7248139000.1365---
1.7372140000.1367---
1.7496141000.1379---
1.7620142000.1355---
1.7744143000.1349---
1.7868144000.134---
1.7992145000.133---
1.8116146000.1337---
1.8240147000.1332---
1.8365148000.1335---
1.8489149000.1334---
1.8613150000.1333---
1.8737151000.1329---
1.8861152000.132---
1.8985153000.1322---
1.9109154000.1334---
1.9233155000.1308---
1.9357156000.1302---
1.9481157000.1313---
1.9605158000.1319---
1.9729159000.1305---
1.9854160000.1299---
1.9978161000.1288---
2.0102162000.1313---
2.0226163000.1299---
2.0350164000.1304---
2.0474165000.1304---
2.0598166000.1292---
2.0722167000.1276---
2.0846168000.1283---
2.0970169000.129---
2.1094170000.1294---
2.1219171000.1281---
2.1343172000.1276---
2.1467173000.1266---
2.1591174000.1263---
2.1715175000.1273---
2.1839176000.1263---
2.1963177000.1257---
2.2087178000.1256---
2.2211179000.1269---
2.2335180000.1256---
2.2459181000.1255---
2.2583182000.126---
2.2708183000.1243---
2.2832184000.125---
2.2956185000.1242---
2.3080186000.1249---
2.3204187000.1248---
2.3328188000.1248---
2.3452189000.1245---
2.3576190000.124---
2.3700191000.1246---
2.3824192000.125---
2.3948193000.1251---
2.4072194000.1243---
2.4197195000.1218---
2.4321196000.1217---
2.4445197000.1239---
2.4569198000.1219---
2.4693199000.1241---
2.4817200000.12220.1380-16.17120.864
2.4941201000.1223---
2.5065202000.1216---
2.5189203000.1231---
2.5313204000.1208---
2.5437205000.1208---
2.5561206000.1202---
2.5686207000.1225---
2.5810208000.1209---
2.5934209000.1201---
2.6058210000.1203---
2.6182211000.1212---
2.6306212000.1199---
2.6430213000.1198---
2.6554214000.1212---
2.6678215000.1207---
2.6802216000.1199---
2.6926217000.1198---
2.7051218000.1196---
2.7175219000.1196---
2.7299220000.119---
2.7423221000.1197---
2.7547222000.1201---
2.7671223000.1187---
2.7795224000.1184---
2.7919225000.1177---
2.8043226000.1167---
2.8167227000.1187---
2.8291228000.1168---
2.8415229000.1174---
2.8540230000.1181---
2.8664231000.1185---
2.8788232000.1167---
2.8912233000.1169---
2.9036234000.1171---
2.9160235000.1179---
2.9284236000.116---
2.9408237000.1148---
2.9532238000.1183---
2.9656239000.1162---
2.9780240000.1165---
2.9904241000.115---
3.0029242000.1155---
3.0153243000.1177---
3.0277244000.1145---
3.0401245000.1175---
3.0525246000.1159---
3.0649247000.1149---
3.0773248000.1144---
3.0897249000.1152---
3.1021250000.1157---
3.1145251000.116---
3.1269252000.1145---
3.1393253000.1139---
3.1518254000.1141---
3.1642255000.114---
3.1766256000.1144---
3.1890257000.113---
3.2014258000.1133---
3.2138259000.1136---
3.2262260000.1138---
3.2386261000.1128---
3.2510262000.1144---
3.2634263000.1126---
3.2758264000.1126---
3.2882265000.1121---
3.3007266000.1126---
3.3131267000.1134---
3.3255268000.1131---
3.3379269000.1122---
3.3503270000.113---
3.3627271000.1124---
3.3751272000.1134---
3.3875273000.1142---
3.3999274000.113---
3.4123275000.1125---
3.4247276000.1102---
3.4372277000.1116---
3.4496278000.1116---
3.4620279000.1122---
3.4744280000.112---
3.4868281000.1114---
3.4992282000.1112---
3.5116283000.1112---
3.5240284000.1125---
3.5364285000.1095---
3.5488286000.1105---
3.5612287000.1107---
3.5736288000.1106---
3.5861289000.1105---
3.5985290000.1095---
3.6109291000.111---
3.6233292000.11---
3.6357293000.11---
3.6481294000.1111---
3.6605295000.1116---
3.6729296000.1095---
3.6853297000.1104---
3.6977298000.1095---
3.7101299000.1098---
3.7225300000.10950.1235-14.83150.8875
3.7350301000.1104---
3.7474302000.1099---
3.7598303000.1106---
3.7722304000.1085---
3.7846305000.1086---
3.7970306000.108---
3.8094307000.1087---
3.8218308000.1081---
3.8342309000.1084---
3.8466310000.1088---
3.8590311000.1086---
3.8714312000.1091---
3.8839313000.1074---
3.8963314000.1079---
3.9087315000.11---
3.9211316000.1077---
3.9335317000.1072---
3.9459318000.1072---
3.9583319000.1089---
3.9707320000.1079---
3.9831321000.1072---
3.9955322000.1064---
4.0079323000.1081---
4.0203324000.1083---
4.0328325000.1074---
4.0452326000.1084---
4.0576327000.107---
4.0700328000.1065---
4.0824329000.1071---
4.0948330000.107---
4.1072331000.1077---
4.1196332000.107---
4.1320333000.1067---
4.1444334000.1057---
4.1568335000.1062---
4.1693336000.1071---
4.1817337000.1055---
4.1941338000.106---
4.2065339000.1048---
4.2189340000.1069---
4.2313341000.1054---
4.2437342000.1055---
4.2561343000.1058---
4.2685344000.1057---
4.2809345000.1045---
4.2933346000.1055---
4.3057347000.1055---
4.3182348000.1053---
4.3306349000.1056---
4.3430350000.1051---
4.3554351000.1059---
4.3678352000.1054---
4.3802353000.1064---
4.3926354000.1064---
4.4050355000.106---
4.4174356000.1037---
4.4298357000.1044---
4.4422358000.1052---
4.4546359000.1041---
4.4671360000.1057---
4.4795361000.1044---
4.4919362000.1049---
4.5043363000.1042---
4.5167364000.1055---
4.5291365000.1035---
4.5415366000.1038---
4.5539367000.1033---
4.5663368000.1046---
4.5787369000.104---
4.5911370000.1038---
4.6035371000.1031---
4.6160372000.1051---
4.6284373000.1034---
4.6408374000.1034---
4.6532375000.1045---
4.6656376000.1049---
4.6780377000.1034---
4.6904378000.1043---
4.7028379000.1026---
4.7152380000.104---
4.7276381000.103---
4.7400382000.1034---
4.7525383000.1045---
4.7649384000.1032---
4.7773385000.1029---
4.7897386000.1026---
4.8021387000.1017---
4.8145388000.103---
4.8269389000.1021---
4.8393390000.1029---
4.8517391000.1029---
4.8641392000.1033---
4.8765393000.1021---
4.8889394000.102---
4.9014395000.1027---
4.9138396000.1032---
4.9262397000.1018---
4.9386398000.1011---
4.9510399000.103---
4.9634400000.10230.1152-14.03270.9
4.9758401000.102---
4.9882402000.1018---
5.0006403000.1012---
5.0130404000.1029---
5.0254405000.1014---
5.0378406000.103---
5.0503407000.1019---
5.0627408000.1019---
5.0751409000.1003---
5.0875410000.1016---
5.0999411000.1019---
5.1123412000.1028---
5.1247413000.1011---
5.1371414000.1012---
5.1495415000.1005---
5.1619416000.101---
5.1743417000.101---
5.1867418000.1004---
5.1992419000.1006---
5.2116420000.101---
5.2240421000.1004---
5.2364422000.1006---
5.2488423000.1012---
5.2612424000.1005---
5.2736425000.0997---
5.2860426000.1004---
5.2984427000.0998---
5.3108428000.1008---
5.3232429000.1008---
5.3356430000.1001---
5.3481431000.1007---
5.3605432000.1005---
5.3729433000.1007---
5.3853434000.1019---
5.3977435000.1016---
5.4101436000.1004---
5.4225437000.0987---
5.4349438000.1001---
5.4473439000.1003---
5.4597440000.0996---
5.4721441000.1004---
5.4846442000.0994---
5.4970443000.1002---
5.5094444000.0996---
5.5218445000.1012---
5.5342446000.0983---
5.5466447000.0992---
5.5590448000.0987---
5.5714449000.1005---
5.5838450000.0996---
5.5962451000.0986---
5.6086452000.0995---
5.6210453000.0999---
5.6335454000.0984---
5.6459455000.1001---
5.6583456000.1006---
5.6707457000.0994---
5.6831458000.0994---
5.6955459000.0988---
5.7079460000.0985---
5.7203461000.0991---
5.7327462000.0996---
5.7451463000.0991---
5.7575464000.0997---
5.7699465000.0984---
5.7824466000.0987---
5.7948467000.0977---
5.8072468000.0984---
5.8196469000.0977---
5.8320470000.0987---
5.8444471000.0983---
5.8568472000.0985---
5.8692473000.0993---
5.8816474000.0974---
5.8940475000.0978---
5.9064476000.0996---
5.9188477000.0981---
5.9313478000.0981---
5.9437479000.0969---
5.9561480000.0997---
5.9685481000.098---
5.9809482000.0981---
5.9933483000.0969---
6.0057484000.0982---
6.0181485000.0983---
6.0305486000.0974---
6.0429487000.0991---
6.0553488000.0978---
6.0678489000.0973---
6.0802490000.0976---
6.0926491000.0978---
6.1050492000.0976---
6.1174493000.0981---
6.1298494000.0974---
6.1422495000.0967---
6.1546496000.0966---
6.1670497000.098---
6.1794498000.0967---
6.1918499000.0964---
6.2042500000.09660.1101-13.55640.9045
6.2167501000.0975---
6.2291502000.0968---
6.2415503000.0972---
6.2539504000.0967---
6.2663505000.0971---
6.2787506000.0961---
6.2911507000.0967---
6.3035508000.0969---
6.3159509000.0965---
6.3283510000.0972---
6.3407511000.0967---
6.3531512000.0972---
6.3656513000.0965---
6.3780514000.0978---
6.3904515000.0976---
6.4028516000.0986---
6.4152517000.0957---
6.4276518000.0957---
6.4400519000.0966---
6.4524520000.096---
6.4648521000.097---
6.4772522000.0971---
6.4896523000.0959---
6.5020524000.0967---
6.5145525000.0967---
6.5269526000.0964---
6.5393527000.0954---
6.5517528000.096---
6.5641529000.0963---
6.5765530000.0963---
6.5889531000.0958---
6.6013532000.0951---
6.6137533000.0973---
6.6261534000.0955---
6.6385535000.0958---
6.6509536000.0967---
6.6634537000.0971---
6.6758538000.0957---
6.6882539000.0968---
6.7006540000.0951---
6.7130541000.0957---
6.7254542000.0958---
6.7378543000.0962---
6.7502544000.0971---
6.7626545000.0957---
6.7750546000.0955---
6.7874547000.0953---
6.7999548000.0951---
6.8123549000.095---
6.8247550000.095---
6.8371551000.0954---
6.8495552000.0955---
6.8619553000.0959---
6.8743554000.0952---
6.8867555000.0951---
6.8991556000.0951---
6.9115557000.0966---
6.9239558000.0947---
6.9363559000.0943---
6.9488560000.0955---
6.9612561000.0959---
6.9736562000.095---
6.9860563000.0941---
6.9984564000.0945---
7.0108565000.0957---
7.0232566000.0952---
7.0356567000.0956---
7.0480568000.0955---
7.0604569000.0951---
7.0728570000.0938---
7.0852571000.0947---
7.0977572000.0952---
7.1101573000.0956---
7.1225574000.0949---
7.1349575000.0947---
7.1473576000.0937---
7.1597577000.0943---
7.1721578000.0948---
7.1845579000.094---
7.1969580000.0942---
7.2093581000.0939---
7.2217582000.0944---
7.2341583000.0943---
7.2466584000.0944---
7.2590585000.0945---
7.2714586000.0936---
7.2838587000.0941---
7.2962588000.0937---
7.3086589000.0942---
7.3210590000.0942---
7.3334591000.0945---
7.3458592000.0942---
7.3582593000.0944---
7.3706594000.0943---
7.3831595000.0951---
7.3955596000.0952---
7.4079597000.0949---
7.4203598000.0931---
7.4327599000.0936---
7.4451600000.0950.1070-13.26480.9125
7.4575601000.0931---
7.4699602000.095---
7.4823603000.0936---
7.4947604000.0943---
7.5071605000.0934---
7.5195606000.095---
7.5320607000.0927---
7.5444608000.0939---
7.5568609000.0931---
7.5692610000.0944---
7.5816611000.0938---
7.5940612000.0931---
7.6064613000.0935---
7.6188614000.0945---
7.6312615000.0932---
7.6436616000.094---
7.6560617000.0944---
7.6684618000.0942---
7.6809619000.0941---
7.6933620000.0932---
7.7057621000.0935---
7.7181622000.0932---
7.7305623000.094---
7.7429624000.0935---
7.7553625000.0944---
7.7677626000.0933---
7.7801627000.0938---
7.7925628000.0924---
7.8049629000.0926---
7.8173630000.0935---
7.8298631000.0926---
7.8422632000.0928---
7.8546633000.0937---
7.8670634000.0938---
7.8794635000.0927---
7.8918636000.0929---
7.9042637000.0938---
7.9166638000.0934---
7.9290639000.093---
7.9414640000.0916---
7.9538641000.0946---
7.9662642000.0929---
7.9787643000.0934---
7.9911644000.0922---
8.0035645000.0928---
8.0159646000.0938---
8.0283647000.092---
8.0407648000.0944---
8.0531649000.093---
8.0655650000.0924---
8.0779651000.0924---
8.0903652000.093---
8.1027653000.0931---
8.1152654000.0935---
8.1276655000.0927---
8.1400656000.0921---
8.1524657000.0923---
8.1648658000.0925---
8.1772659000.0926---
8.1896660000.0916---
8.2020661000.0925---
8.2144662000.0921---
8.2268663000.0927---
8.2392664000.0924---
8.2516665000.0927---
8.2641666000.0923---
8.2765667000.0919---
8.2889668000.0918---
8.3013669000.0923---
8.3137670000.0922---
8.3261671000.0925---
8.3385672000.0923---
8.3509673000.093---
8.3633674000.0923---
8.3757675000.093---
8.3881676000.0939---
8.4005677000.0931---
8.4130678000.0922---
8.4254679000.091---
8.4378680000.0922---
8.4502681000.0922---
8.4626682000.0923---
8.4750683000.0927---
8.4874684000.092---
8.4998685000.0922---
8.5122686000.0923---
8.5246687000.0927---
8.5370688000.0914---
8.5494689000.0916---
8.5619690000.0923---
8.5743691000.0921---
8.5867692000.092---
8.5991693000.091---
8.6115694000.0929---
8.6239695000.0917---
8.6363696000.0915---
8.6487697000.0931---
8.6611698000.0937---
8.6735699000.0916---
8.6859700000.09240.1055-13.13950.9135
8.6983701000.0915---
8.7108702000.0918---
8.7232703000.0919---
8.7356704000.0927---
8.7480705000.0926---
8.7604706000.0926---
8.7728707000.0914---
8.7852708000.0916---
8.7976709000.0907---
8.8100710000.0916---
8.8224711000.0914---
8.8348712000.0916---
8.8473713000.092---
8.8597714000.0917---
8.8721715000.0923---
8.8845716000.0908---
8.8969717000.0917---
8.9093718000.093---
8.9217719000.0912---
8.9341720000.0911---
8.9465721000.0912---
8.9589722000.0923---
8.9713723000.0914---
8.9837724000.0911---
8.9962725000.0908---
9.0086726000.0922---
9.0210727000.0918---
9.0334728000.0917---
9.0458729000.0925---
9.0582730000.0914---
9.0706731000.0907---
9.0830732000.0916---
9.0954733000.0916---
9.1078734000.0918---
9.1202735000.0918---
9.1326736000.0913---
9.1451737000.0901---
9.1575738000.0912---
9.1699739000.0916---
9.1823740000.0906---
9.1947741000.0913---
9.2071742000.0899---
9.2195743000.0919---
9.2319744000.0908---
9.2443745000.0911---
9.2567746000.0913---
9.2691747000.0909---
9.2815748000.0905---
9.2940749000.091---
9.3064750000.091---
9.3188751000.0908---
9.3312752000.0915---
9.3436753000.091---
9.3560754000.0915---
9.3684755000.0915---
9.3808756000.0917---
9.3932757000.0925---
9.4056758000.0918---
9.4180759000.0903---
9.4305760000.0907---
9.4429761000.0916---
9.4553762000.0906---
9.4677763000.0919---
9.4801764000.0907---
9.4925765000.0915---
9.5049766000.0908---
9.5173767000.092---
9.5297768000.0902---
9.5421769000.0909---
9.5545770000.09---
9.5669771000.0917---
9.5794772000.091---
9.5918773000.0906---
9.6042774000.0902---
9.6166775000.0921---
9.6290776000.0907---
9.6414777000.0908---
9.6538778000.0917---
9.6662779000.092---
9.6786780000.091---
9.6910781000.0909---
9.7034782000.0903---
9.7158783000.0914---
9.7283784000.091---
9.7407785000.0909---
9.7531786000.0922---
9.7655787000.0907---
9.7779788000.0909---
9.7903789000.0905---
9.8027790000.0898---
9.8151791000.091---
9.8275792000.09---
9.8399793000.0908---
9.8523794000.0911---
9.8647795000.0913---
9.8772796000.0902---
9.8896797000.0904---
9.9020798000.0908---
9.9144799000.0918---
9.9268800000.09050.1044-13.02480.915
9.9392801000.0894---
9.9516802000.0917---
9.9640803000.0908---
9.9764804000.0907---
9.9888805000.0905---

</details>

Framework Versions

  • —Python: 3.10.17
  • —Sentence Transformers: 4.1.0
  • —Transformers: 4.46.3
  • —PyTorch: 2.2.0+cu121
  • —Accelerate: 1.1.1
  • —Datasets: 2.18.0
  • —Tokenizers: 0.20.3

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",
}
MSELoss
bibtex
@inproceedings{reimers-2020-multilingual-sentence-bert,
    title = "Making Monolingual Sentence Embeddings Multilingual using Knowledge Distillation",
    author = "Reimers, Nils and Gurevych, Iryna",
    booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing",
    month = "11",
    year = "2020",
    publisher = "Association for Computational Linguistics",
    url = "https://arxiv.org/abs/2004.09813",
}

<!--

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. -->