Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ This model transforms an input of N arbitrary vectors `(batch_size, seq_len, d_m
|
|
| 48 |
|
| 49 |
## Usage
|
| 50 |
|
| 51 |
-
The TransformerSynthesizer processes **pre-computed vector sequences** (**MUST** be embeddings from
|
| 52 |
|
| 53 |
```python
|
| 54 |
from transformers import AutoTokenizer, AutoModel
|
|
|
|
| 48 |
|
| 49 |
## Usage
|
| 50 |
|
| 51 |
+
The TransformerSynthesizer processes **pre-computed vector sequences** (**MUST** be embeddings from [intfloat/multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base)), not raw text. Load and use it via the Hugging Face Hub with `trust_remote_code=True`. Below is a realistic workflow integrating with `intfloat/multilingual-e5-base` for text-to-vector conversion.
|
| 52 |
|
| 53 |
```python
|
| 54 |
from transformers import AutoTokenizer, AutoModel
|