aminhaeri commited on
Commit
bda6f31
·
verified ·
1 Parent(s): b37cea4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -85,7 +85,6 @@ with torch.no_grad():
85
  query_embeddings = model(**query_tokens)[0][:, 0]
86
  document_embeddings = model(**document_tokens)[0][:, 0]
87
 
88
-
89
  # normalize embeddings
90
  query_embeddings = torch.nn.functional.normalize(query_embeddings, p=2, dim=1)
91
  document_embeddings = torch.nn.functional.normalize(document_embeddings, p=2, dim=1)
@@ -113,4 +112,4 @@ Arctic is licensed under the [Apache-2](https://www.apache.org/licenses/LICENSE-
113
 
114
  ## Acknowledgement
115
 
116
- The authors would like to acknowledge the valuable contributions of the Risk Management team at TD Bank for their expertise in regulatory frameworks, financial risk assessment, and compliance practices, which were instrumental in the development of the finetuning of RiskEmbed.
 
85
  query_embeddings = model(**query_tokens)[0][:, 0]
86
  document_embeddings = model(**document_tokens)[0][:, 0]
87
 
 
88
  # normalize embeddings
89
  query_embeddings = torch.nn.functional.normalize(query_embeddings, p=2, dim=1)
90
  document_embeddings = torch.nn.functional.normalize(document_embeddings, p=2, dim=1)
 
112
 
113
  ## Acknowledgement
114
 
115
+ The authors would like to acknowledge the valuable contributions of the Risk Management team at TD Bank for their expertise in regulatory frameworks, financial risk assessment, and compliance practices, which were instrumental in the finetuning of RiskEmbed.