Update README.md
Browse files
README.md
CHANGED
@@ -83,8 +83,14 @@ SentenceTransformer(
|
|
83 |
(1): Pooling({'word_embedding_dimension': 1028, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False})
|
84 |
)
|
85 |
```
|
|
|
|
|
|
|
86 |
## Citing & Authors
|
87 |
|
|
|
|
|
|
|
88 |
If you use this work, please cite:
|
89 |
|
90 |
```bibtex
|
|
|
83 |
(1): Pooling({'word_embedding_dimension': 1028, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False})
|
84 |
)
|
85 |
```
|
86 |
+
|
87 |
+
|
88 |
+
|
89 |
## Citing & Authors
|
90 |
|
91 |
+
### Contributions
|
92 |
+
[@rufimelo99](https://github.com/rufimelo99)
|
93 |
+
|
94 |
If you use this work, please cite:
|
95 |
|
96 |
```bibtex
|