-
I'm wondering, is this possibly a mistake in the [documentation](https://www.sbert.net/docs/pretrained_models.html#multi-lingual-models)?
> distiluse-base-multilingual-cased-v1: Multilingual knowle…
-
In addition to word embedding models like GloVe, there are now text embedding models like BERT and Universal Sentence Encoder that work at the level of sentences. These embedding models take an entire…
-
I'm getting below error while converting multilingual universal sentence encoder(https://tfhub.dev/google/universal-sentence-encoder-multilingual/3) to TensorRT using `TrtGraphConverterV2`
`Invalid…
-
Currently we are using the pre-trained [Universal Sentence Encoder (large)](https://tfhub.dev/google/universal-sentence-encoder-large/5) from TensorFlow hub.
**Open area for investigation:**
The …
-
### Background and Feature Description
The `universal-sentence-encoder` model can generate text embeddings, and it depends on TensorFlow Text. Is TensorFlow Text supported?
https://tfhub.dev/googl…
-
will this finetuning method also work for transformer based encoder available at : https://tfhub.dev/google/universal-sentence-encoder/2 ?
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64): Window…
-
### Description
I have been following this [tutorial](https://colab.research.google.com/github/tensorflow/tensor2tensor/blob/master/tensor2tensor/notebooks/hello_t2t.ipynb#scrollTo=3O-8E9d6TtuJ) and …
-
For some experiments, I'd like to setup `encoders/extra/{vision,audio,...}/`
with specialized encoders for multiple modalities.
There existed special repos as
- https://github.com/htm-community…
-
Dependent on the length of the documents the universal sentence encoder needs about 30-50 secs to find similar sentences in 10 documents.
For the CNN the lookup table is build by iterating through t…