初始化项目,由ModelHub XC社区提供模型

Model: sentence-transformers/nli-bert-large-cls-pooling
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-25 09:11:17 +08:00
commit 0e984d0b18
27 changed files with 97978 additions and 0 deletions

7
1_Pooling/config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"word_embedding_dimension": 1024,
"pooling_mode_cls_token": true,
"pooling_mode_mean_tokens": false,
"pooling_mode_max_tokens": false,
"pooling_mode_mean_sqrt_len_tokens": false
}