返回模型
说明文档
tags:
- sentence-transformers
- sentence-similarity
- feature-extraction
- generated_from_trainer
- dataset_size:11961
- loss:CustomBatchAllTripletLoss widget:
- source_sentence: 科目:コンクリート。名称:普通コンクリート(地上部)。
sentences:
- 科目:タイル。名称:アプローチテラス床床タイルA。
- 科目:ユニット及びその他。名称:通用口サイン。
- 科目:コンクリート。名称:構造体強度補正。
- source_sentence: 科目:タイル。名称:床タイルC。
sentences:
- 科目:ユニット及びその他。名称:市章・国旗サイン。
- 科目:ユニット及びその他。名称:バックヤード室名サイン。
- 科目:ユニット及びその他。名称:P-#市章・国旗サイン。
- source_sentence: 科目:ユニット及びその他。名称:B-#立入禁止サイン。
sentences:
- 科目:ユニット及びその他。名称:Co-#入口サイン。
- 科目:ユニット及びその他。名称:#~#F一般EVホールカウンター。
- 科目:ユニット及びその他。名称: MWC、WWC姿見鏡。
- source_sentence: 科目:ユニット及びその他。名称:#FNICUカウンター。
sentences:
- 科目:コンクリート。名称:普通コンクリート。摘要:JIS A5308 FC33+ΔS(構造体補正)S15 粗骨材20AE減水剤遅延型・防水剤入。備考:刊-コン 3315TB基礎部マスコン。
- 科目:コンクリート。名称:普通コンクリート。摘要:FC=24 S15粗骨材基礎部。備考:代価表 0065。
- 科目:コンクリート。名称:コンクリート(個別)。摘要:F0=24N/mm2 S=15 徳島1。備考:B1-111111 H2906BD 個別基礎部躯体コンクリート。
- source_sentence: 科目:ユニット及びその他。名称:HWC荷物棚。
sentences:
- 科目:コンクリート。名称:地上部暑中コンクリート。
- 科目:タイル。名称:階段蹴上タイルP。
- 科目:コンクリート。名称:普通コンクリート。摘要:JIS A5308 FC=36 S18粗骨材20 高性能AE減水剤。備考:刊コンクリート 2。 pipeline_tag: sentence-similarity library_name: sentence-transformers
SentenceTransformer
这是一个经过训练的 sentence-transformers 模型。它将句子和段落映射到768维的稠密向量空间,可用于语义文本相似度、语义搜索、复述挖掘、文本分类、聚类等任务。
模型详情
模型描述
- 模型类型: Sentence Transformer <!-- - 基础模型: 未知 -->
- 最大序列长度: 512个token
- 输出维度: 768维
- 相似度函数: 余弦相似度 <!-- - 训练数据集: 未知 --> <!-- - 语言: 未知 --> <!-- - 许可证: 未知 -->
模型来源
- 文档: Sentence Transformers 文档
- 代码库: Sentence Transformers GitHub
- Hugging Face: Sentence Transformers on Hugging Face
完整模型架构
SentenceTransformer(
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
)
使用方法
直接使用(Sentence Transformers)
首先安装 Sentence Transformers 库:
pip install -U sentence-transformers
然后您可以加载此模型并运行推理。
from sentence_transformers import SentenceTransformer
# 从 🤗 Hub 下载
model = SentenceTransformer("Detomo/cl-nagoya-sup-simcse-ja-nss-v_1_0_3")
# 运行推理
sentences = [
'科目:ユニット及びその他。名称:HWC荷物棚。',
'科目:コンクリート。名称:地上部暑中コンクリート。',
'科目:コンクリート。名称:普通コンクリート。摘要:JIS A5308 FC=36 S18粗骨材20 高性能AE減水剤。備考:刊コンクリート 2。',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 768]
# 获取嵌入的相似度分数
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]
<!--
直接使用(Transformers)
<details><summary>点击查看 Transformers 中的直接使用</summary>
</details> -->
<!--
下游使用(Sentence Transformers)
您可以在自己的数据集上微调此模型。
<details><summary>点击展开</summary>
</details> -->
<!--
超出范围的使用
列出模型可能被预见性地滥用的方式,并说明用户不应该用模型做什么。 -->
<!--
偏见、风险和局限性
这个模型有哪些已知或可预见的问题?您也可以在这里标记已知的失败案例或模型的弱点。 -->
<!--
建议
针对可预见的问题有哪些建议?例如,过滤显式内容。 -->
训练详情
训练数据集
未命名数据集
- 大小:11,961个训练样本
- 列:<code>sentence</code> 和 <code>label</code>
- 基于前1000个样本的近似统计:
sentence label type string int details <ul><li>最小值:11个token</li><li>平均值:18.2个token</li><li>最大值:54个token</li></ul> <ul><li>0: ~0.30%</li><li>1: ~0.30%</li><li>2: ~0.30%</li><li>3: ~0.30%</li><li>4: ~0.30%</li><li>5: ~1.10%</li><li>6: ~0.30%</li><li>7: ~0.30%</li><li>8: ~0.30%</li><li>9: ~0.30%</li><li>10: ~0.30%</li><li>11: ~0.30%</li><li>12: ~0.30%</li><li>13: ~0.30%</li><li>14: ~0.30%</li><li>15: ~0.30%</li><li>16: ~0.40%</li><li>17: ~0.30%</li><li>18: ~0.30%</li><li>19: ~0.30%</li><li>20: ~0.90%</li><li>21: ~0.30%</li><li>22: ~0.40%</li><li>23: ~0.30%</li><li>24: ~1.10%</li><li>25: ~0.30%</li><li>26: ~0.30%</li><li>27: ~0.30%</li><li>28: ~0.30%</li><li>29: ~0.30%</li><li>30: ~0.30%</li><li>31: ~0.30%</li><li>32: ~0.30%</li><li>33: ~0.30%</li><li>34: ~0.30%</li><li>35: ~0.30%</li><li>36: ~0.30%</li><li>37: ~0.30%</li><li>38: ~0.30%</li><li>39: ~0.30%</li><li>40: ~0.30%</li><li>41: ~0.30%</li><li>42: ~0.40%</li><li>43: ~0.30%</li><li>44: ~0.30%</li><li>45: ~0.30%</li><li>46: ~0.60%</li><li>47: ~0.70%</li><li>48: ~0.30%</li><li>49: ~0.30%</li><li>50: ~0.30%</li><li>51: ~0.30%</li><li>52: ~0.30%</li><li>53: ~0.30%</li><li>54: ~0.30%</li><li>55: ~0.30%</li><li>56: ~0.30%</li><li>57: ~0.30%</li><li>58: ~0.30%</li><li>59: ~0.30%</li><li>60: ~0.30%</li><li>61: ~0.50%</li><li>62: ~0.30%</li><li>63: ~0.30%</li><li>64: ~0.30%</li><li>65: ~0.30%</li><li>66: ~0.30%</li><li>67: ~0.30%</li><li>68: ~0.30%</li><li>69: ~0.30%</li><li>70: ~0.30%</li><li>71: ~0.30%</li><li>72: ~0.30%</li><li>73: ~0.30%</li><li>74: ~0.30%</li><li>75: ~0.30%</li><li>76: ~0.30%</li><li>77: ~0.80%</li><li>78: ~0.60%</li><li>79: ~0.30%</li><li>80: ~0.30%</li><li>81: ~0.30%</li><li>82: ~0.30%</li><li>83: ~0.30%</li><li>84: ~0.30%</li><li>85: ~0.30%</li><li>86: ~0.50%</li><li>87: ~0.30%</li><li>88: ~0.30%</li><li>89: ~0.30%</li><li>90: ~0.30%</li><li>91: ~0.80%</li><li>92: ~0.60%</li><li>93: ~0.50%</li><li>94: ~0.30%</li><li>95: ~0.30%</li><li>96: ~16.50%</li><li>97: ~0.30%</li><li>98: ~0.30%</li><li>99: ~0.30%</li><li>100: ~0.30%</li><li>101: ~0.30%</li><li>102: ~0.30%</li><li>103: ~0.30%</li><li>104: ~0.30%</li><li>105: ~0.50%</li><li>106: ~0.30%</li><li>107: ~0.30%</li><li>108: ~0.30%</li><li>109: ~0.30%</li><li>110: ~0.30%</li><li>111: ~0.30%</li><li>112: ~0.30%</li><li>113: ~0.30%</li><li>114: ~0.70%</li><li>115: ~0.30%</li><li>116: ~0.30%</li><li>117: ~0.30%</li><li>118: ~0.40%</li><li>119: ~2.10%</li><li>120: ~2.10%</li><li>121: ~0.30%</li><li>122: ~0.30%</li><li>123: ~0.50%</li><li>124: ~0.50%</li><li>125: ~0.50%</li><li>126: ~0.40%</li><li>127: ~0.30%</li><li>128: ~0.30%</li><li>129: ~0.30%</li><li>130: ~0.80%</li><li>131: ~0.30%</li><li>132: ~0.30%</li><li>133: ~0.30%</li><li>134: ~0.30%</li><li>135: ~0.30%</li><li>136: ~0.30%</li><li>137: ~0.30%</li><li>138: ~0.30%</li><li>139: ~0.30%</li><li>140: ~0.30%</li><li>141: ~0.30%</li><li>142: ~0.30%</li><li>143: ~0.50%</li><li>144: ~0.30%</li><li>145: ~0.40%</li><li>146: ~0.30%</li><li>147: ~0.30%</li><li>148: ~0.30%</li><li>149: ~0.30%</li><li>150: ~0.30%</li><li>151: ~0.30%</li><li>152: ~0.30%</li><li>153: ~0.30%</li><li>154: ~0.30%</li><li>155: ~0.30%</li><li>156: ~0.30%</li><li>157: ~0.40%</li><li>158: ~0.30%</li><li>159: ~0.30%</li><li>160: ~0.30%</li><li>161: ~0.30%</li><li>162: ~0.30%</li><li>163: ~0.30%</li><li>164: ~0.70%</li><li>165: ~0.30%</li><li>166: ~0.30%</li><li>167: ~0.30%</li><li>168: ~1.30%</li><li>169: ~0.30%</li><li>170: ~0.40%</li><li>171: ~0.30%</li><li>172: ~0.30%</li><li>173: ~0.30%</li><li>174: ~1.50%</li><li>175: ~0.30%</li><li>176: ~0.30%</li><li>177: ~0.30%</li><li>178: ~0.30%</li><li>179: ~0.30%</li><li>180: ~0.30%</li><li>181: ~0.30%</li><li>182: ~1.60%</li><li>183: ~0.30%</li><li>184: ~0.30%</li><li>185: ~7.20%</li><li>186: ~0.30%</li><li>187: ~1.00%</li><li>188: ~0.30%</li><li>189: ~0.30%</li><li>190: ~0.30%</li><li>191: ~1.80%</li><li>192: ~0.30%</li><li>193: ~0.50%</li><li>194: ~0.70%</li><li>195: ~0.30%</li></ul> - 样本:
sentence label <code>科目:コンクリート。名称:免震基礎天端グラウト注入。</code> <code>0</code> <code>科目:コンクリート。名称:免震基礎天端グラウト注入。</code> <code>0</code> <code>科目:コンクリート。名称:免震基礎天端グラウト注入。</code> <code>0</code> - 损失函数:<code>sentence_transformer_lib.custom_batch_all_trip_loss.CustomBatchAllTripletLoss</code>
训练超参数
非默认超参数
per_device_train_batch_size: 512per_device_eval_batch_size: 512learning_rate: 1e-05weight_decay: 0.01num_train_epochs: 200warmup_ratio: 0.15fp16: Truebatch_sampler: group_by_label
所有超参数
<details><summary>点击展开</summary>
overwrite_output_dir: Falsedo_predict: Falseeval_strategy: noprediction_loss_only: Trueper_device_train_batch_size: 512per_device_eval_batch_size: 512per_gpu_train_batch_size: Noneper_gpu_eval_batch_size: Nonegradient_accumulation_steps: 1eval_accumulation_steps: Nonetorch_empty_cache_steps: Nonelearning_rate: 1e-05weight_decay: 0.01adam_beta1: 0.9adam_beta2: 0.999adam_epsilon: 1e-08max_grad_norm: 1.0num_train_epochs: 200max_steps: -1lr_scheduler_type: linearlr_scheduler_kwargs: {}warmup_ratio: 0.15warmup_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}tp_size: 0fsdp_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: Nonehub_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: 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: group_by_labelmulti_dataset_batch_sampler: proportional
</details>
训练日志
<details><summary>点击展开</summary>
| Epoch | Step | Training Loss |
|---|---|---|
| 2.3333 | 50 | 0.0589 |
| 4.6667 | 100 | 0.0668 |
| 7.125 | 150 | 0.0677 |
| 9.4583 | 200 | 0.0655 |
| 11.7917 | 250 | 0.062 |
| 14.25 | 300 | 0.0601 |
| 16.5833 | 350 | 0.0604 |
| 19.0417 | 400 | 0.0602 |
| 21.375 | 450 | 0.0546 |
| 23.7083 | 500 | 0.0575 |
| 26.1667 | 550 | 0.0569 |
| 28.5 | 600 | 0.0533 |
| 30.8333 | 650 | 0.0527 |
| 33.2917 | 700 | 0.0518 |
| 35.625 | 750 | 0.0487 |
| 38.0833 | 800 | 0.0514 |
| 40.4167 | 850 | 0.0469 |
| 42.75 | 900 | 0.0464 |
| 45.2083 | 950 | 0.0481 |
| 47.5417 | 1000 | 0.0502 |
| 49.875 | 1050 | 0.0511 |
| 52.3333 | 1100 | 0.0449 |
| 54.6667 | 1150 | 0.0439 |
| 57.125 | 1200 | 0.0443 |
| 59.4583 | 1250 | 0.0445 |
| 61.7917 | 1300 | 0.0455 |
| 64.25 | 1350 | 0.0417 |
| 66.5833 | 1400 | 0.0397 |
| 69.0417 | 1450 | 0.0392 |
| 71.375 | 1500 | 0.0411 |
| 73.7083 | 1550 | 0.0375 |
| 76.1667 | 1600 | 0.0444 |
| 78.5 | 1650 | 0.0353 |
| 80.8333 | 1700 | 0.0402 |
| 83.2917 | 1750 | 0.0353 |
| 85.625 | 1800 | 0.0354 |
| 88.0833 | 1850 | 0.0347 |
| 90.4167 | 1900 | 0.0368 |
| 92.75 | 1950 | 0.0353 |
| 95.2083 | 2000 | 0.0374 |
| 97.5417 | 2050 | 0.0375 |
| 99.875 | 2100 | 0.0324 |
| 1.7576 | 50 | 0.0365 |
| 3.7576 | 100 | 0.0372 |
| 5.7576 | 150 | 0.0392 |
| 7.7576 | 200 | 0.0392 |
| 9.7576 | 250 | 0.0386 |
| 11.7576 | 300 | 0.0402 |
| 13.7576 | 350 | 0.0342 |
| 15.7576 | 400 | 0.037 |
| 17.7576 | 450 | 0.0355 |
| 19.7576 | 500 | 0.0341 |
| 21.7576 | 550 | 0.0354 |
| 23.7576 | 600 | 0.0322 |
| 25.7576 | 650 | 0.0361 |
| 27.7576 | 700 | 0.0316 |
| 29.7576 | 750 | 0.0338 |
| 31.7576 | 800 | 0.0311 |
| 33.7576 | 850 | 0.0288 |
| 35.7576 | 900 | 0.0311 |
| 37.7576 | 950 | 0.0307 |
| 39.7576 | 1000 | 0.0288 |
| 41.7576 | 1050 | 0.0324 |
| 43.7576 | 1100 | 0.0276 |
| 45.7576 | 1150 | 0.0304 |
| 47.7576 | 1200 | 0.0267 |
| 49.7576 | 1250 | 0.0272 |
| 51.7576 | 1300 | 0.0269 |
| 53.7576 | 1350 | 0.0264 |
| 55.7576 | 1400 | 0.0324 |
| 57.7576 | 1450 | 0.0278 |
| 59.7576 | 1500 | 0.0315 |
| 61.7576 | 1550 | 0.0285 |
| 63.7576 | 1600 | 0.0241 |
| 65.7576 | 1650 | 0.0288 |
| 67.7576 | 1700 | 0.0263 |
| 69.7576 | 1750 | 0.0295 |
| 71.7576 | 1800 | 0.0238 |
| 73.7576 | 1850 | 0.0214 |
| 75.7576 | 1900 | 0.0281 |
| 77.7576 | 1950 | 0.0269 |
| 79.7576 | 2000 | 0.0268 |
| 81.7576 | 2050 | 0.0242 |
| 83.7576 | 2100 | 0.0226 |
| 85.7576 | 2150 | 0.0249 |
| 87.7576 | 2200 | 0.0254 |
| 89.7576 | 2250 | 0.0226 |
| 91.7576 | 2300 | 0.0181 |
| 93.7576 | 2350 | 0.019 |
| 95.7576 | 2400 | 0.0207 |
| 97.7576 | 2450 | 0.0205 |
| 99.7576 | 2500 | 0.0241 |
| 101.7576 | 2550 | 0.0219 |
| 103.7576 | 2600 | 0.0237 |
| 105.7576 | 2650 | 0.0194 |
| 107.7576 | 2700 | 0.0184 |
| 109.7576 | 2750 | 0.0206 |
| 111.7576 | 2800 | 0.0189 |
| 113.7576 | 2850 | 0.0216 |
| 115.7576 | 2900 | 0.0234 |
| 117.7576 | 2950 | 0.0192 |
| 119.7576 | 3000 | 0.0193 |
| 121.7576 | 3050 | 0.0211 |
| 123.7576 | 3100 | 0.0161 |
| 125.7576 | 3150 | 0.022 |
| 127.7576 | 3200 | 0.0176 |
| 129.7576 | 3250 | 0.0227 |
| 131.7576 | 3300 | 0.0224 |
| 133.7576 | 3350 | 0.0172 |
| 135.7576 | 3400 | 0.0168 |
| 137.7576 | 3450 | 0.0165 |
| 139.7576 | 3500 | 0.016 |
| 141.7576 | 3550 | 0.0143 |
| 143.7576 | 3600 | 0.0165 |
| 145.7576 | 3650 | 0.0202 |
| 147.7576 | 3700 | 0.0118 |
| 149.7576 | 3750 | 0.0163 |
| 151.7576 | 3800 | 0.0188 |
| 153.7576 | 3850 | 0.0137 |
| 155.7576 | 3900 | 0.0172 |
| 157.7576 | 3950 | 0.0175 |
| 159.7576 | 4000 | 0.0204 |
| 161.7576 | 4050 | 0.0175 |
| 163.7576 | 4100 | 0.0169 |
| 165.7576 | 4150 | 0.0184 |
| 167.7576 | 4200 | 0.0176 |
| 169.7576 | 4250 | 0.0102 |
| 171.7576 | 4300 | 0.014 |
| 173.7576 | 4350 | 0.0164 |
| 175.7576 | 4400 | 0.0203 |
| 177.7576 | 4450 | 0.0099 |
| 179.7576 | 4500 | 0.0143 |
| 181.7576 | 4550 | 0.0182 |
| 183.7576 | 4600 | 0.009 |
| 185.7576 | 4650 | 0.0157 |
| 187.7576 | 4700 | 0.015 |
| 189.7576 | 4750 | 0.0168 |
| 191.7576 | 4800 | 0.0172 |
| 193.7576 | 4850 | 0.0154 |
| 195.7576 | 4900 | 0.0162 |
| 197.7576 | 4950 | 0.0143 |
| 199.7576 | 5000 | 0.0156 |
</details>
框架版本
- Python: 3.11.12
- Sentence Transformers: 3.4.1
- Transformers: 4.51.3
- PyTorch: 2.6.0+cu124
- Accelerate: 1.5.2
- Datasets: 3.5.0
- Tokenizers: 0.21.1
引用
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",
}
CustomBatchAllTripletLoss
@misc{hermans2017defense,
title={In Defense of the Triplet Loss for Person Re-Identification},
author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
year={2017},
eprint={1703.07737},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
<!--
术语表
明确定义术语,以便让不同受众都能理解。 -->
<!--
模型卡作者
列出创建模型卡的人员,为模型卡构建中投入的详细工作提供认可和责任归属。 -->
<!--
模型卡联系方式
为有模型卡更新、建议或问题的人提供联系模型卡作者的方式。 -->
Detomo/cl-nagoya-sup-simcse-ja-nss-v_1_0_3
作者 Detomo
sentence-similarity
sentence-transformers
↓ 0
♥ 0
创建时间: 2025-04-28 00:26:42+00:00
更新时间: 2025-04-28 11:51:10+00:00
在 Hugging Face 上查看文件 (17)
.gitattributes
1_Pooling/config.json
README.md
config.json
config_sentence_transformers.json
model.safetensors
modules.json
onnx/model.onnx
ONNX
onnx/model_qint8_avx512_vnni.onnx
ONNX
openvino/openvino_model.bin
openvino/openvino_model.xml
openvino/openvino_model_qint8_quantized.bin
openvino/openvino_model_qint8_quantized.xml
sentence_bert_config.json
special_tokens_map.json
tokenizer_config.json
vocab.txt