shibing624 commited on
Commit
66c9560
·
1 Parent(s): d6fb8b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ For an automated evaluation of this model, see the *Sentence Embeddings Benchmar
55
 
56
  ## Full Model Architecture
57
  ```
58
- SBert(
59
  (0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: BertModel
60
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_mean_tokens': True})
61
  )
 
55
 
56
  ## Full Model Architecture
57
  ```
58
+ CoSENT(
59
  (0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: BertModel
60
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_mean_tokens': True})
61
  )