Commit
·
4c6abf8
1
Parent(s):
5efd264
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
|
4 |
-
Contributors::
|
5 |
-
- Name: Asif Faisal Chowdhury
|
6 |
-
Email: [email protected]
|
7 |
-
|
8 |
-
|
9 |
tags:
|
10 |
- sentence-transformers
|
11 |
- feature-extraction
|
@@ -118,4 +113,10 @@ SentenceTransformer(
|
|
118 |
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: XLMRobertaModel
|
119 |
(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})
|
120 |
)
|
121 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
|
|
|
|
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- sentence-transformers
|
6 |
- feature-extraction
|
|
|
113 |
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: XLMRobertaModel
|
114 |
(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})
|
115 |
)
|
116 |
+
```
|
117 |
+
|
118 |
+
|
119 |
+
### Point of Contact
|
120 |
+
**Asif Faisal Chowdhury**
|
121 |
+
E-mail: [[email protected]](mailto:[email protected])
|
122 |
+
Linked-in: [afschowdhury](https://www.linkedin.com/in/afschowdhury)
|