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

  • Log In
  • Sign Up

nelkh
/
pgd_mistral

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

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

  • Libraries
  • PEFT

    How to use nelkh/pgd_mistral with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3")
    model = PeftModel.from_pretrained(base_model, "nelkh/pgd_mistral")
  • Notebooks
  • Google Colab
  • Kaggle
pgd_mistral / runs
55.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
nelkh's picture
nelkh
nelkh/pgd_lora_8bits_mistral_1_r4_e4_b3
f497eb0 verified almost 2 years ago
  • Jul23_11-36-31_33d7ce5139f5
    nelkh/pgd_lora_8bits_mistral_1 almost 2 years ago
  • Jul23_12-15-54_33d7ce5139f5
    nelkh/pgd_lora_8bits_mistral_1 almost 2 years ago
  • Jul23_13-30-46_33d7ce5139f5
    nelkh/pgd_lora_8bits_mistral_1_r6_e3_ almost 2 years ago
  • Jul23_14-34-42_33d7ce5139f5
    nelkh/pgd_lora_8bits_mistral_1_r6_e3_ almost 2 years ago
  • Jul24_08-16-49_19c3b9d08bc5
    nelkh/pgd_lora_8bits_mistral_1_r2_e10_ almost 2 years ago
  • Jul24_10-10-27_19c3b9d08bc5
    nelkh/pgd_lora_8bits_mistral_1_r4_e4_ almost 2 years ago
  • Jul30_12-38-55_adf30a86b1ac
    nelkh/pgd_lora_8bits_mistral_1_r4_e4_b3 almost 2 years ago