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

  • Log In
  • Sign Up

zeroshot
/
gte-tiny-quant

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

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

  • Libraries
  • Transformers

    How to use zeroshot/gte-tiny-quant with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="zeroshot/gte-tiny-quant")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("zeroshot/gte-tiny-quant")
    model = AutoModel.from_pretrained("zeroshot/gte-tiny-quant")
  • Notebooks
  • Google Colab
  • Kaggle
gte-tiny-quant
59.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zeroshot's picture
zeroshot
Upload 3 files
06a0350 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • config.json
    622 Bytes
    Upload 3 files over 2 years ago
  • model.onnx
    58.6 MB
    xet
    Upload 3 files over 2 years ago
  • tokenizer.json
    712 kB
    Upload 3 files over 2 years ago