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

  • Log In
  • Sign Up

rghosh8
/
supportGPT-v3

PEFT
falcon
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use rghosh8/supportGPT-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use rghosh8/supportGPT-v3 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b")
    model = PeftModel.from_pretrained(base_model, "rghosh8/supportGPT-v3")
  • Notebooks
  • Google Colab
  • Kaggle
supportGPT-v3
11.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
rghosh8's picture
rghosh8
Update config.json
d019da5 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    93 Bytes
    Upload model over 2 years ago
  • adapter_config.json
    433 Bytes
    Upload model over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (2)

    • "torch._utils._rebuild_meta_tensor_no_storage",
    • "torch.float32"

    How to fix it?

    7.87 kB
    xet
    Upload model over 2 years ago
  • config.json
    1.31 kB
    Update config.json over 2 years ago