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

geevec-ai
/
geevec-embeddings-1.0-lite

Feature Extraction
sentence-transformers
Safetensors
Transformers
qwen3_pseudo_moe
sentence-similarity
custom_code
Model card Files Files and versions
xet
Community

Instructions to use geevec-ai/geevec-embeddings-1.0-lite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use geevec-ai/geevec-embeddings-1.0-lite with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("geevec-ai/geevec-embeddings-1.0-lite", trust_remote_code=True)
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Transformers

    How to use geevec-ai/geevec-embeddings-1.0-lite with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="geevec-ai/geevec-embeddings-1.0-lite", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("geevec-ai/geevec-embeddings-1.0-lite", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
geevec-embeddings-1.0-lite
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
geevec's picture
geevec
Upload imgs/BRIGHT.png with huggingface_hub
31d0020 verified 15 days ago
  • 1_Pooling
    Upload folder using huggingface_hub about 1 month ago
  • imgs
    Upload imgs/BRIGHT.png with huggingface_hub 15 days ago
  • .gitattributes
    1.85 kB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    7.13 kB
    Update README.md about 1 month ago
  • config.json
    1.46 kB
    Upload folder using huggingface_hub about 1 month ago
  • config_sentence_transformers.json
    84 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • configuration_qwen3_pseudo_moe.py
    95 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    732 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • modeling_qwen3_pseudo_moe.py
    7.74 kB
    Upload folder using huggingface_hub about 1 month ago
  • modules.json
    272 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • pseudo_moe_st_module.py
    4.73 kB
    Upload folder using huggingface_hub about 1 month ago
  • special_tokens_map.json
    613 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    5.62 kB
    Upload folder using huggingface_hub about 1 month ago
  • vocab.json
    2.78 MB
    Upload folder using huggingface_hub about 1 month ago