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

minsik-oh
/
dpo-model-sample

PEFT
Safetensors
trl
dpo
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use minsik-oh/dpo-model-sample with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use minsik-oh/dpo-model-sample 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, "minsik-oh/dpo-model-sample")
  • Notebooks
  • Google Colab
  • Kaggle
dpo-model-sample / sample_data
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
minsik-oh's picture
minsik-oh
minsik-oh/dpo-model-sample
2f4c3be verified over 1 year ago
  • README.md
    962 Bytes
    minsik-oh/dpo-model-sample over 1 year ago
  • anscombe.json
    1.7 kB
    minsik-oh/dpo-model-sample over 1 year ago
  • california_housing_test.csv
    301 kB
    minsik-oh/dpo-model-sample over 1 year ago
  • california_housing_train.csv
    1.71 MB
    minsik-oh/dpo-model-sample over 1 year ago
  • mnist_test.csv
    18.3 MB
    xet
    minsik-oh/dpo-model-sample over 1 year ago
  • mnist_train_small.csv
    36.5 MB
    xet
    minsik-oh/dpo-model-sample over 1 year ago