diff --git a/README.md b/README.md index f6c9f2d..3aa4f3f 100644 --- a/README.md +++ b/README.md @@ -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}) )