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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

KRAFTON
/
Raon-VisionEncoder

Feature Extraction
Transformers
Safetensors
raon_ve
vision
image-text
clip
zero-shot
custom_code
Model card Files Files and versions
xet
Community

Instructions to use KRAFTON/Raon-VisionEncoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KRAFTON/Raon-VisionEncoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="KRAFTON/Raon-VisionEncoder", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("KRAFTON/Raon-VisionEncoder", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Raon-VisionEncoder / LICENSES
2.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ValentineKRAFTON's picture
ValentineKRAFTON
initial commit
acd771b verified about 2 months ago
  • MIT-OpenAI-CLIP.txt
    1.06 kB
    initial commit about 2 months ago
  • MIT-OpenCLIP.txt
    1.24 kB
    initial commit about 2 months ago