How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="ayan4m1/Clara-v2-8B")
messages = [
    {
        "role": "user",
        "content": [
            {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"},
            {"type": "text", "text": "What animal is on the candy?"}
        ]
    },
]
pipe(text=messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ayan4m1/Clara-v2-8B", dtype="auto")
Quick Links

Configuration Parsing Warning:Config file config.json cannot be fetched (too big)

Configuration Parsing Warning:Config file tokenizer_config.json cannot be fetched (too big)

Clara v2 - 8B

Clara v2 is a Claude fine-tuning of IBM Granite v4 with Claude Opus 4.5-4.7 prompts, designed to replace Clara-24B with far fewer parameters.

  • Developed by: ayan4m1
  • License: apache-2.0
  • Finetuned from model: ibm-granite/granite-4.1-8b
Downloads last month
87
Safetensors
Model size
9B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ayan4m1/Clara-v2-8B

Finetuned
(27)
this model
Quantizations
2 models