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

  • Log In
  • Sign Up

arnavgrg
/
codealpaca-qlora

Text Generation
PEFT
English
Model card Files Files and versions
xet
Community
4

Instructions to use arnavgrg/codealpaca-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use arnavgrg/codealpaca-qlora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf")
    model = PeftModel.from_pretrained(base_model, "arnavgrg/codealpaca-qlora")
  • Notebooks
  • Google Colab
  • Kaggle
codealpaca-qlora
Ctrl+K
Ctrl+K
  • 2 contributors
History: 19 commits
arnavgrg's picture
arnavgrg
Update README.md
6991149 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.46 kB
    Update README.md over 2 years ago
  • adapter_config.json
    446 Bytes
    Upload 3 files over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    16.8 MB
    xet
    Upload 3 files over 2 years ago
  • special_tokens_map.json
    414 Bytes
    Add tokenizer over 2 years ago
  • tokenizer.json
    1.84 MB
    Add tokenizer over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Add tokenizer over 2 years ago
  • tokenizer_config.json
    725 Bytes
    Add tokenizer over 2 years ago