SentenceTransformer based on sentence-transformers/all-mpnet-base-v2
This is a sentence-transformers model finetuned from sentence-transformers/all-mpnet-base-v2. 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: sentence-transformers/all-mpnet-base-v2
- Maximum Sequence Length: 384 tokens
- Output Dimensionality: 768 tokens
- Similarity Function: Cosine Similarity
Model Sources
- Documentation: Sentence Transformers Documentation
- Repository: Sentence Transformers on GitHub
- Hugging Face: Sentence Transformers on Hugging Face
Full Model Architecture
SentenceTransformer(
(0): Transformer({'max_seq_length': 384, 'do_lower_case': False}) with Transformer model: MPNetModel
(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})
(2): Normalize()
)
Usage
Direct Usage (Sentence Transformers)
First install the Sentence Transformers library:
pip install -U sentence-transformers
Evaluation
Metrics
Semantic Similarity
- Evaluated with
EmbeddingSimilarityEvaluator
Metric | Value |
---|---|
pearson_cosine | nan |
spearman_cosine | nan |
pearson_manhattan | nan |
spearman_manhattan | nan |
pearson_euclidean | nan |
spearman_euclidean | nan |
pearson_dot | nan |
spearman_dot | nan |
pearson_max | nan |
spearman_max | nan |
Semantic Similarity
- Dataset:
test-eval
- Evaluated with
EmbeddingSimilarityEvaluator
Metric | Value |
---|---|
pearson_cosine | nan |
spearman_cosine | nan |
pearson_manhattan | nan |
spearman_manhattan | nan |
pearson_euclidean | nan |
spearman_euclidean | nan |
pearson_dot | nan |
spearman_dot | nan |
pearson_max | nan |
spearman_max | nan |
Training Details
Training Dataset
Unnamed Dataset
- Size: 25,300 training samples
- Columns:
sentence1
,sentence2
, andtexts
- Loss:
MultipleNegativesRankingLoss
with these parameters:{ "scale": 20.0, "similarity_fct": "cos_sim" }
Evaluation Dataset
Unnamed Dataset
Size: 5,422 evaluation samples
Columns:
sentence1
,sentence2
, andtexts
Loss:
MultipleNegativesRankingLoss
with these parameters:{ "scale": 20.0, "similarity_fct": "cos_sim" }
Training Hyperparameters
Non-Default Hyperparameters
eval_strategy
: stepsper_device_train_batch_size
: 16per_device_eval_batch_size
: 16num_train_epochs
: 2warmup_ratio
: 0.1fp16
: True
All Hyperparameters
Click to expand
overwrite_output_dir
: Falsedo_predict
: Falseeval_strategy
: stepsprediction_loss_only
: Trueper_device_train_batch_size
: 16per_device_eval_batch_size
: 16per_gpu_train_batch_size
: Noneper_gpu_eval_batch_size
: Nonegradient_accumulation_steps
: 1eval_accumulation_steps
: Nonetorch_empty_cache_steps
: Nonelearning_rate
: 5e-05weight_decay
: 0.0adam_beta1
: 0.9adam_beta2
: 0.999adam_epsilon
: 1e-08max_grad_norm
: 1.0num_train_epochs
: 2max_steps
: -1lr_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
: Noneload_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
: Falseeval_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
: Falseeval_use_gather_object
: Falsebatch_sampler
: batch_samplermulti_dataset_batch_sampler
: proportional
Training Logs
Epoch | Step | Training Loss | Validation Loss | spearman_max | test-eval_spearman_max |
---|---|---|---|---|---|
0.0632 | 100 | 4.9949 | 2.0402 | nan | - |
0.1264 | 200 | 1.9907 | 1.8355 | nan | - |
0.1896 | 300 | 1.8898 | 1.9113 | nan | - |
0.2528 | 400 | 1.8334 | 1.7294 | nan | - |
0.3161 | 500 | 1.7497 | 1.7388 | nan | - |
0.3793 | 600 | 1.6786 | 1.6524 | nan | - |
0.4425 | 700 | 1.6914 | 1.6440 | nan | - |
0.5057 | 800 | 1.6303 | 1.6218 | nan | - |
0.5689 | 900 | 1.6388 | 1.6212 | nan | - |
0.6321 | 1000 | 1.6032 | 1.6182 | nan | - |
0.6953 | 1100 | 1.5957 | 1.5945 | nan | - |
0.7585 | 1200 | 1.6303 | 1.5753 | nan | - |
0.8217 | 1300 | 1.5978 | 1.5705 | nan | - |
0.8850 | 1400 | 1.554 | 1.5663 | nan | - |
0.9482 | 1500 | 1.4899 | 1.5525 | nan | - |
1.0114 | 1600 | 1.4792 | 1.5962 | nan | - |
1.0746 | 1700 | 1.4683 | 1.5481 | nan | - |
1.1378 | 1800 | 1.4615 | 1.5256 | nan | - |
1.2010 | 1900 | 1.4395 | 1.5321 | nan | - |
1.2642 | 2000 | 1.3524 | 1.5148 | nan | - |
1.3274 | 2100 | 1.3876 | 1.5356 | nan | - |
1.3906 | 2200 | 1.4376 | 1.4979 | nan | - |
1.4539 | 2300 | 1.4187 | 1.5046 | nan | - |
1.5171 | 2400 | 1.4604 | 1.5011 | nan | - |
1.5803 | 2500 | 1.4194 | 1.4851 | nan | - |
1.6435 | 2600 | 1.4057 | 1.4897 | nan | - |
1.7067 | 2700 | 1.3683 | 1.4921 | nan | - |
1.7699 | 2800 | 1.3333 | 1.4797 | nan | - |
1.8331 | 2900 | 1.3961 | 1.4752 | nan | - |
1.8963 | 3000 | 1.3718 | 1.4693 | nan | - |
1.9595 | 3100 | 1.3263 | 1.4699 | nan | - |
2.0 | 3164 | - | - | - | nan |
Framework Versions
- Python: 3.10.12
- Sentence Transformers: 3.2.0
- Transformers: 4.44.2
- PyTorch: 2.4.1+cu121
- Accelerate: 0.34.2
- Datasets: 3.0.1
- Tokenizers: 0.19.1
Citation
BibTeX
Sentence Transformers
@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",
}
MultipleNegativesRankingLoss
@misc{henderson2017efficient,
title={Efficient Natural Language Response Suggestion for Smart Reply},
author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
year={2017},
eprint={1705.00652},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
- Downloads last month
- 16
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.
Model tree for alpcansoydas/product-model
Base model
sentence-transformers/all-mpnet-base-v2Evaluation results
- Pearson Cosine on Unknownself-reportedNaN
- Spearman Cosine on Unknownself-reportedNaN
- Pearson Manhattan on Unknownself-reportedNaN
- Spearman Manhattan on Unknownself-reportedNaN
- Pearson Euclidean on Unknownself-reportedNaN
- Spearman Euclidean on Unknownself-reportedNaN
- Pearson Dot on Unknownself-reportedNaN
- Spearman Dot on Unknownself-reportedNaN
- Pearson Max on Unknownself-reportedNaN
- Spearman Max on Unknownself-reportedNaN