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

knarayan
/
model_colors_lora

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use knarayan/model_colors_lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("PY007/TinyLlama-1.1B-Chat-v0.3")
    model = PeftModel.from_pretrained(base_model, "knarayan/model_colors_lora")
  • Notebooks
  • Google Colab
  • Kaggle
model_colors_lora / runs
71.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
knarayan's picture
knarayan
End of training
f227c53 verified over 1 year ago
  • Feb13_19-29-53_664c4e247bf4
    End of training over 1 year ago
  • Feb13_19-40-13_664c4e247bf4
    End of training over 1 year ago
  • Feb13_19-52-15_664c4e247bf4
    End of training over 1 year ago
  • Feb13_19-52-52_664c4e247bf4
    End of training over 1 year ago
  • Feb13_19-54-35_664c4e247bf4
    End of training over 1 year ago
  • Feb13_20-03-50_664c4e247bf4
    End of training over 1 year ago
  • Feb14_01-23-51_c800dddc3138
    End of training over 1 year ago