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 reranker.onnx with huggingface_hub
Browse files- reranker.onnx +3 -0
reranker.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6449d865e22b032590d7747bf0863b6e3a35b99df6c2792223ea64d5c28c637a
|
| 3 |
+
size 38468551
|