Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,9 @@ Despite its multilinguality roots, xTower may or may not perform well on unseen
|
|
51 |
|
52 |
### Usage
|
53 |
|
54 |
-
|
|
|
|
|
55 |
|
56 |
```python
|
57 |
# Install transformers from source - only needed for versions <= v4.34
|
|
|
51 |
|
52 |
### Usage
|
53 |
|
54 |
+
For a minimal example, check out this [notebook](https://gist.github.com/mtreviso/b618b499bc6de0414a3e11157e91cf02), which prompts xTower with VLLM.
|
55 |
+
|
56 |
+
Additionally, here's how you can run the model using the `pipeline()` function from 🤗 Transformers:
|
57 |
|
58 |
```python
|
59 |
# Install transformers from source - only needed for versions <= v4.34
|