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

  • Log In
  • Sign Up

minhdang
/
onnx-emb

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

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

  • Libraries
  • Transformers

    How to use minhdang/onnx-emb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="minhdang/onnx-emb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("minhdang/onnx-emb")
    model = AutoModel.from_pretrained("minhdang/onnx-emb")
  • Notebooks
  • Google Colab
  • Kaggle
onnx-emb
137 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
minhdang's picture
minhdang
Upload ort_config.json with huggingface_hub
3dfa520 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    24 Bytes
    initial commit almost 2 years ago
  • added_tokens.json
    22 Bytes
    Upload added_tokens.json with huggingface_hub almost 2 years ago
  • bpe.codes
    1.14 MB
    Upload bpe.codes with huggingface_hub almost 2 years ago
  • config.json
    746 Bytes
    Upload config.json with huggingface_hub almost 2 years ago
  • model_quantized.onnx
    135 MB
    xet
    Upload model_quantized.onnx with huggingface_hub almost 2 years ago
  • ort_config.json
    763 Bytes
    Upload ort_config.json with huggingface_hub almost 2 years ago
  • special_tokens_map.json
    965 Bytes
    Upload special_tokens_map.json with huggingface_hub almost 2 years ago
  • tokenizer_config.json
    1.14 kB
    Upload tokenizer_config.json with huggingface_hub almost 2 years ago
  • vocab.txt
    895 kB
    Upload vocab.txt with huggingface_hub almost 2 years ago