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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kevin009
/
lla

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use kevin009/lla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kevin009/lla with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "kevin009/lla")
  • Notebooks
  • Google Colab
  • Kaggle
lla
671 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
kevin009's picture
kevin009
Upload adapter_model.safetensors
338c36c verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    72 Bytes
    Update README.md over 1 year ago
  • adapter_config.json
    756 Bytes
    Update adapter_config.json over 1 year ago
  • adapter_model.safetensors
    671 MB
    xet
    Upload adapter_model.safetensors over 1 year ago