sberbank-ai commited on
Commit
18781b9
1 Parent(s): 6287e8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -37,4 +37,8 @@ with torch.no_grad():
37
  #Perform pooling. In this case, mean pooling
38
  sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
39
  ```
40
- created by Aleksandr Abramov (Andrilko)
 
 
 
 
 
37
  #Perform pooling. In this case, mean pooling
38
  sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
39
  ```
40
+
41
+
42
+ # Authors
43
+ + SberDevices RnD Team
44
+ + by Aleksandr Abramov: [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko)