Jackmin108 commited on
Commit
90d7af4
1 Parent(s): a71d413

modify readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentence
15
 
16
  This model was converted from the Tensorflow model [st5-base-1](https://tfhub.dev/google/sentence-t5/st5-base/1) to PyTorch. When using this model, have a look at the publication: [Sentence-T5: Scalable sentence encoders from pre-trained text-to-text models](https://arxiv.org/abs/2108.08877). The tfhub model and this PyTorch model can produce slightly different embeddings, however, when run on the same benchmarks, they produce identical results.
17
 
18
- The model uses only the encoder from a T5-base model. The weights are stored in FP16.
19
 
20
 
21
  ## Usage (Sentence-Transformers)
 
15
 
16
  This model was converted from the Tensorflow model [st5-base-1](https://tfhub.dev/google/sentence-t5/st5-base/1) to PyTorch. When using this model, have a look at the publication: [Sentence-T5: Scalable sentence encoders from pre-trained text-to-text models](https://arxiv.org/abs/2108.08877). The tfhub model and this PyTorch model can produce slightly different embeddings, however, when run on the same benchmarks, they produce identical results.
17
 
18
+ The model uses only the encoder from a T5-base model. The weights are stored in FP32.
19
 
20
 
21
  ## Usage (Sentence-Transformers)