Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

cyun9601
/
FAQ_BGE

Feature Extraction
Transformers
Safetensors
xlm-roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use cyun9601/FAQ_BGE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cyun9601/FAQ_BGE with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="cyun9601/FAQ_BGE")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("cyun9601/FAQ_BGE")
    model = AutoModel.from_pretrained("cyun9601/FAQ_BGE")
  • Notebooks
  • Google Colab
  • Kaggle
FAQ_BGE
2.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
cyun9601's picture
cyun9601
Upload tokenizer
2fe56a0 verified almost 2 years ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 2 years ago
  • README.md
    28 Bytes
    initial commit about 2 years ago
  • config.json
    765 Bytes
    Upload model almost 2 years ago
  • model.safetensors
    2.27 GB
    xet
    Upload model almost 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer about 2 years ago
  • special_tokens_map.json
    964 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.17 kB
    Upload tokenizer about 2 years ago