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

  • Log In
  • Sign Up

SaferChat
/
falcon-7b-test

PEFT
Model card Files Files and versions
xet
Community
2

Instructions to use SaferChat/falcon-7b-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use SaferChat/falcon-7b-test with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b")
    model = PeftModel.from_pretrained(base_model, "SaferChat/falcon-7b-test")
  • Notebooks
  • Google Colab
  • Kaggle
falcon-7b-test
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
SaferChat's picture
SaferChat
Upload model (#1)
7fbdbe4 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    440 Bytes
    Upload model (#1) almost 3 years ago
  • adapter_config.json
    434 Bytes
    Upload model (#1) almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    18.9 MB
    xet
    Upload model (#1) almost 3 years ago