TSjB commited on
Commit
68a28e5
·
verified ·
1 Parent(s): 30bb1e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -13,7 +13,8 @@ language:
13
  # TSjB/labse-krc
14
 
15
  It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
16
-
 
17
  <!--- Describe your model here -->
18
 
19
  ## Usage (Sentence-Transformers)
@@ -137,8 +138,4 @@ SentenceTransformer(
137
  (2): Dense({'in_features': 768, 'out_features': 768, 'bias': True, 'activation_function': 'torch.nn.modules.activation.Tanh'})
138
  (3): Normalize()
139
  )
140
- ```
141
-
142
- ## Citing & Authors
143
-
144
- [Bogdan Tewunalany](https://t.me/bogdan_tewunalany), [Ali Berberov](https://t.me/ali_bulat1990)
 
13
  # TSjB/labse-krc
14
 
15
  It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
16
+ Fine-tined by [Bogdan Tewunalany](https://t.me/bogdan_tewunalany)
17
+ Based on [LaBSE](https://huggingface.co/sentence-transformers/LaBSE)
18
  <!--- Describe your model here -->
19
 
20
  ## Usage (Sentence-Transformers)
 
138
  (2): Dense({'in_features': 768, 'out_features': 768, 'bias': True, 'activation_function': 'torch.nn.modules.activation.Tanh'})
139
  (3): Normalize()
140
  )
141
+ ```