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

ai4data
/
devdata-search-harrier-270m-cmnrl

Feature Extraction
sentence-transformers
Safetensors
gemma3_text
retrieval
devdata-search
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ai4data/devdata-search-harrier-270m-cmnrl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ai4data/devdata-search-harrier-270m-cmnrl with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ai4data/devdata-search-harrier-270m-cmnrl")
    
    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
devdata-search-harrier-270m-cmnrl
570 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
avsolatorio's picture
avsolatorio
Upload README.md with huggingface_hub
417e3e1 verified 7 days ago
  • 1_Pooling
    Add new SentenceTransformer model 7 days ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 7 days ago
  • README.md
    1.67 kB
    Upload README.md with huggingface_hub 7 days ago
  • config.json
    1.53 kB
    Add new SentenceTransformer model 7 days ago
  • config_sentence_transformers.json
    549 Bytes
    Add new SentenceTransformer model 7 days ago
  • model.safetensors
    536 MB
    xet
    Add new SentenceTransformer model 7 days ago
  • modules.json
    429 Bytes
    Add new SentenceTransformer model 7 days ago
  • sentence_bert_config.json
    241 Bytes
    Add new SentenceTransformer model 7 days ago
  • tokenizer.json
    33.4 MB
    xet
    Add new SentenceTransformer model 7 days ago
  • tokenizer_config.json
    867 Bytes
    Add new SentenceTransformer model 7 days ago