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

Urock-AI
/
Eddy-vl_embedding_1.9B_v1

Feature Extraction
Transformers
Safetensors
English
Korean
multilingual
qwen3_vl
vision-language
embedding
multimodal-embedding
mmeb
digital-forensics
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Urock-AI/Eddy-vl_embedding_1.9B_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Urock-AI/Eddy-vl_embedding_1.9B_v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Urock-AI/Eddy-vl_embedding_1.9B_v1", trust_remote_code=True)
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("Urock-AI/Eddy-vl_embedding_1.9B_v1", trust_remote_code=True)
    model = AutoModel.from_pretrained("Urock-AI/Eddy-vl_embedding_1.9B_v1", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
Eddy-vl_embedding_1.9B_v1
3.87 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
Urock-chy's picture
Urock-chy
Add Hub weights fallback and update Installation docs
3b2c1f2 verified about 4 hours ago
  • vl_utils
    Initial release: Eddy-VL Embedding 1.9B 1 day ago
  • .gitattributes
    1.62 kB
    Add Eddy-VL logo 1 day ago
  • README.md
    8.44 kB
    Add Hub weights fallback and update Installation docs about 4 hours ago
  • chat_template.jinja
    5.52 kB
    Initial release: Eddy-VL Embedding 1.9B 1 day ago
  • config.json
    1.63 kB
    Add VLProcessor (processing_vl.py) with auto_map 1 day ago
  • logo.png
    1.17 MB
    xet
    Add Eddy-VL logo 1 day ago
  • model.safetensors
    3.85 GB
    xet
    Initial release: Eddy-VL Embedding 1.9B 1 day ago
  • processing_vl.py
    182 Bytes
    Add VLProcessor (processing_vl.py) with auto_map 1 day ago
  • processor_config.json
    1.39 kB
    Add VLProcessor (processing_vl.py) with auto_map 1 day ago
  • tokenizer.json
    11.4 MB
    xet
    Initial release: Eddy-VL Embedding 1.9B 1 day ago
  • tokenizer_config.json
    836 Bytes
    Add VLProcessor (processing_vl.py) with auto_map 1 day ago
  • vl_embedding_v1.py
    10.5 kB
    Add Hub weights fallback and update Installation docs about 4 hours ago