Instructions to use Junteng/Chart_CLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Junteng/Chart_CLIP with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="Junteng/Chart_CLIP")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Junteng/Chart_CLIP", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model/model.safetensors +3 -0
model/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e20129d63f20e58be6dbdea8b72d6d8203c5e51b87786343f6a48f2a3049d75c
|
| 3 |
+
size 1711848436
|