Instructions to use uf-aice-lab/git_20 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uf-aice-lab/git_20 with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="uf-aice-lab/git_20")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("uf-aice-lab/git_20") model = AutoModelForMultimodalLM.from_pretrained("uf-aice-lab/git_20", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 2dbc08abfe41446d9ef0659c8583962bee89e2d883f6c6cb9bb9968cc083e67f
- Size of remote file:
- 707 MB
- SHA256:
- 995da7be39cbb52fa15e87fe3f58b21a3b12372ec60fbd14000f7308ad34a085
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.