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

Alibaba-NLP
/
UEmbed-9B

Feature Extraction
Transformers
Safetensors
qwen3_5
embeddings
multimodal
retrieval
sparse-retrieval
splade
dense-retrieval
vision
Model card Files Files and versions
xet
Community

Instructions to use Alibaba-NLP/UEmbed-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Alibaba-NLP/UEmbed-9B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Alibaba-NLP/UEmbed-9B")
    # Load model directly
    from transformers import AutoProcessor, Qwen3_5ForEmbedding
    
    processor = AutoProcessor.from_pretrained("Alibaba-NLP/UEmbed-9B")
    model = Qwen3_5ForEmbedding.from_pretrained("Alibaba-NLP/UEmbed-9B", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
UEmbed-9B
18.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
songtingyu's picture
songtingyu
Update README.md
66b8195 verified about 19 hours ago
  • src
    Initial Commit. 6 days ago
  • .gitattributes
    1.57 kB
    Initial Commit. 6 days ago
  • README.md
    5.72 kB
    Update README.md about 19 hours ago
  • chat_template.jinja
    7.76 kB
    Initial Commit. 6 days ago
  • config.json
    2.83 kB
    Initial Commit. 6 days ago
  • model-00001-of-00004.safetensors
    4.97 GB
    xet
    Initial Commit. 6 days ago
  • model-00002-of-00004.safetensors
    4.99 GB
    xet
    Initial Commit. 6 days ago
  • model-00003-of-00004.safetensors
    4.96 GB
    xet
    Initial Commit. 6 days ago
  • model-00004-of-00004.safetensors
    1.86 GB
    xet
    Initial Commit. 6 days ago
  • model.safetensors.index.json
    86.9 kB
    Initial Commit. 6 days ago
  • processor_config.json
    1.19 kB
    Initial Commit. 6 days ago
  • sparse_info.json
    5.75 MB
    Initial Commit. 6 days ago
  • sparse_weights.pt
    1.51 GB
    xet
    Initial Commit. 6 days ago
  • tokenizer.json
    20 MB
    xet
    Initial Commit. 6 days ago
  • tokenizer_config.json
    1.14 kB
    Initial Commit. 6 days ago