YuPeng0214 commited on
Commit
50f5a52
·
verified ·
1 Parent(s): dd522e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -158,3 +158,10 @@ embeddings = mean_pool(outputs.last_hidden_state, batch_dict['attention_mask'])
158
  embeddings = F.normalize(embeddings, p=2, dim=1)
159
  scores = (embeddings[:2] @ embeddings[2:].T)
160
  ```
 
 
 
 
 
 
 
 
158
  embeddings = F.normalize(embeddings, p=2, dim=1)
159
  scores = (embeddings[:2] @ embeddings[2:].T)
160
  ```
161
+ ## ❓ Frequently Asked Questions
162
+
163
+ 1. sss
164
+
165
+ ### Citation
166
+ If you find our work worth citing, please use the following citation:
167
+ Our tp is coming soon...