CoolFace
Modelpublic

iambestfeed/phobert-base-v2-finetuned-raw_data_wseg-lr2e-05-2-epochs-bs-64

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

SentenceTransformer based on vinai/phobert-base-v2

This is a sentence-transformers model finetuned from vinai/phobert-base-v2 on the vnexpress-data-similarity 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: vinai/phobert-base-v2 <!-- at revision e2375d266bdf39c6e8e9a87af16a5da3190b0cc8 -->
  • —Maximum Sequence Length: 256 tokens
  • —Output Dimensionality: 768 dimensions
  • —Similarity Function: Cosine Similarity
  • —Training Dataset:
  • —vnexpress-data-similarity <!-- - Language: Unknown --> <!-- - License: Unknown -->

Model Sources

Full Model Architecture

SentenceTransformer(
  (0): Transformer({'max_seq_length': 256, 'do_lower_case': False}) with Transformer model: RobertaModel 
  (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("iambestfeed/phobert-base-v2-finetuned-raw_data_wseg-lr2e-05-2-epochs")
# Run inference
sentences = [
    'Sau 27 năm gia_nhập làng giải_trí , MC - diễn_viên Thanh_Mai hiện hoạt_động nghệ_thuật cầm_chừng , chủ_yếu tập_trung kinh_doanh . - Ngôi_sao',
    'Anh_Tuấn \n - Showbiz \n - Thời_trang \n - Làm_đẹp \n - Xem \n - Ăn_chơi \n - Lối_sống \n - Thể_thao \n - Thời_cuộc \n - Podcasts \n - Thương_trường \n - Trắc_nghiệm \n - Video \n - Ảnh \n - Reviews & Deals \n Sau 27 năm gia_nhập làng giải_trí , MC - diễn_viên Thanh_Mai hiện hoạt_động nghệ_thuật cầm_chừng , chủ_yếu tập_trung kinh_doanh . \n Anh_Tuấn',
    'Phòng Cảnh_sát hình_sự Công_an tỉnh Quảng_Nam cho biết Vũ_Viết Hải , trú thị_trấn Trà_My , huyện Bắc_Trà_My , bị bắt 7h sáng nay khi đang trốn ở phường Trường_Xuân , thành_phố Tam_Kỳ . \n Hải đang đối_mặt với cáo_buộc cướp tài_sản . \n Trước đó , tối 26 / 11 , Hải đi xe_máy mang biển số giả đến cây_xăng bán_lẻ Tiên_Cảnh ở xã Tiên_Cảnh , huyện Tiên_Phước , chờ khách vãn mới đi vào , đề_nghị đổ xăng cho xe_máy của mình . Khi chủ cây_xăng đang bơm xăng , nghi can rút liềm trong người , từ phía sau quàng tay dí vào cổ uy_hiếp . \n Thời_điểm này , cây_xăng có một nhân_viên ngồi phía trong kiểm_đếm tiền và ghi sổ_sách . Hải yêu_cầu chủ cây_xăng đưa hết tiền trong túi , tổng_cộng hơn 15 triệu đồng . \n Theo đại_tá Trần_Văn_Xuân , Trưởng_Phòng Cảnh_sát hình_sự Công_an tỉnh Quảng_Nam , Hải khai trốn ở nhiều nơi . Sáng 5 / 12 , Hải về thành_phố Tam_Kỳ , mượn xe_máy và giật túi_xách của một phụ_nữ trên đường Bạch_Đằng , bên trong có 100.000 đồng và một điện_thoại . \n Nghi_vụ cướp này và cướp tiền ở cây_xăng Tiên_Cảnh có liên_quan , Công_an thành_phố Tam_Kỳ lần theo dấu_vết đã phát_hiện ra Hải . \n Hải không nghề_nghiệp ổn_định , theo cha_mẹ từ huyện Chương Mỹ , Hà_Nội vào lập_nghiệp ở thị_trấn Trà_My , huyện Bắc_Trà_My theo diện kinh_tế mới .',
]
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. -->

<!--

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

vnexpress-data-similarity
  • —Dataset: vnexpress-data-similarity at e6cb542
  • —Size: 349,711 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: 5 tokens</li><li>mean: 29.65 tokens</li><li>max: 70 tokens</li></ul> | <ul><li>min: 22 tokens</li><li>mean: 205.8 tokens</li><li>max: 256 tokens</li></ul> |
  • —Samples: | anchor | positive | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | <code>Tôi ở chungcư , dịp cuối tuần hoặc ngày lễ là người hàngxóm lại rủ bạnbè đến nhậu , lôi loa kẹo kéo ra hànhlang hát , & quot ; tratấn & quot ; cả tầng trong nhiều giờ . - VnExpress</code> | <code>Họ vặn loa hết cỡ , hát từ trưa đến chiều . Cănhộ tôi ở sát bên , dù đã đóng hết cửa nhưng các con tôi vẫn không ngủ được . <br> Trước đó , trưởng tầng từng gópý với giađình này , tôi cũng báo bảovệ chungcư lên nhắcnhở , nhưng họ vẫn táidiễn . Tôi không biết hànhvi này có bị xửphạt vì gây ônhiễm tiếng ồn không ? Tôi nên làm gì để tìnhtrạng này được xửlý dứtđiểm ? ( NgọcDung )</code> | | <code>ViệtNam nằm trong số năm nước có khốilượng giaodịch lớn nhất trên sàn Binance với số tiền 20 tỷ USD trong tháng 5 . - VnExpress</code> | <code>Theo thốngkê của WSJ , các nhà đầutư ViệtNam giaodịch khoảng 20 tỷ USD trên sàn tiền số lớn nhất thếgiới và hìnhthức chiếm 90 % là Future ( hợpđồng tươnglai ) . Consố này đạt gần 5 % trong tổng khốilượng giaodịch toàncầu của Binance . <br> Nước có lượng giaodịch hàng tháng cao nhất là TrungQuốc với 90 tỷ USD , tiếptheo là HànQuốc và ThổNhĩKỳ với 60 tỷ và 45 tỷ USD. Khuvực còn lại trong top 5 là Quầnđảo Virgin của Anh với 18 tỷ USD. <br> Sốliệu thốngkê gây bấtngờ khi TrungQuốc chiếm 20 % tổng khốilượng giaodịch toàncầu của Binance , trong khi chínhphủ nước này cấm tấtcả hoạtđộng giaodịch và đầutư tiền số từ 2021 . Bên cạnh đó , Binance cũng tuyênbố không còn hoạtđộng tại đây . Theo nguồn tin nộibộ , hiện có 900.000 nhà đầutư TrungQuốc hoạtđộng trên Binance , còn tổngsố nhà đầutư tiền số nóichung tại quốcgia này là 5,6 triệu . Để lách luật , Binance điều hướng người dùng TrungQuốc đến các trangweb có tênmiền thuộc quốcgia này trước khi chuyển tới s...</code> | | <code>Màn giả gái của JangDongYoon trong ' TheTale of Nokdu ' lên top tìmkiếm mạng xãhội Hàn .</code> | <code>Dramacổ trang TheTale of Nokdu lên sóng 2 tập đầuvào thứ hai - thứ ba vừaqua . Phim của đài KBS có rating đứng đầu trong các phim cùng khung giờ . Theo chỉsố từ NielsenKorea , hai tập đầu TheTale of Nokdu có rating trungbình lầnlượt là 6,5 % và 8,3 % , thờiđiểm rating cao nhất lên 9,6 % . Đã lâu rồi đài KBS mới có phim đạt rating cao nhưvậy . Tácphẩm trước của đài này là I Wanna Hear Your Song chỉ có rating ở mức 3,6 - 4.0 % . <br> TheTale of Nokdu kể về Jeon NokDu ( do JangDongYoonthủ vai ) , một chàng trai lưulạc đến ngôi làng toàn góa phụ . Để sống được ở đây , NokDu phải giả gái và nhận DongDongJoo ( Kim SoHyun ) làm con gái nuôi , hướngdẫn cô các kỹnăng để trởthành một kỹnữ . <br> Trong 2 tập đầu , NokDu đã tìm đến ngôi làng . Vì phải giả gái , anhchàng tạo ra biếtbao tìnhhuống dở khóc dở cười . Nam diễnviên JangDongYoon nhận được lời khen qua cách thểhiện sự bốirối khi phải mặc trangphục nữgiới , đồngthời diễnvẻ điệuđà , tinhtế của phụ_nữ ở từng...</code> |
  • —Loss: <code>MultipleNegativesRankingLoss</code> with these parameters:
json
  {
      "scale": 20.0,
      "similarity_fct": "cos_sim"
  }

Training Hyperparameters

Non-Default Hyperparameters
  • —per_device_train_batch_size: 64
  • —learning_rate: 2e-05
  • —num_train_epochs: 2
  • —warmup_ratio: 0.1
  • —save_safetensors: False
  • —fp16: True
  • —push_to_hub: True
  • —hub_model_id: iambestfeed/phobert-base-v2-finetuned-rawdatawseg-lr2e-05-2-epochs
  • —batch_sampler: no_duplicates
All Hyperparameters

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

  • —overwrite_output_dir: False
  • —do_predict: False
  • —eval_strategy: no
  • —prediction_loss_only: True
  • —per_device_train_batch_size: 64
  • —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: 2
  • —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: False
  • —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: True
  • —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: {'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: True
  • —resume_from_checkpoint: None
  • —hub_model_id: iambestfeed/phobert-base-v2-finetuned-rawdatawseg-lr2e-05-2-epochs
  • —hub_strategy: every_save
  • —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

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

EpochStepTraining Loss
0.0037101.9386
0.0073201.8816
0.0110301.6965
0.0146401.2757
0.0183500.8793
0.0220600.5351
0.0256700.3665
0.0293800.2353
0.0329900.2257
0.03661000.2256
0.04031100.2343
0.04391200.1821
0.04761300.1639
0.05121400.1579
0.05491500.1412
0.05861600.1374
0.06221700.1149
0.06591800.1175
0.06951900.1405
0.07322000.109
0.07692100.1068
0.08052200.1047
0.08422300.0888
0.08782400.0995
0.09152500.0888
0.09522600.0804
0.09882700.1109
0.10252800.0891
0.10612900.0692
0.10983000.0906
0.11353100.0831
0.11713200.0863
0.12083300.0827
0.12453400.0946
0.12813500.068
0.13183600.0719
0.13543700.0932
0.13913800.0677
0.14283900.0738
0.14644000.0743
0.15014100.0714
0.15374200.0706
0.15744300.0794
0.16114400.054
0.16474500.0757
0.16844600.0613
0.17204700.0563
0.17574800.0564
0.17944900.0709
0.18305000.048
0.18675100.051
0.19035200.0582
0.19405300.0516
0.19775400.0796
0.20135500.0533
0.20505600.0545
0.20865700.0685
0.21235800.0572
0.21605900.0659
0.21966000.0607
0.22336100.0528
0.22696200.0506
0.23066300.0631
0.23436400.0601
0.23796500.0499
0.24166600.044
0.24526700.0534
0.24896800.0561
0.25266900.0724
0.25627000.0645
0.25997100.0478
0.26357200.0589
0.26727300.0645
0.27097400.0401
0.27457500.0581
0.27827600.0539
0.28187700.0473
0.28557800.0509
0.28927900.0496
0.29288000.0492
0.29658100.0378
0.30018200.0401
0.30388300.051
0.30758400.046
0.31118500.0664
0.31488600.0449
0.31848700.0538
0.32218800.0561
0.32588900.0492
0.32949000.0549
0.33319100.052
0.33679200.0633
0.34049300.064
0.34419400.0599
0.34779500.0451
0.35149600.0459
0.35519700.0419
0.35879800.0564
0.36249900.0623
0.366010000.0404
0.369710100.046
0.373410200.0563
0.377010300.0485
0.380710400.0501
0.384310500.0542
0.388010600.0662
0.391710700.0459
0.395310800.0496
0.399010900.0349
0.402611000.0399
0.406311100.0427
0.410011200.0518
0.413611300.0393
0.417311400.0388
0.420911500.0497
0.424611600.0474
0.428311700.0463
0.431911800.0417
0.435611900.0409
0.439212000.0459
0.442912100.0426
0.446612200.0498
0.450212300.0378
0.453912400.0515
0.457512500.0528
0.461212600.0545
0.464912700.0448
0.468512800.0401
0.472212900.0401
0.475813000.0409
0.479513100.0433
0.483213200.0568
0.486813300.0469
0.490513400.0485
0.494113500.0464
0.497813600.0344
0.501513700.0509
0.505113800.0486
0.508813900.0399
0.512414000.0466
0.516114100.0617
0.519814200.0435
0.523414300.0403
0.527114400.0523
0.530714500.0441
0.534414600.0489
0.538114700.0378
0.541714800.0424
0.545414900.0418
0.549015000.0521
0.552715100.0359
0.556415200.0464
0.560015300.048
0.563715400.0602
0.567315500.0336
0.571015600.0398
0.574715700.0471
0.578315800.0412
0.582015900.0254
0.585716000.0312
0.589316100.0655
0.593016200.0449
0.596616300.0225
0.600316400.0378
0.604016500.028
0.607616600.0476
0.611316700.0338
0.614916800.0369
0.618616900.0489
0.622317000.0438
0.625917100.0382
0.629617200.0431
0.633217300.0484
0.636917400.0349
0.640617500.0308
0.644217600.0493
0.647917700.0452
0.651517800.0278
0.655217900.0392
0.658918000.0407
0.662518100.0333
0.666218200.0304
0.669818300.028
0.673518400.0423
0.677218500.0335
0.680818600.0262
0.684518700.0369
0.688118800.0451
0.691818900.0392
0.695519000.04
0.699119100.0531
0.702819200.0307
0.706419300.0493
0.710119400.0493
0.713819500.0304
0.717419600.0399
0.721119700.0341
0.724719800.0336
0.728419900.0374
0.732120000.0422
0.735720100.0382
0.739420200.0298
0.743020300.0417
0.746720400.0371
0.750420500.0503
0.754020600.0287
0.757720700.0323
0.761320800.0309
0.765020900.0325
0.768721000.0349
0.772321100.0454
0.776021200.0328
0.779621300.045
0.783321400.0342
0.787021500.0373
0.790621600.0351
0.794321700.0383
0.798021800.0359
0.801621900.0262
0.805322000.0337
0.808922100.0474
0.812622200.0292
0.816322300.0368
0.819922400.0395
0.823622500.0457
0.827222600.0428
0.830922700.0382
0.834622800.0428
0.838222900.0324
0.841923000.0388
0.845523100.0414
0.849223200.0402
0.852923300.0331
0.856523400.0297
0.860223500.0415
0.863823600.0397
0.867523700.0446
0.871223800.0475
0.874823900.0505
0.878524000.0359
0.882124100.0266
0.885824200.0394
0.889524300.0324
0.893124400.0357
0.896824500.037
0.900424600.0506
0.904124700.0308
0.907824800.0332
0.911424900.0393
0.915125000.0408
0.918725100.0286
0.922425200.032
0.926125300.0262
0.929725400.0274
0.933425500.0411
0.937025600.0272
0.940725700.0419
0.944425800.0277
0.948025900.0328
0.951726000.0296
0.955326100.0406
0.959026200.0281
0.962726300.0267
0.966326400.0394
0.970026500.0328
0.973626600.0314
0.977326700.0251
0.981026800.0414
0.984626900.0289
0.988327000.0403
0.991927100.0248
0.995627200.0209
0.999327300.0248
1.002927400.0505
1.006627500.0315
1.010227600.0395
1.013927700.0328
1.017627800.0356
1.021227900.0311
1.024928000.031
1.028628100.0247
1.032228200.0323
1.035928300.0312
1.039528400.0416
1.043228500.0322
1.046928600.0197
1.050528700.0284
1.054228800.0272
1.057828900.024
1.061529000.0234
1.065229100.0197
1.068829200.0398
1.072529300.027
1.076129400.0356
1.079829500.0329
1.083529600.0243
1.087129700.0335
1.090829800.026
1.094429900.0258
1.098130000.0412
1.101830100.0309
1.105430200.0178
1.109130300.0289
1.112730400.0192
1.116430500.025
1.120130600.0233
1.123730700.027
1.127430800.0266
1.131030900.0204
1.134731000.0223
1.138431100.0235
1.142031200.0186
1.145731300.0228
1.149331400.0188
1.153031500.0178
1.156731600.0314
1.160331700.0163
1.164031800.0182
1.167631900.0255
1.171332000.0125
1.175032100.0181
1.178632200.0179
1.182332300.016
1.185932400.0143
1.189632500.0135
1.193332600.0156
1.196932700.0174
1.200632800.0198
1.204232900.015
1.207933000.0222
1.211633100.0153
1.215233200.0175
1.218933300.015
1.222533400.0176
1.226233500.0091
1.229933600.0153
1.233533700.0234
1.237233800.0135
1.240833900.0085
1.244534000.0129
1.248234100.0153
1.251834200.0191
1.255534300.0338
1.259234400.0123
1.262834500.0136
1.266534600.0194
1.270134700.0125
1.273834800.021
1.277534900.0215
1.281135000.0138
1.284835100.012
1.288435200.011
1.292135300.0194
1.295835400.0098
1.299435500.0099
1.303135600.016
1.306735700.0158
1.310435800.0215
1.314135900.0148
1.317736000.0164
1.321436100.0152
1.325036200.0176
1.328736300.0181
1.332436400.016
1.336036500.0155
1.339736600.0251
1.343336700.0252
1.347036800.0109
1.350736900.0194
1.354337000.0137
1.358037100.0161
1.361637200.0207
1.365337300.013
1.369037400.0203
1.372637500.0243
1.376337600.0206
1.379937700.017
1.383637800.0154
1.387337900.0259
1.390938000.0189
1.394638100.0183
1.398238200.0133
1.401938300.0109
1.405638400.0198
1.409238500.0184
1.412938600.0151
1.416538700.0104
1.420238800.0151
1.423938900.0142
1.427539000.0128
1.431239100.0155
1.434839200.0133
1.438539300.0149
1.442239400.0079
1.445839500.016
1.449539600.01
1.453139700.0174
1.456839800.0123
1.460539900.0213
1.464140000.015
1.467840100.0183
1.471440200.0134
1.475140300.0148
1.478840400.0154
1.482440500.0174
1.486140600.0172
1.489840700.0178
1.493440800.0133
1.497140900.0158
1.500741000.0187
1.504441100.0207
1.508141200.0116
1.511741300.0178
1.515441400.0204
1.519041500.0129
1.522741600.0115
1.526441700.0209
1.530041800.0164
1.533741900.0191
1.537342000.0109
1.541042100.0192
1.544742200.0084
1.548342300.0238
1.552042400.0156
1.555642500.0094
1.559342600.0184
1.563042700.0223
1.566642800.0084
1.570342900.0123
1.573943000.0139
1.577643100.0167
1.581343200.0096
1.584943300.0073
1.588643400.0202
1.592243500.0166
1.595943600.0062
1.599643700.0157
1.603243800.009
1.606943900.0131
1.610544000.0134
1.614244100.01
1.617944200.0156
1.621544300.02
1.625244400.01
1.628844500.0183
1.632544600.0191
1.636244700.0113
1.639844800.0123
1.643544900.0154
1.647145000.0191
1.650845100.0073
1.654545200.0144
1.658145300.0109
1.661845400.0167
1.665445500.009
1.669145600.0099
1.672845700.0167
1.676445800.0127
1.680145900.0086
1.683746000.0141
1.687446100.0169
1.691146200.015
1.694746300.0166
1.698446400.0236
1.702046500.009
1.705746600.0213
1.709446700.019
1.713046800.0103
1.716746900.0159
1.720447000.0146
1.724047100.009
1.727747200.0178
1.731347300.0152
1.735047400.0132
1.738747500.0129
1.742347600.0151
1.746047700.0173
1.749647800.0219
1.753347900.0129
1.757048000.009
1.760648100.0114
1.764348200.0141
1.767948300.0118
1.771648400.0145
1.775348500.0149
1.778948600.0171
1.782648700.0134
1.786248800.0134
1.789948900.0149
1.793649000.0165
1.797249100.013
1.800949200.0111
1.804549300.0177
1.808249400.0207
1.811949500.0124
1.815549600.0119
1.819249700.0145
1.822849800.0167
1.826549900.0165
1.830250000.0132
1.833850100.0159
1.837550200.0132
1.841150300.0137
1.844850400.0188
1.848550500.0135
1.852150600.0141
1.855850700.0121
1.859450800.016
1.863150900.0158
1.866851000.0169
1.870451100.021
1.874151200.0205
1.877751300.0107
1.881451400.0121
1.885151500.0154
1.888751600.0111
1.892451700.0111
1.896051800.0146
1.899751900.0186
1.903452000.0122
1.907052100.0185
1.910752200.0141
1.914352300.0168
1.918052400.0151
1.921752500.0129
1.925352600.0099
1.929052700.0104
1.932752800.0151
1.936352900.0129
1.940053000.0146
1.943653100.0154
1.947353200.0168
1.951053300.0151
1.954653400.0188
1.958353500.0118
1.961953600.0116
1.965653700.0161
1.969353800.0129
1.972953900.0155
1.976654000.0093
1.980254100.0158
1.983954200.0114
1.987654300.0193
1.991254400.0158
1.994954500.0094
1.998554600.013

</details>

Framework Versions

  • —Python: 3.10.12
  • —Sentence Transformers: 3.3.1
  • —Transformers: 4.47.0
  • —PyTorch: 2.5.1+cu121
  • —Accelerate: 1.2.1
  • —Datasets: 3.3.1
  • —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",
}
MultipleNegativesRankingLoss
bibtex
@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}
}

<!--

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