Instructions to use lmms-lab-encoder/onevision-encoder-large-lang with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lmms-lab-encoder/onevision-encoder-large-lang with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="lmms-lab-encoder/onevision-encoder-large-lang", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lmms-lab-encoder/onevision-encoder-large-lang", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -143,7 +143,3 @@ We adopt a streamlined **native-resolution strategy** inspired by LLaVA-OneVisio
|
|
| 143 |
| **Normalization** | Layer Normalization |
|
| 144 |
| **Activation Function** | GELU |
|
| 145 |
| **License** | Apache 2.0 |
|
| 146 |
-
|
| 147 |
-
```
|
| 148 |
-
|
| 149 |
-
```
|
|
|
|
| 143 |
| **Normalization** | Layer Normalization |
|
| 144 |
| **Activation Function** | GELU |
|
| 145 |
| **License** | Apache 2.0 |
|
|
|
|
|
|
|
|
|
|
|
|