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

  • Log In
  • Sign Up

riccorl
/
e5-base-v2-csqa-examples

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

Instructions to use riccorl/e5-base-v2-csqa-examples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use riccorl/e5-base-v2-csqa-examples with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="riccorl/e5-base-v2-csqa-examples", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("riccorl/e5-base-v2-csqa-examples", trust_remote_code=True)
    model = AutoModel.from_pretrained("riccorl/e5-base-v2-csqa-examples", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
e5-base-v2-csqa-examples
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
riccorl's picture
riccorl
Upload folder using huggingface_hub
d4f73ce verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    761 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • hf.py
    3.73 kB
    Upload folder using huggingface_hub almost 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config.json
    1.19 kB
    Upload folder using huggingface_hub almost 2 years ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub almost 2 years ago