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

Rebine
/
Qwen3.5-Embedding-0.8B

Feature Extraction
Transformers
Safetensors
qwen3_5_text
embeddings
sentence-similarity
information-retrieval
memory-retrieval
chinese
qwen3.5
Model card Files Files and versions
xet
Community

Instructions to use Rebine/Qwen3.5-Embedding-0.8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Rebine/Qwen3.5-Embedding-0.8B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Rebine/Qwen3.5-Embedding-0.8B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Rebine/Qwen3.5-Embedding-0.8B")
    model = AutoModel.from_pretrained("Rebine/Qwen3.5-Embedding-0.8B", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3.5-Embedding-0.8B
1.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Rebine's picture
Rebine
Match official Qwen model card conventions
3f77c45 verified 9 days ago
  • .gitattributes
    1.57 kB
    Upload final OpenClaw memory embedding model 11 days ago
  • README.md
    5.24 kB
    Match official Qwen model card conventions 9 days ago
  • chat_template.jinja
    7.76 kB
    Upload final OpenClaw memory embedding model 11 days ago
  • config.json
    1.79 kB
    Align max_position_embeddings with training context (2048) 9 days ago
  • embedding_config.json
    344 Bytes
    Upload final OpenClaw memory embedding model 11 days ago
  • model.safetensors
    1.5 GB
    xet
    Upload final OpenClaw memory embedding model 11 days ago
  • tokenizer.json
    20 MB
    xet
    Upload final OpenClaw memory embedding model 11 days ago
  • tokenizer_config.json
    1.32 kB
    Upload final OpenClaw memory embedding model 11 days ago