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

  • Log In
  • Sign Up

zeroshot
/
bge-micro-v2-quant

Feature Extraction
Transformers
ONNX
English
bert
Model card Files Files and versions
xet
Community

Instructions to use zeroshot/bge-micro-v2-quant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zeroshot/bge-micro-v2-quant with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="zeroshot/bge-micro-v2-quant")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("zeroshot/bge-micro-v2-quant")
    model = AutoModel.from_pretrained("zeroshot/bge-micro-v2-quant")
  • Notebooks
  • Google Colab
  • Kaggle
bge-micro-v2-quant
53.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
zeroshot's picture
zeroshot
Update README.md
a6151ba over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.59 kB
    Update README.md over 2 years ago
  • config.json
    704 Bytes
    Upload 3 files over 2 years ago
  • model.onnx
    53.1 MB
    xet
    Upload 3 files over 2 years ago
  • tokenizer.json
    712 kB
    Upload 3 files over 2 years ago