Sentence Similarity
Safetensors
English
bert
SalmanFaroz commited on
Commit
e2fd67c
·
verified ·
1 Parent(s): 2a0a278

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -128,4 +128,17 @@ similarities = model.similarity(embeddings, embeddings)
128
  print(similarities.shape)
129
  # [3, 3]
130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  ```
 
128
  print(similarities.shape)
129
  # [3, 3]
130
 
131
+ ```
132
+
133
+
134
+ Citation
135
+ ```
136
+ @misc {salman_faroz_2024,
137
+ author = { {Salman Faroz} },
138
+ title = { DisEmbed-v1 (Revision 2a0a278) },
139
+ year = 2024,
140
+ url = { https://huggingface.co/SalmanFaroz/DisEmbed-v1 },
141
+ doi = { 10.57967/hf/3811 },
142
+ publisher = { Hugging Face }
143
+ }
144
  ```