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

kulibinai
/
cadena

Image-to-Text
Transformers
Safetensors
cad
reverse-engineering
cadquery
vision-language
Model card Files Files and versions
xet
Community

Instructions to use kulibinai/cadena with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kulibinai/cadena 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="kulibinai/cadena")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("kulibinai/cadena", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cadena
8.87 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
kulibinai's picture
kulibinai
Link the paper: arXiv:2608.00799
ff0a024 verified about 10 hours ago
  • rl
    Add rl checkpoint 3 days ago
  • sft
    Add sft checkpoint 3 days ago
  • .gitattributes
    1.63 kB
    Add rl checkpoint 3 days ago
  • README.md
    2.92 kB
    Link the paper: arXiv:2608.00799 about 10 hours ago