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

  • Log In
  • Sign Up

Evan-Lin
/
SFT

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

Instructions to use Evan-Lin/SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Evan-Lin/SFT with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf")
    model = PeftModel.from_pretrained(base_model, "Evan-Lin/SFT")
  • Notebooks
  • Google Colab
  • Kaggle
SFT / final_checkpoint
8.41 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Evan-Lin's picture
Evan-Lin
Evan-Lin/SFT
65b25b1 verified over 2 years ago
  • README.md
    5.1 kB
    Evan-Lin/SFT over 2 years ago
  • adapter_config.json
    576 Bytes
    Evan-Lin/SFT over 2 years ago
  • adapter_model.safetensors
    8.41 MB
    xet
    Evan-Lin/SFT over 2 years ago