up
Browse files- README.md +1 -1
- config.json +0 -0
- config_sentence_transformers.json +0 -0
- modules.json +0 -0
- pytorch_model.bin +0 -0
- sentence_bert_config.json +1 -1
- special_tokens_map.json +0 -0
- tokenizer.json +0 -0
- tokenizer_config.json +0 -0
- vocab.txt +0 -0
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':
|
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":
|
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
|