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

Boffl
/
BullingerLM-llama3.1-8B-instruct-add

PEFT
Safetensors
llama-factory
lora
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use Boffl/BullingerLM-llama3.1-8B-instruct-add with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Boffl/BullingerLM-llama3.1-8B-instruct-add with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "Boffl/BullingerLM-llama3.1-8B-instruct-add")
  • Notebooks
  • Google Colab
  • Kaggle
BullingerLM-llama3.1-8B-instruct-add
39.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Boffl's picture
Boffl
Upload README.md with huggingface_hub
e024518 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.36 kB
    Upload README.md with huggingface_hub over 1 year ago
  • trainer_log.jsonl
    21.4 kB
    Upload trainer_log.jsonl with huggingface_hub over 1 year ago
  • trainer_state.json
    15.5 kB
    Upload trainer_state.json with huggingface_hub over 1 year ago