DylanJHJ commited on
Commit
ef9ace6
1 Parent(s): 01846c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  This model checkpoint is based on [sentence-transformer](https://www.SBERT.net) model,
13
  and [the original checkpoint](https://huggingface.co/sentence-transformers/gtr-t5-base).
14
 
15
- This checkpoint includes the fine-tuned weights of dense linear layer, and can be initialized with T5's encoder.
16
 
17
  ---
18
  Paper: [Large Dual Encoders Are Generalizable Retrievers](https://arxiv.org/abs/2112.07899)
 
12
  This model checkpoint is based on [sentence-transformer](https://www.SBERT.net) model,
13
  and [the original checkpoint](https://huggingface.co/sentence-transformers/gtr-t5-base).
14
 
15
+ This checkpoint includes the fine-tuned weights of dense linear layer, and can be initialized with T5's encoder and a linear layer without bias called `linear'
16
 
17
  ---
18
  Paper: [Large Dual Encoders Are Generalizable Retrievers](https://arxiv.org/abs/2112.07899)