|
--- |
|
tags: |
|
- sentence-transformers |
|
- sentence-similarity |
|
- feature-extraction |
|
- generated_from_trainer |
|
- dataset_size:5749 |
|
- loss:CosineSimilarityLoss |
|
base_model: CocoRoF/ModernBERT-SimCSE_v02 |
|
widget: |
|
- source_sentence: 우리는 움직이는 동행 우주 정지 좌표계에 비례하여 이동하고 있습니다 ... 약 371km / s에서 별자리 leo |
|
쪽으로. " |
|
sentences: |
|
- 두 마리의 독수리가 가지에 앉는다. |
|
- 다른 물체와는 관련이 없는 '정지'는 없다. |
|
- 소녀는 버스의 열린 문 앞에 서 있다. |
|
- source_sentence: 숲에는 개들이 있다. |
|
sentences: |
|
- 양을 보는 아이들. |
|
- 여왕의 배우자를 "왕"이라고 부르지 않는 것은 아주 좋은 이유가 있다. 왜냐하면 그들은 왕이 아니기 때문이다. |
|
- 개들은 숲속에 혼자 있다. |
|
- source_sentence: '첫째, 두 가지 다른 종류의 대시가 있다는 것을 알아야 합니다 : en 대시와 em 대시.' |
|
sentences: |
|
- 그들은 그 물건들을 집 주변에 두고 가거나 집의 정리를 해칠 의도가 없다. |
|
- 세미콜론은 혼자 있을 수 있는 문장에 참여하는데 사용되지만, 그들의 관계를 강조하기 위해 결합됩니다. |
|
- 그의 남동생이 지켜보는 동안 집 앞에서 트럼펫을 연주하는 금발의 아이. |
|
- source_sentence: 한 여성이 생선 껍질을 벗기고 있다. |
|
sentences: |
|
- 한 남자가 수영장으로 뛰어들었다. |
|
- 한 여성이 프라이팬에 노란 혼합물을 부어 넣고 있다. |
|
- 두 마리의 갈색 개가 눈 속에서 서로 놀고 있다. |
|
- source_sentence: 버스가 바쁜 길을 따라 운전한다. |
|
sentences: |
|
- 우리와 같은 태양계가 은하계 밖에서 존재할 수도 있을 것입니다. |
|
- 그 여자는 데이트하러 가는 중이다. |
|
- 녹색 버스가 도로를 따라 내려간다. |
|
pipeline_tag: sentence-similarity |
|
library_name: sentence-transformers |
|
metrics: |
|
- pearson_cosine |
|
- spearman_cosine |
|
- pearson_euclidean |
|
- spearman_euclidean |
|
- pearson_manhattan |
|
- spearman_manhattan |
|
- pearson_dot |
|
- spearman_dot |
|
- pearson_max |
|
- spearman_max |
|
model-index: |
|
- name: SentenceTransformer based on CocoRoF/ModernBERT-SimCSE_v02 |
|
results: |
|
- task: |
|
type: semantic-similarity |
|
name: Semantic Similarity |
|
dataset: |
|
name: sts dev |
|
type: sts_dev |
|
metrics: |
|
- type: pearson_cosine |
|
value: 0.805539118357127 |
|
name: Pearson Cosine |
|
- type: spearman_cosine |
|
value: 0.8061033061285413 |
|
name: Spearman Cosine |
|
- type: pearson_euclidean |
|
value: 0.7633523638911596 |
|
name: Pearson Euclidean |
|
- type: spearman_euclidean |
|
value: 0.7628951831481233 |
|
name: Spearman Euclidean |
|
- type: pearson_manhattan |
|
value: 0.7652880535446602 |
|
name: Pearson Manhattan |
|
- type: spearman_manhattan |
|
value: 0.7657560923304267 |
|
name: Spearman Manhattan |
|
- type: pearson_dot |
|
value: 0.7133686434266335 |
|
name: Pearson Dot |
|
- type: spearman_dot |
|
value: 0.7015065203951969 |
|
name: Spearman Dot |
|
- type: pearson_max |
|
value: 0.805539118357127 |
|
name: Pearson Max |
|
- type: spearman_max |
|
value: 0.8061033061285413 |
|
name: Spearman Max |
|
--- |
|
|
|
# SentenceTransformer based on CocoRoF/ModernBERT-SimCSE_v02 |
|
|
|
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [CocoRoF/ModernBERT-SimCSE_v02](https://huggingface.co/CocoRoF/ModernBERT-SimCSE_v02). 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:** [CocoRoF/ModernBERT-SimCSE_v02](https://huggingface.co/CocoRoF/ModernBERT-SimCSE_v02) <!-- at revision de4148c764893843e15a4e0b241fe308147a9aaa --> |
|
- **Maximum Sequence Length:** 512 tokens |
|
- **Output Dimensionality:** 768 dimensions |
|
- **Similarity Function:** Cosine Similarity |
|
<!-- - **Training Dataset:** Unknown --> |
|
<!-- - **Language:** Unknown --> |
|
<!-- - **License:** Unknown --> |
|
|
|
### Model Sources |
|
|
|
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net) |
|
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers) |
|
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers) |
|
|
|
### Full Model Architecture |
|
|
|
``` |
|
SentenceTransformer( |
|
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: ModernBertModel |
|
(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): Dense({'in_features': 768, 'out_features': 768, 'bias': True, 'activation_function': 'torch.nn.modules.activation.Tanh'}) |
|
) |
|
``` |
|
|
|
## 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("CocoRoF/ModernBERT-SimCSE-multitask_v02") |
|
# Run inference |
|
sentences = [ |
|
'버스가 바쁜 길을 따라 운전한다.', |
|
'녹색 버스가 도로를 따라 내려간다.', |
|
'그 여자는 데이트하러 가는 중이다.', |
|
] |
|
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 |
|
|
|
#### Semantic Similarity |
|
|
|
* Dataset: `sts_dev` |
|
* Evaluated with [<code>EmbeddingSimilarityEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.EmbeddingSimilarityEvaluator) |
|
|
|
| Metric | Value | |
|
|:-------------------|:-----------| |
|
| pearson_cosine | 0.8055 | |
|
| spearman_cosine | 0.8061 | |
|
| pearson_euclidean | 0.7634 | |
|
| spearman_euclidean | 0.7629 | |
|
| pearson_manhattan | 0.7653 | |
|
| spearman_manhattan | 0.7658 | |
|
| pearson_dot | 0.7134 | |
|
| spearman_dot | 0.7015 | |
|
| pearson_max | 0.8055 | |
|
| **spearman_max** | **0.8061** | |
|
|
|
<!-- |
|
## 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: 5,749 training samples |
|
* Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>score</code> |
|
* Approximate statistics based on the first 1000 samples: |
|
| | sentence1 | sentence2 | score | |
|
|:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------| |
|
| type | string | string | float | |
|
| details | <ul><li>min: 7 tokens</li><li>mean: 13.52 tokens</li><li>max: 36 tokens</li></ul> | <ul><li>min: 7 tokens</li><li>mean: 13.41 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 0.0</li><li>mean: 0.45</li><li>max: 1.0</li></ul> | |
|
* Samples: |
|
| sentence1 | sentence2 | score | |
|
|:------------------------------------|:------------------------------------------|:------------------| |
|
| <code>비행기가 이륙하고 있다.</code> | <code>비행기가 이륙하고 있다.</code> | <code>1.0</code> | |
|
| <code>한 남자가 큰 플루트를 연주하고 있다.</code> | <code>남자가 플루트를 연주하고 있다.</code> | <code>0.76</code> | |
|
| <code>한 남자가 피자에 치즈를 뿌려놓고 있다.</code> | <code>한 남자가 구운 피자에 치즈 조각을 뿌려놓고 있다.</code> | <code>0.76</code> | |
|
* Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters: |
|
```json |
|
{ |
|
"loss_fct": "torch.nn.modules.loss.MSELoss" |
|
} |
|
``` |
|
|
|
### Evaluation Dataset |
|
|
|
#### Unnamed Dataset |
|
|
|
|
|
* Size: 1,500 evaluation samples |
|
* Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>score</code> |
|
* Approximate statistics based on the first 1000 samples: |
|
| | sentence1 | sentence2 | score | |
|
|:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------| |
|
| type | string | string | float | |
|
| details | <ul><li>min: 7 tokens</li><li>mean: 20.38 tokens</li><li>max: 52 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 20.52 tokens</li><li>max: 54 tokens</li></ul> | <ul><li>min: 0.0</li><li>mean: 0.42</li><li>max: 1.0</li></ul> | |
|
* Samples: |
|
| sentence1 | sentence2 | score | |
|
|:-------------------------------------|:------------------------------------|:------------------| |
|
| <code>안전모를 가진 한 남자가 춤을 추고 있다.</code> | <code>안전모를 쓴 한 남자가 춤을 추고 있다.</code> | <code>1.0</code> | |
|
| <code>어린아이가 말을 타고 있다.</code> | <code>아이가 말을 타고 있다.</code> | <code>0.95</code> | |
|
| <code>한 남자가 뱀에게 쥐를 먹이고 있다.</code> | <code>남자가 뱀에게 쥐를 먹이고 있다.</code> | <code>1.0</code> | |
|
* Loss: [<code>CosineSimilarityLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosinesimilarityloss) with these parameters: |
|
```json |
|
{ |
|
"loss_fct": "torch.nn.modules.loss.MSELoss" |
|
} |
|
``` |
|
|
|
### Training Hyperparameters |
|
#### Non-Default Hyperparameters |
|
|
|
- `overwrite_output_dir`: True |
|
- `eval_strategy`: steps |
|
- `per_device_train_batch_size`: 16 |
|
- `per_device_eval_batch_size`: 16 |
|
- `gradient_accumulation_steps`: 8 |
|
- `learning_rate`: 5e-07 |
|
- `num_train_epochs`: 10.0 |
|
- `warmup_ratio`: 0.1 |
|
- `push_to_hub`: True |
|
- `hub_model_id`: CocoRoF/ModernBERT-SimCSE-multitask_v02 |
|
- `hub_strategy`: checkpoint |
|
- `batch_sampler`: no_duplicates |
|
|
|
#### All Hyperparameters |
|
<details><summary>Click to expand</summary> |
|
|
|
- `overwrite_output_dir`: True |
|
- `do_predict`: False |
|
- `eval_strategy`: steps |
|
- `prediction_loss_only`: True |
|
- `per_device_train_batch_size`: 16 |
|
- `per_device_eval_batch_size`: 16 |
|
- `per_gpu_train_batch_size`: None |
|
- `per_gpu_eval_batch_size`: None |
|
- `gradient_accumulation_steps`: 8 |
|
- `eval_accumulation_steps`: None |
|
- `torch_empty_cache_steps`: None |
|
- `learning_rate`: 5e-07 |
|
- `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.0 |
|
- `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`: True |
|
- `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`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False} |
|
- `fsdp_transformer_layer_cls_to_wrap`: None |
|
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': 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`: True |
|
- `resume_from_checkpoint`: None |
|
- `hub_model_id`: CocoRoF/ModernBERT-SimCSE-multitask_v02 |
|
- `hub_strategy`: checkpoint |
|
- `hub_private_repo`: None |
|
- `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`: no_duplicates |
|
- `multi_dataset_batch_sampler`: proportional |
|
|
|
</details> |
|
|
|
### Training Logs |
|
| Epoch | Step | Training Loss | Validation Loss | sts_dev_spearman_max | |
|
|:------:|:----:|:-------------:|:---------------:|:--------------------:| |
|
| 0.2228 | 10 | 0.0284 | - | - | |
|
| 0.4457 | 20 | 0.0346 | - | - | |
|
| 0.6685 | 30 | 0.0305 | 0.0317 | 0.7927 | |
|
| 0.8914 | 40 | 0.0495 | - | - | |
|
| 1.1337 | 50 | 0.04 | - | - | |
|
| 1.3565 | 60 | 0.0295 | 0.0316 | 0.7930 | |
|
| 1.5794 | 70 | 0.0352 | - | - | |
|
| 1.8022 | 80 | 0.042 | - | - | |
|
| 2.0446 | 90 | 0.0476 | 0.0314 | 0.7933 | |
|
| 2.2674 | 100 | 0.0289 | - | - | |
|
| 2.4903 | 110 | 0.0345 | - | - | |
|
| 2.7131 | 120 | 0.0339 | 0.0311 | 0.7940 | |
|
| 2.9359 | 130 | 0.0493 | - | - | |
|
| 3.1783 | 140 | 0.0341 | - | - | |
|
| 3.4011 | 150 | 0.0332 | 0.0308 | 0.7952 | |
|
| 3.6240 | 160 | 0.0303 | - | - | |
|
| 3.8468 | 170 | 0.045 | - | - | |
|
| 4.0891 | 180 | 0.0422 | 0.0305 | 0.7961 | |
|
| 4.3120 | 190 | 0.0278 | - | - | |
|
| 4.5348 | 200 | 0.0338 | - | - | |
|
| 4.7577 | 210 | 0.0372 | 0.0302 | 0.7968 | |
|
| 4.9805 | 220 | 0.0469 | - | - | |
|
| 5.2228 | 230 | 0.0303 | - | - | |
|
| 5.4457 | 240 | 0.0328 | 0.0297 | 0.7982 | |
|
| 5.6685 | 250 | 0.0295 | - | - | |
|
| 5.8914 | 260 | 0.0458 | - | - | |
|
| 6.1337 | 270 | 0.0363 | 0.0295 | 0.7997 | |
|
| 6.3565 | 280 | 0.0265 | - | - | |
|
| 6.5794 | 290 | 0.0341 | - | - | |
|
| 6.8022 | 300 | 0.0384 | 0.0291 | 0.8007 | |
|
| 7.0446 | 310 | 0.0431 | - | - | |
|
| 7.2674 | 320 | 0.0256 | - | - | |
|
| 7.4903 | 330 | 0.0321 | 0.0287 | 0.8022 | |
|
| 7.7131 | 340 | 0.0315 | - | - | |
|
| 7.9359 | 350 | 0.0438 | - | - | |
|
| 8.1783 | 360 | 0.0301 | 0.0284 | 0.8038 | |
|
| 8.4011 | 370 | 0.0301 | - | - | |
|
| 8.6240 | 380 | 0.0285 | - | - | |
|
| 8.8468 | 390 | 0.0394 | 0.0282 | 0.8049 | |
|
| 9.0891 | 400 | 0.0374 | - | - | |
|
| 9.3120 | 410 | 0.0245 | - | - | |
|
| 9.5348 | 420 | 0.0316 | 0.0279 | 0.8061 | |
|
| 9.7577 | 430 | 0.0331 | - | - | |
|
| 9.9805 | 440 | 0.0411 | - | - | |
|
|
|
|
|
### Framework Versions |
|
- Python: 3.11.10 |
|
- Sentence Transformers: 3.3.1 |
|
- Transformers: 4.48.0.dev0 |
|
- PyTorch: 2.5.1+cu121 |
|
- Accelerate: 1.1.0 |
|
- Datasets: 3.1.0 |
|
- Tokenizers: 0.21.0 |
|
|
|
## 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", |
|
} |
|
``` |
|
|
|
<!-- |
|
## 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.* |
|
--> |