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

kevinqz
/
BGE-Small-EN-v1.5-CoreAI

Feature Extraction
Core ML
sentence-transformers
coreai
core-ai
coreai-fabric
aimodel
apple
apple-silicon
on-device
embedding
sentence-similarity
encoder
Model card Files Files and versions
xet
Community

Instructions to use kevinqz/BGE-Small-EN-v1.5-CoreAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use kevinqz/BGE-Small-EN-v1.5-CoreAI with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kevinqz/BGE-Small-EN-v1.5-CoreAI")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
BGE-Small-EN-v1.5-CoreAI
132 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
kevinqz's picture
kevinqz
coreai-fabric: link collection
dc7d504 verified 3 months ago
  • bge-small-en-v15.aimodel
    coreai-fabric: bge-small-en-v15 asset 3 months ago
  • .gitattributes
    1.59 kB
    coreai-fabric: bge-small-en-v15 asset 3 months ago
  • LICENSE
    1.67 kB
    coreai-fabric: bge-small-en-v15 card + license + reports 3 months ago
  • README.md
    4.79 kB
    coreai-fabric: link collection 3 months ago
  • parity-report.json
    1.99 kB
    coreai-fabric: bge-small-en-v15 card + license + reports 3 months ago