Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

gojiberries
/
savitr-bf16

Image-to-Text
Transformers
Safetensors
qwen3_5
image-text-to-text
ocr
electoral-roll
india
surya
vlm
Model card Files Files and versions
xet
Community

Instructions to use gojiberries/savitr-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gojiberries/savitr-bf16 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="gojiberries/savitr-bf16")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("gojiberries/savitr-bf16")
    model = AutoModelForMultimodalLM.from_pretrained("gojiberries/savitr-bf16", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
savitr-bf16
1.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
soodoku's picture
soodoku
Add bf16 merged weights (v2) + base tokenizer/processor
3d7111a verified 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 9 days ago
  • README.md
    3.67 kB
    Add bf16 merged weights (v2) + base tokenizer/processor 9 days ago
  • chat_template.jinja
    2.87 kB
    Add bf16 merged weights (v2) + base tokenizer/processor 9 days ago
  • config.json
    2.64 kB
    Add bf16 merged weights (v2) + base tokenizer/processor 9 days ago
  • generation_config.json
    132 Bytes
    Add bf16 merged weights (v2) + base tokenizer/processor 9 days ago
  • model.safetensors
    1.33 GB
    xet
    Add bf16 merged weights (v2) + base tokenizer/processor 9 days ago
  • processor_config.json
    1.3 kB
    Add bf16 merged weights (v2) + base tokenizer/processor 9 days ago
  • tokenizer.json
    1.66 MB
    Add bf16 merged weights (v2) + base tokenizer/processor 9 days ago
  • tokenizer_config.json
    599 Bytes
    Add bf16 merged weights (v2) + base tokenizer/processor 9 days ago