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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Wei-K
/
D3_HW_model

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

Instructions to use Wei-K/D3_HW_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Wei-K/D3_HW_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, "Wei-K/D3_HW_model")
  • Notebooks
  • Google Colab
  • Kaggle
D3_HW_model / runs
39.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Wei-K's picture
Wei-K
End of training
34195e5 over 2 years ago
  • Dec29_06-19-36_d0b4371a9f44
    Training in progress, step 100 over 2 years ago
  • Dec29_07-28-45_d0b4371a9f44
    Training in progress, step 100 over 2 years ago
  • Dec29_07-47-41_d0b4371a9f44
    Training in progress, step 100 over 2 years ago
  • Dec29_08-02-46_d0b4371a9f44
    Training in progress, step 100 over 2 years ago
  • Dec29_08-32-08_d0b4371a9f44
    End of training over 2 years ago