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

chloeli
/
llama-3.1-8b-pro-simplicity-spec-msm

PEFT
Safetensors
llama
Model card Files Files and versions
xet
Community

Instructions to use chloeli/llama-3.1-8b-pro-simplicity-spec-msm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use chloeli/llama-3.1-8b-pro-simplicity-spec-msm with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B")
    model = PeftModel.from_pretrained(base_model, "chloeli/llama-3.1-8b-pro-simplicity-spec-msm")
  • Notebooks
  • Google Colab
  • Kaggle
llama-3.1-8b-pro-simplicity-spec-msm
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
chloeli's picture
chloeli
initial commit
af01f41 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago