Instructions to use brainventures/deplot_kr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use brainventures/deplot_kr 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="brainventures/deplot_kr")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("brainventures/deplot_kr") model = AutoModelForMultimodalLM.from_pretrained("brainventures/deplot_kr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d4fe62ffd7a75e88e9ab14945455266ededeec3c9e993a65b47b11efc2830cda
- Size of remote file:
- 1.13 GB
- SHA256:
- 80a8b1f83d16c916fff0ab2e59c0f76da7e2e73390b91d2895a36c0ba8dcf6df
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.