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 / rl
4.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kulibinai's picture
kulibinai
Set tie_word_embeddings at root and in text_config
4fd1872 verified about 5 hours ago
  • added_tokens.json
    392 Bytes
    Add rl checkpoint 3 days ago
  • chat_template.jinja
    1.02 kB
    Add rl checkpoint 3 days ago
  • config.json
    3.08 kB
    Set tie_word_embeddings at root and in text_config about 5 hours ago
  • generation_config.json
    235 Bytes
    Add rl checkpoint 3 days ago
  • merges.txt
    1.67 MB
    Add rl checkpoint 3 days ago
  • model.safetensors
    4.42 GB
    xet
    Add rl checkpoint 3 days ago
  • preprocessor_config.json
    788 Bytes
    Add rl checkpoint 3 days ago
  • special_tokens_map.json
    613 Bytes
    Add rl checkpoint 3 days ago
  • tokenizer.json
    11.4 MB
    xet
    Add rl checkpoint 3 days ago
  • tokenizer_config.json
    3.4 kB
    Add rl checkpoint 3 days ago
  • video_preprocessor_config.json
    1.01 kB
    Add rl checkpoint 3 days ago
  • vocab.json
    2.78 MB
    Add rl checkpoint 3 days ago