lemon-mint
commited on
Commit
•
46c5a2f
1
Parent(s):
c647ded
Update README.md
Browse files
README.md
CHANGED
@@ -39,8 +39,10 @@ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [s
|
|
39 |
|
40 |
```
|
41 |
SentenceTransformer(
|
42 |
-
(0): Transformer({'max_seq_length':
|
43 |
-
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token':
|
|
|
|
|
44 |
)
|
45 |
```
|
46 |
|
|
|
39 |
|
40 |
```
|
41 |
SentenceTransformer(
|
42 |
+
(0): Transformer({'max_seq_length': 256, 'do_lower_case': False}) with Transformer model: BertModel
|
43 |
+
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
|
44 |
+
(2): Dense({'in_features': 768, 'out_features': 768, 'bias': True, 'activation_function': 'torch.nn.modules.activation.Tanh'})
|
45 |
+
(3): Normalize()
|
46 |
)
|
47 |
```
|
48 |
|