Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ language:
|
|
| 4 |
tags:
|
| 5 |
- PyTorch
|
| 6 |
- Transformers
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# BERT large model multitask (cased) for Sentence Embeddings in Russian language.
|
|
@@ -41,4 +42,4 @@ sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask']
|
|
| 41 |
# Authors
|
| 42 |
+ [SberDevices](https://sberdevices.ru/) Team.
|
| 43 |
+ Aleksandr Abramov: [HF profile](https://huggingface.co/Andrilko), [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko);
|
| 44 |
-
+ Denis Antykhov: [Github](https://github.com/gaphex);
|
|
|
|
| 4 |
tags:
|
| 5 |
- PyTorch
|
| 6 |
- Transformers
|
| 7 |
+
license: mit
|
| 8 |
---
|
| 9 |
|
| 10 |
# BERT large model multitask (cased) for Sentence Embeddings in Russian language.
|
|
|
|
| 42 |
# Authors
|
| 43 |
+ [SberDevices](https://sberdevices.ru/) Team.
|
| 44 |
+ Aleksandr Abramov: [HF profile](https://huggingface.co/Andrilko), [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko);
|
| 45 |
+
+ Denis Antykhov: [Github](https://github.com/gaphex);
|