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

Bombek1
/
gte-base-litert

Feature Extraction
sentence-transformers
LiteRT
LiteRT
embeddings
edge
on-device
Model card Files Files and versions
xet
Community

Instructions to use Bombek1/gte-base-litert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Bombek1/gte-base-litert with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Bombek1/gte-base-litert")
    
    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]
  • LiteRT

    How to use Bombek1/gte-base-litert with LiteRT:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
gte-base-litert
436 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Bombek1's picture
Bombek1
Upload thenlper_gte-base.tflite with huggingface_hub
2c37581 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    3.38 kB
    Upload README.md with huggingface_hub 4 months ago
  • thenlper_gte-base.tflite
    436 MB
    xet
    Upload thenlper_gte-base.tflite with huggingface_hub 4 months ago