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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zhou-xl
/
bi-cse

Feature Extraction
Transformers
PyTorch
roberta
mteb
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use zhou-xl/bi-cse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zhou-xl/bi-cse with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="zhou-xl/bi-cse")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("zhou-xl/bi-cse")
    model = AutoModel.from_pretrained("zhou-xl/bi-cse", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bi-cse
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
zhou-xl's picture
zhou-xl
Update README.md
cac188d verified over 2 years ago
  • .gitattributes
    1.57 kB
    Upload 6 files over 2 years ago
  • README.md
    10.8 kB
    Update README.md over 2 years ago
  • config.json
    752 Bytes
    Upload 6 files over 2 years ago
  • pytorch_model.bin
    2.24 GB
    xet
    Upload 6 files over 2 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload 6 files over 2 years ago
  • special_tokens_map.json
    280 Bytes
    Upload 6 files over 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload 6 files over 2 years ago
  • tokenizer_config.json
    446 Bytes
    Upload 6 files over 2 years ago