vaibhavad commited on
Commit
f2163ff
1 Parent(s): 8f595e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -58,3 +58,6 @@ cos_sim = torch.mm(q_reps_norm, d_reps_norm.transpose(0, 1))
58
  print(cos_sim.tolist())
59
 
60
  ```
 
 
 
 
58
  print(cos_sim.tolist())
59
 
60
  ```
61
+
62
+ ## Questions
63
+ If you have any question about the code, feel free to email Parishad (`parishad.behnamghader@mila.quebec`) and Vaibhav (`vaibhav.adlakha@mila.quebec`).