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

scutcyr
/
BianQue-2

Feature Extraction
Transformers
PyTorch
chatglm
custom_code
Model card Files Files and versions
xet
Community
3

Instructions to use scutcyr/BianQue-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use scutcyr/BianQue-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="scutcyr/BianQue-2", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("scutcyr/BianQue-2", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BianQue-2
13.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
scutcyr's picture
scutcyr
Update README.md
e03d019 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    9.38 kB
    Update README.md about 3 years ago
  • config.json
    876 Bytes
    Update config.json about 3 years ago
  • configuration_chatglm.py
    4.28 kB
    update model code about 3 years ago
  • generation_config.json
    147 Bytes
    update model json about 3 years ago
  • ice_text.model
    2.71 MB
    xet
    update model about 3 years ago
  • modeling_chatglm.py
    57.6 kB
    update model code about 3 years ago
  • pytorch_model-00001-of-00003.bin
    4.96 GB
    xet
    update model about 3 years ago
  • pytorch_model-00002-of-00003.bin
    4.97 GB
    xet
    update model about 3 years ago
  • pytorch_model-00003-of-00003.bin
    3.49 GB
    xet
    update model about 3 years ago
  • pytorch_model.bin.index.json
    33.4 kB
    update model json about 3 years ago
  • quantization.py
    15.1 kB
    update model code about 3 years ago
  • special_tokens_map.json
    125 Bytes
    update model json about 3 years ago
  • tokenization_chatglm.py
    16.7 kB
    update model code about 3 years ago
  • tokenizer_config.json
    522 Bytes
    update model json about 3 years ago