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") - Notebooks
- Google Colab
- Kaggle
Commit History
Modify : Code and Evaluation Result c5c962e
dltjwl commited on
Modify : Model Update 0b2fee3
dltjwl commited on
Modify : delete unnecessary line 26a304b
dltjwl commited on
Modify : Delete Widget and Add Results 003fb78
dltjwl commited on
Modify : Widget 7cf4a3e
dltjwl commited on
Modify : Widget 84d2e1f
dltjwl commited on
Modify : Widget e635357
dltjwl commited on
ADD : Adding image and Modifying Widget e5288c0
dltjwl commited on
ADD : Contact 6f8663f
dltjwl commited on
ADD : Preprocessing 5074dda
dltjwl commited on
ADD : How to use 1f5289b
dltjwl commited on
Add : preprocessor_config.json fe44f2b
dltjwl commited on
Modify : Model 1443bd9
dltjwl commited on
Add : Tokenizer f03f22c
dltjwl commited on
Update README.md 735bb9d verified
Create README.md 21961b7 verified
Initial commit : Model Upload 6faae61
dltjwl commited on