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

  • Log In
  • Sign Up

dugoalberto
/
QwenChat_1.5_Python22kLoRA

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

Instructions to use dugoalberto/QwenChat_1.5_Python22kLoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use dugoalberto/QwenChat_1.5_Python22kLoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-1.8B-Chat")
    model = PeftModel.from_pretrained(base_model, "dugoalberto/QwenChat_1.5_Python22kLoRA")
  • Notebooks
  • Google Colab
  • Kaggle
QwenChat_1.5_Python22kLoRA / runs
8.94 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
dugoalberto's picture
dugoalberto
End of training
5c81633 verified almost 2 years ago
  • May17_08-47-57_3ee17bfca754
    End of training almost 2 years ago