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

  • Log In
  • Sign Up

HowieHwong
/
ppopt

Text Generation
PEFT
Safetensors
English
llama
lora
prompt-optimization
sft
grpo
rlhf
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use HowieHwong/ppopt with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "HowieHwong/ppopt")
  • Notebooks
  • Google Colab
  • Kaggle
ppopt
353 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
HowieHwong's picture
HowieHwong
Upload README.md with huggingface_hub
3bf42c1 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.43 kB
    Upload README.md with huggingface_hub 3 months ago
  • adapter_config.json
    766 Bytes
    Upload PPOpt LoRA adapter (Llama-3.1-8B-Instruct) 3 months ago
  • adapter_model.safetensors
    353 MB
    xet
    Upload PPOpt LoRA adapter (Llama-3.1-8B-Instruct) 3 months ago