Create 1_Pooling/config.json

This commit is contained in:
CodeSage 2024-12-04 01:13:18 +00:00 committed by system
parent c55997ef7e
commit c641d308fa
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

7
1_Pooling/config.json Normal file

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