Update README.md

This commit is contained in:
xuming 2022-01-29 03:56:41 +00:00 committed by huggingface-web
parent d6fb8b9010
commit 66c9560540
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ For an automated evaluation of this model, see the *Sentence Embeddings Benchmar
## Full Model Architecture
```
SBert(
CoSENT(
(0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: BertModel
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_mean_tokens': True})
)