sberbank-ai commited on
Commit
0e6d158
1 Parent(s): 4b9767c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -36,4 +36,9 @@ with torch.no_grad():
36
  model_output = model(**encoded_input)
37
  #Perform pooling. In this case, mean pooling
38
  sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
39
- ```
 
 
 
 
 
 
36
  model_output = model(**encoded_input)
37
  #Perform pooling. In this case, mean pooling
38
  sentence_embeddings = mean_pooling(model_output, encoded_input['attention_mask'])
39
+ ```
40
+
41
+ # Authors
42
+ + [SberDevices](https://sberdevices.ru/) Team.
43
+ + Aleksandr Abramov: [Github](https://github.com/Ab1992ao), [Kaggle Competitions Master](https://www.kaggle.com/andrilko);
44
+ + Denis Antykhov: [Github](https://github.com/gaphex);