Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mrsladoje
/
CodeRankEmbed-onnx-int8

Feature Extraction
Transformers
ONNX
nomic_bert
quantized
int8
code-search
embedding
nomic-bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use mrsladoje/CodeRankEmbed-onnx-int8 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="mrsladoje/CodeRankEmbed-onnx-int8")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("mrsladoje/CodeRankEmbed-onnx-int8")
    model = AutoModel.from_pretrained("mrsladoje/CodeRankEmbed-onnx-int8")
  • Notebooks
  • Google Colab
  • Kaggle
CodeRankEmbed-onnx-int8
140 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
mrsladoje's picture
mrsladoje
docs: update README with reduce_range=True rationale and Zen 3 fix
e74f446 verified 17 days ago
  • onnx
    fix(quantization): re-quantize with reduce_range=True 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • LICENSE
    1.19 kB
    Upload LICENSE with huggingface_hub 3 months ago
  • README.md
    3.81 kB
    docs: update README with reduce_range=True rationale and Zen 3 fix 17 days ago
  • config.json
    1.37 kB
    Upload config.json with huggingface_hub 3 months ago
  • special_tokens_map.json
    695 Bytes
    Upload special_tokens_map.json with huggingface_hub 3 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer.json with huggingface_hub 3 months ago
  • tokenizer_config.json
    1.45 kB
    Upload tokenizer_config.json with huggingface_hub 3 months ago
  • vocab.txt
    232 kB
    Upload vocab.txt with huggingface_hub 3 months ago