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

  • Log In
  • Sign Up

rlhn
/
e5-base-rlhn-400K

Feature Extraction
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use rlhn/e5-base-rlhn-400K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rlhn/e5-base-rlhn-400K with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="rlhn/e5-base-rlhn-400K")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("rlhn/e5-base-rlhn-400K")
    model = AutoModel.from_pretrained("rlhn/e5-base-rlhn-400K")
  • Notebooks
  • Google Colab
  • Kaggle
e5-base-rlhn-400K
220 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nthakur's picture
nthakur
Upload tokenizer
55f897b verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload model about 1 year ago
  • config.json
    714 Bytes
    Upload model about 1 year ago
  • model.safetensors
    219 MB
    xet
    Upload model about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    712 kB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.33 kB
    Upload tokenizer about 1 year ago
  • vocab.txt
    232 kB
    Upload tokenizer about 1 year ago