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

  • Log In
  • Sign Up

netease-youdao
/
embed

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

Instructions to use netease-youdao/embed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use netease-youdao/embed with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="netease-youdao/embed")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("netease-youdao/embed")
    model = AutoModel.from_pretrained("netease-youdao/embed")
  • Notebooks
  • Google Colab
  • Kaggle
embed
561 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
DaXiong's picture
DaXiong
Uploads embed.onnx and configs
2beecc0 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    28 Bytes
    initial commit about 2 years ago
  • config.json
    637 Bytes
    Uploads embed.onnx and configs about 2 years ago
  • embed.onnx
    556 MB
    xet
    Uploads embed.onnx and configs about 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Uploads embed.onnx and configs about 2 years ago
  • special_tokens_map.json
    180 Bytes
    Uploads embed.onnx and configs about 2 years ago
  • tokenizer_config.json
    257 Bytes
    Uploads embed.onnx and configs about 2 years ago
  • version.txt
    7 Bytes
    Uploads embed.onnx and configs about 2 years ago