Views
No views yet
SentenceTransformer(
(0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: BertModel
(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})
)pip install -U sentence-transformers1from sentence_transformers import SentenceTransformer
2
3# Download from the 🤗 Hub
4model = SentenceTransformer("luanafelbarros/bert-en-es-pt-matryoshka_v2")
5# Run inference
6sentences = [
7 'There are thousands of these blue dots all over the county.',
8 'Hay miles de estos puntos azules en todo el condado.',
9 'Me gusta crisis climática en vez de colapso climático, pero de nuevo, aquellos de ustedes que son buenos en diseño de marcas, necesito su ayuda en esto.',
10]
11embeddings = model.encode(sentences)
12print(embeddings.shape)
13# [3, 768]
14
15# Get the similarity scores for the embeddings
16similarities = model.similarity(embeddings, embeddings)
17print(similarities.shape)
18# [3, 3]MSE-val-en-es, MSE-val-en-pt and MSE-val-en-pt-brMSEEvaluator| Metric | MSE-val-en-es | MSE-val-en-pt | MSE-val-en-pt-br |
|---|---|---|---|
| negative_mse | -32.0329 | -32.2705 | -30.5909 |
english, non_english, and label| english | non_english | label | |
|---|---|---|---|
| type | string | string | list |
| details |
|
|
|
| english | non_english | label |
|---|---|---|
And then there are certain conceptual things that can also benefit from hand calculating, but I think they're relatively small in number. | Y luego hay ciertas aspectos conceptuales que pueden beneficiarse del cálculo a mano pero creo que son relativamente pocos. | [-0.015244179405272007, 0.04601434990763664, -0.052873335778713226, 0.03535117208957672, -0.039562877267599106, ...] |
One thing I often ask about is ancient Greek and how this relates. | Algo que pregunto a menudo es sobre el griego antiguo y cómo se relaciona. | [0.0012022971641272306, -0.009590390138328075, -0.032977133989334106, 0.017047710716724396, -0.0028919472824782133, ...] |
See, the thing we're doing right now is we're forcing people to learn mathematics. | Vean, lo que estamos haciendo ahora es forzar a la gente a aprender matemáticas. | [-0.01942082867026329, 0.1043599545955658, 0.009455358609557152, -0.02814248949289322, -0.017036128789186478, ...] |
[object Object].ModifiedMatryoshkaLoss with these parameters:
1{
2 "loss": "MSELoss",
3 "matryoshka_dims": [
4 768,
5 512,
6 256,
7 128,
8 64
9 ],
10 "matryoshka_weights": [
11 1,
12 1,
13 1,
14 1,
15 1
16 ],
17 "n_dims_per_step": -1
18}english, non_english, and label| english | non_english | label | |
|---|---|---|---|
| type | string | string | list |
| details |
|
|
|
| english | non_english | label |
|---|---|---|
Thank you so much, Chris. | Muchas gracias Chris. | [-0.0616779625415802, -0.04450426995754242, -0.03250579163432121, -0.06641441583633423, 0.003981655463576317, ...] |
And it's truly a great honor to have the opportunity to come to this stage twice; I'm extremely grateful. | Y es en verdad un gran honor tener la oportunidad de venir a este escenario por segunda vez. Estoy extremadamente agradecido. | [0.011398598551750183, -0.02500401996076107, -0.009884790517389774, 0.009336900897324085, 0.003082842566072941, ...] |
I have been blown away by this conference, and I want to thank all of you for the many nice comments about what I had to say the other night. | He quedado conmovido por esta conferencia, y deseo agradecer a todos ustedes sus amables comentarios acerca de lo que tenía que decir la otra noche. | [-0.03842132166028023, 0.03635749593377113, -0.02491452544927597, -0.0032229204662144184, 0.0003549510147422552, ...] |
[object Object].ModifiedMatryoshkaLoss with these parameters:
1{
2 "loss": "MSELoss",
3 "matryoshka_dims": [
4 768,
5 512,
6 256,
7 128,
8 64
9 ],
10 "matryoshka_weights": [
11 1,
12 1,
13 1,
14 1,
15 1
16 ],
17 "n_dims_per_step": -1
18}eval_strategy: stepsper_device_train_batch_size: 200per_device_eval_batch_size: 200learning_rate: 2e-05num_train_epochs: 1max_steps: 5000warmup_ratio: 0.1fp16: Truelabel_names: ['label']overwrite_output_dir: Falsedo_predict: Falseeval_strategy: stepsprediction_loss_only: Trueper_device_train_batch_size: 200per_device_eval_batch_size: 200per_gpu_train_batch_size: Noneper_gpu_eval_batch_size: Nonegradient_accumulation_steps: 1eval_accumulation_steps: Nonetorch_empty_cache_steps: Nonelearning_rate: 2e-05weight_decay: 0.0adam_beta1: 0.9adam_beta2: 0.999adam_epsilon: 1e-08max_grad_norm: 1.0num_train_epochs: 1max_steps: 5000lr_scheduler_type: linearlr_scheduler_kwargs: {}warmup_ratio: 0.1warmup_steps: 0log_level: passivelog_level_replica: warninglog_on_each_node: Truelogging_nan_inf_filter: Truesave_safetensors: Truesave_on_each_node: Falsesave_only_model: Falserestore_callback_states_from_checkpoint: Falseno_cuda: Falseuse_cpu: Falseuse_mps_device: Falseseed: 42data_seed: Nonejit_mode_eval: Falseuse_ipex: Falsebf16: Falsefp16: Truefp16_opt_level: O1half_precision_backend: autobf16_full_eval: Falsefp16_full_eval: Falsetf32: Nonelocal_rank: 0ddp_backend: Nonetpu_num_cores: Nonetpu_metrics_debug: Falsedebug: []dataloader_drop_last: Falsedataloader_num_workers: 0dataloader_prefetch_factor: Nonepast_index: -1disable_tqdm: Falseremove_unused_columns: Truelabel_names: ['label']load_best_model_at_end: Falseignore_data_skip: Falsefsdp: []fsdp_min_num_params: 0fsdp_config: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}fsdp_transformer_layer_cls_to_wrap: Noneaccelerator_config: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}deepspeed: Nonelabel_smoothing_factor: 0.0optim: adamw_torchoptim_args: Noneadafactor: Falsegroup_by_length: Falselength_column_name: lengthddp_find_unused_parameters: Noneddp_bucket_cap_mb: Noneddp_broadcast_buffers: Falsedataloader_pin_memory: Truedataloader_persistent_workers: Falseskip_memory_metrics: Trueuse_legacy_prediction_loop: Falsepush_to_hub: Falseresume_from_checkpoint: Nonehub_model_id: Nonehub_strategy: every_savehub_private_repo: Falsehub_always_push: Falsegradient_checkpointing: Falsegradient_checkpointing_kwargs: Noneinclude_inputs_for_metrics: Falseinclude_for_metrics: []eval_do_concat_batches: Truefp16_backend: autopush_to_hub_model_id: Nonepush_to_hub_organization: Nonemp_parameters:auto_find_batch_size: Falsefull_determinism: Falsetorchdynamo: Noneray_scope: lastddp_timeout: 1800torch_compile: Falsetorch_compile_backend: Nonetorch_compile_mode: Nonedispatch_batches: Nonesplit_batches: Noneinclude_tokens_per_second: Falseinclude_num_input_tokens_seen: Falseneftune_noise_alpha: Noneoptim_target_modules: Nonebatch_eval_metrics: Falseeval_on_start: Falseuse_liger_kernel: Falseeval_use_gather_object: Falseaverage_tokens_across_devices: Falseprompts: Nonebatch_sampler: batch_samplermulti_dataset_batch_sampler: proportional| Epoch | Step | Training Loss | Validation Loss | MSE-val-en-es_negative_mse | MSE-val-en-pt_negative_mse | MSE-val-en-pt-br_negative_mse |
|---|---|---|---|---|---|---|
| 0.0781 | 1000 | 0.0252 | 0.0231 | -24.4152 | -24.3443 | -25.3002 |
| 0.1562 | 2000 | 0.0222 | 0.0212 | -25.3038 | -25.3995 | -24.8563 |
| 0.2343 | 3000 | 0.021 | 0.0204 | -27.0894 | -27.2195 | -26.2906 |
| 0.3124 | 4000 | 0.0204 | 0.0198 | -28.7895 | -28.9815 | -28.0121 |
| 0.3905 | 5000 | 0.02 | 0.0194 | -29.1917 | -29.3694 | -28.0828 |
| 0.4686 | 6000 | 0.0196 | 0.0191 | -30.0902 | -30.2569 | -28.9723 |
| 0.5467 | 7000 | 0.0194 | 0.0189 | -30.3385 | -30.5334 | -29.1280 |
| 0.6248 | 8000 | 0.0192 | 0.0188 | -30.6629 | -30.8491 | -29.4291 |
| 0.7029 | 9000 | 0.0191 | 0.0186 | -30.6934 | -30.8920 | -29.4820 |
| 0.7810 | 10000 | 0.019 | 0.0185 | -31.0134 | -31.2205 | -29.6545 |
| 0.8591 | 11000 | 0.0189 | 0.0185 | -31.0993 | -31.2950 | -29.8062 |
| 0.9372 | 12000 | 0.0188 | 0.0184 | -31.0707 | -31.2847 | -29.7483 |
| 0.0781 | 1000 | 0.0188 | 0.0184 | -31.6211 | -31.8237 | -30.2854 |
| 0.1562 | 2000 | 0.0186 | 0.0182 | -31.6994 | -31.9203 | -30.3186 |
| 0.2343 | 3000 | 0.0184 | 0.0181 | -31.8023 | -32.0229 | -30.3928 |
| 0.3124 | 4000 | 0.0183 | 0.0180 | -32.0537 | -32.2930 | -30.6803 |
| 0.3905 | 5000 | 0.0182 | 0.0179 | -32.0329 | -32.2705 | -30.5909 |
1@inproceedings{reimers-2019-sentence-bert,
2 title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
3 author = "Reimers, Nils and Gurevych, Iryna",
4 booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
5 month = "11",
6 year = "2019",
7 publisher = "Association for Computational Linguistics",
8 url = "https://arxiv.org/abs/1908.10084",
9}