sberbank-ai
commited on
Commit
•
663678c
1
Parent(s):
28d04bd
Update README.md
Browse files
README.md
CHANGED
@@ -46,3 +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 |
```
|
|
|
|
|
|
|
|
|
|
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)
|