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

dwb2023
/
llama38binstruct_summarize

PEFT
TensorBoard
Safetensors
llama
trl
sft
Generated from Trainer
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use dwb2023/llama38binstruct_summarize with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "dwb2023/llama38binstruct_summarize")
  • Notebooks
  • Google Colab
  • Kaggle
llama38binstruct_summarize / runs
27.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
dwb2023's picture
dwb2023
dwb2023/llama38binstruct_summarize_v3
aa0ee8d verified almost 2 years ago
  • Jun12_00-13-49_e0fd68291e3e
    ai-maker-space/llama38binstruct-summary-100s almost 2 years ago
  • Jun13_08-42-32_19d0f881613b
    dwb2023/llama38binstruct_summarize almost 2 years ago
  • Jun14_05-45-11_2324becbf0e1
    dwb2023/llama38binstruct_summarize_v3 almost 2 years ago