sberbank-ai
commited on
Commit
•
8334302
1
Parent(s):
663678c
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ with torch.no_grad():
|
|
46 |
#Perform pooling. In this case, mean pooling
|
47 |
sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
|
48 |
```
|
|
|
49 |
# Authors
|
50 |
+ [SberDevices](https://sberdevices.ru/) Team.
|
51 |
-
+ by Denis Antykhov: [Github](https://github.com/gaphex)
|
52 |
-
+ and Aleksandr Abramov: [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko)
|
|
|
46 |
#Perform pooling. In this case, mean pooling
|
47 |
sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
|
48 |
```
|
49 |
+
|
50 |
# Authors
|
51 |
+ [SberDevices](https://sberdevices.ru/) Team.
|
52 |
+
+ by Denis Antykhov: [Github](https://github.com/gaphex) and Aleksandr Abramov: [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko)
|
|