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

  • Log In
  • Sign Up

Rupa421
/
TinyLlama-LoRA

PEFT
Safetensors
lora
sft
trl
tinyllama
instruction-tuning
Model card Files Files and versions
xet
Community

Instructions to use Rupa421/TinyLlama-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Rupa421/TinyLlama-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "Rupa421/TinyLlama-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
TinyLlama-LoRA
8.14 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Rupa421's picture
Rupa421
Update README.md
7569d08 verified 16 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    1.51 kB
    Update README.md 16 days ago
  • adapter_config.json
    1.04 kB
    Upload 4 files 16 days ago
  • adapter_model.safetensors
    4.52 MB
    xet
    Upload 4 files 16 days ago
  • tokenizer.json
    3.62 MB
    Upload 4 files 16 days ago
  • tokenizer_config.json
    398 Bytes
    Upload 4 files 16 days ago