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

vish26
/
phi2-cookbook

PEFT
TensorBoard
Safetensors
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use vish26/phi2-cookbook with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use vish26/phi2-cookbook with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2")
    model = PeftModel.from_pretrained(base_model, "vish26/phi2-cookbook")
  • Notebooks
  • Google Colab
  • Kaggle
phi2-cookbook / runs
46.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
vish26's picture
vish26
Upload folder using huggingface_hub
cf45b33 verified almost 2 years ago
  • Jun30_05-18-25_ip-10-192-11-122
    Upload folder using huggingface_hub almost 2 years ago
  • Jun30_05-35-14_ip-10-192-11-122
    Upload folder using huggingface_hub almost 2 years ago
  • Jun30_07-19-03_ip-10-192-10-69
    Upload folder using huggingface_hub almost 2 years ago
  • Jun30_07-44-21_ip-10-192-10-69
    Upload folder using huggingface_hub almost 2 years ago
  • Jun30_07-51-14_ip-10-192-10-69
    Upload folder using huggingface_hub almost 2 years ago
  • Jun30_10-32-13_ip-10-192-15-51
    Upload folder using huggingface_hub almost 2 years ago
  • Jun30_10-34-53_ip-10-192-15-51
    Upload folder using huggingface_hub almost 2 years ago
  • Jun30_10-53-51_ip-10-192-15-51
    Upload folder using huggingface_hub almost 2 years ago