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

  • Log In
  • Sign Up

Defalt-404
/
LoRA_Falcon

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use Defalt-404/LoRA_Falcon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Defalt-404/LoRA_Falcon with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-40b")
    model = PeftModel.from_pretrained(base_model, "Defalt-404/LoRA_Falcon")
  • Notebooks
  • Google Colab
  • Kaggle
LoRA_Falcon
225 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Defalt-404's picture
Defalt-404
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#1)
2f9736c over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    57 Bytes
    Librarian Bot: Add base_model information to model (#1) over 2 years ago
  • adapter_config.json
    465 Bytes
    Upload model 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?

    222 MB
    xet
    Upload model almost 3 years ago
  • special_tokens_map.json
    313 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    2.73 MB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    180 Bytes
    Upload tokenizer almost 3 years ago