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

terry69
/
llama3_preference

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

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

  • Libraries
  • PEFT

    How to use terry69/llama3_preference with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
    model = PeftModel.from_pretrained(base_model, "terry69/llama3_preference")
  • Notebooks
  • Google Colab
  • Kaggle
llama3_preference / runs
33.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
terry69's picture
terry69
End of training
045a7b1 verified over 1 year ago
  • Sep19_23-49-55_COE-CS-sv003
    Training in progress, epoch 0 over 1 year ago
  • Sep20_23-06-53_COE-CS-sv004
    End of training over 1 year ago