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

raghunath1
/
Aptivra-Base-110M

Feature Extraction
sentence-transformers
ONNX
Safetensors
OpenVINO
English
bert
sentence-similarity
text-embedding
skill-routing
skill-embedding
retrieval
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use raghunath1/Aptivra-Base-110M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use raghunath1/Aptivra-Base-110M with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("raghunath1/Aptivra-Base-110M")
    
    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
Aptivra-Base-110M
2.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
raghunath1's picture
raghunath1
docs(card): OpenVINO int8 (weight-only) validated + added
65cc97c verified 4 days ago
  • 1_Pooling
    Upload Aptivra-Base-110M skill embedding model 6 days ago
  • assets
    add assets/aptivra-architecture.svg 4 days ago
  • onnx
    add ONNX backends (fp, O3, int8 x4) — parity-validated 4 days ago
  • openvino
    add OpenVINO int8 (weight-only, fidelity 0.99938) 4 days ago
  • .gitattributes
    1.59 kB
    add assets/aptivra-architecture.png 4 days ago
  • LICENSE
    1.08 kB
    Set MIT license 6 days ago
  • README.md
    12.7 kB
    docs(card): OpenVINO int8 (weight-only) validated + added 4 days ago
  • config.json
    746 Bytes
    Upload Aptivra-Base-110M skill embedding model 6 days ago
  • config_sentence_transformers.json
    277 Bytes
    Upload Aptivra-Base-110M skill embedding model 6 days ago
  • model.safetensors
    438 MB
    xet
    Upload Aptivra-Base-110M skill embedding model 6 days ago
  • modules.json
    429 Bytes
    Upload Aptivra-Base-110M skill embedding model 6 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload Aptivra-Base-110M skill embedding model 6 days ago
  • tokenizer.json
    712 kB
    Upload Aptivra-Base-110M skill embedding model 6 days ago
  • tokenizer_config.json
    581 Bytes
    Upload Aptivra-Base-110M skill embedding model 6 days ago