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

llm-wizard
/
llama381binstruct_summarize_short

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

Instructions to use llm-wizard/llama381binstruct_summarize_short with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use llm-wizard/llama381binstruct_summarize_short with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3.1-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "llm-wizard/llama381binstruct_summarize_short")
  • Notebooks
  • Google Colab
  • Kaggle
llama381binstruct_summarize_short / runs
44.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
llm-wizard's picture
llm-wizard
llm-wizard/llama381binstruct_summarize_short_merged
8d46188 verified over 1 year ago
  • Oct29_22-47-53_271f9d0a4177
    llm-wizard/llama381binstruct_summarize_short_merged over 1 year ago
  • Sep12_20-11-05_8e18eff6a629
    ai-maker-space/llama38binstruct-summary-500s over 1 year ago