nreimers commited on
Commit
505b5e8
1 Parent(s): b2b82f2
README.md CHANGED
@@ -84,7 +84,7 @@ For an automated evaluation of this model, see the *Sentence Embeddings Benchmar
84
  ## Full Model Architecture
85
  ```
86
  SentenceTransformer(
87
- (0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: MPNetModel
88
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
89
  )
90
  ```
84
  ## Full Model Architecture
85
  ```
86
  SentenceTransformer(
87
+ (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: MPNetModel
88
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
89
  )
90
  ```
config.json CHANGED
File without changes
config_sentence_transformers.json CHANGED
File without changes
modules.json CHANGED
File without changes
pytorch_model.bin CHANGED
File without changes
sentence_bert_config.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "max_seq_length": 128,
3
  "do_lower_case": false
4
  }
1
  {
2
+ "max_seq_length": 512,
3
  "do_lower_case": false
4
  }
special_tokens_map.json CHANGED
File without changes
tokenizer.json CHANGED
File without changes
tokenizer_config.json CHANGED
File without changes
vocab.txt CHANGED
File without changes