Tom Aarsen commited on
Commit ·
9c4aae3
1
Parent(s): 859091d
Remove "behind the scenes" explanation that might just confuse readers
Browse files
README.md
CHANGED
|
@@ -65,8 +65,6 @@ model = SentenceTransformer(
|
|
| 65 |
)
|
| 66 |
```
|
| 67 |
|
| 68 |
-
Under the hood, `SentenceTransformer` resolves `Tevatron/Qwen2.5-Omni-7B-Thinker` as the base via `AutoModelForMultimodalLM` and lets transformers' PEFT integration attach the LoRA adapter on top. Requires `transformers>=5.6.0`.
|
| 69 |
-
|
| 70 |
#### 🎬 Video Retrieval
|
| 71 |
```python
|
| 72 |
# For video on smaller GPUs, cap the processor up front:
|
|
|
|
| 65 |
)
|
| 66 |
```
|
| 67 |
|
|
|
|
|
|
|
| 68 |
#### 🎬 Video Retrieval
|
| 69 |
```python
|
| 70 |
# For video on smaller GPUs, cap the processor up front:
|