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
dltjwl commited on
Commit ·
26a304b
1
Parent(s): 003fb78
Modify : delete unnecessary line
Browse files- tokenizer.json +1 -1
tokenizer.json
CHANGED
|
@@ -132805,7 +132805,7 @@
|
|
| 132805 |
-13.467811584472656
|
| 132806 |
],
|
| 132807 |
[
|
| 132808 |
-
"
|
| 132809 |
-13.467818260192873
|
| 132810 |
],
|
| 132811 |
[
|
|
|
|
| 132805 |
-13.467811584472656
|
| 132806 |
],
|
| 132807 |
[
|
| 132808 |
+
"
|
| 132809 |
-13.467818260192873
|
| 132810 |
],
|
| 132811 |
[
|