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

anubhavg97
/
constbert-onnx

Feature Extraction
Transformers
ONNX
Safetensors
English
bert
retrieval
constbert
colbert
multi-vector
embedding
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use anubhavg97/constbert-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anubhavg97/constbert-onnx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="anubhavg97/constbert-onnx", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("anubhavg97/constbert-onnx", trust_remote_code=True)
    model = AutoModel.from_pretrained("anubhavg97/constbert-onnx", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
constbert-onnx
876 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 28 commits
ag-nexla's picture
ag-nexla
updated requirements.txt
6521ec1 11 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.23 kB
    Update README.md 12 months ago
  • artifact.metadata
    1.54 kB
    Upload 4 files about 1 year ago
  • colbert_configuration.py
    12 kB
    updated handler 11 months ago
  • config.json
    710 Bytes
    Update config.json about 1 year ago
  • export_to_onnx.py
    2.01 kB
    added custom hadnler 11 months ago
  • handler.py
    4.25 kB
    updated handler 11 months ago
  • model.onnx
    436 MB
    xet
    added custom hadnler 11 months ago
  • model.safetensors
    438 MB
    xet
    Upload ConstBERT about 1 year ago
  • modeling.py
    11.1 kB
    added custom hadnler 11 months ago
  • requirements.txt
    103 Bytes
    updated requirements.txt 11 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer about 1 year ago
  • tokenization_utils.py
    7.65 kB
    Upload ConstBERT about 1 year ago
  • tokenizer.json
    711 kB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.22 kB
    Upload tokenizer about 1 year ago
  • vocab.txt
    232 kB
    Upload tokenizer about 1 year ago