File size: 599 Bytes
01846c7
 
 
 
 
 
 
 
 
 
 
 
 
 
ef9ace6
01846c7
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
pipeline_tag: sentence-similarity
language: en
license: apache-2.0
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
- transformers
---

This model checkpoint is based on [sentence-transformer](https://www.SBERT.net) model, 
and [the original checkpoint](https://huggingface.co/sentence-transformers/gtr-t5-base).

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'

---
Paper: [Large Dual Encoders Are Generalizable Retrievers](https://arxiv.org/abs/2112.07899)