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

shibajustfor
/
b0a2a05e-23f0-4fa7-97d5-312eb1c52a0e

PEFT
llama
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use shibajustfor/b0a2a05e-23f0-4fa7-97d5-312eb1c52a0e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use shibajustfor/b0a2a05e-23f0-4fa7-97d5-312eb1c52a0e with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/workspace/input_data/NousResearch/Meta-Llama-3-8B-Alternate-Tokenizer")
    model = PeftModel.from_pretrained(base_model, "shibajustfor/b0a2a05e-23f0-4fa7-97d5-312eb1c52a0e")
  • Notebooks
  • Google Colab
  • Kaggle
b0a2a05e-23f0-4fa7-97d5-312eb1c52a0e
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
shibajustfor's picture
shibajustfor
initial commit
5760469 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago