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

siwon23
/
fine_tuned_model

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

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

  • Libraries
  • PEFT

    How to use siwon23/fine_tuned_model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "siwon23/fine_tuned_model")
  • Notebooks
  • Google Colab
  • Kaggle
fine_tuned_model
16.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
siwon23's picture
siwon23
CCiwon/llama-kdt-finetuned
8fe151b verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.3 kB
    CCiwon/llama-kdt-finetuned over 1 year ago
  • adapter_config.json
    724 Bytes
    CCiwon/llama-kdt-finetuned over 1 year ago
  • adapter_model.safetensors
    16.8 MB
    xet
    CCiwon/llama-kdt-finetuned over 1 year ago
  • training_args.bin
    5.24 kB
    xet
    CCiwon/llama-kdt-finetuned over 1 year ago