From 66c95605408c05eb7cbcaccce376f3355c806e51 Mon Sep 17 00:00:00 2001 From: xuming Date: Sat, 29 Jan 2022 03:56:41 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) )