Instructions to use unum-cloud/uform-vl-english-small-gpu-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use unum-cloud/uform-vl-english-small-gpu-fp16 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="unum-cloud/uform-vl-english-small-gpu-fp16")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("unum-cloud/uform-vl-english-small-gpu-fp16", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload text_encoder.onnx with huggingface_hub
Browse files- text_encoder.onnx +3 -0
text_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eb1e2bde2e27c568c4658d88f931bd1be7ef45fe8d613b74a1fe66e8ebddaa5
|
| 3 |
+
size 34901254
|