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

srrthk
/
task-13-microsoft-Phi-3.5-mini-instruct

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

Instructions to use srrthk/task-13-microsoft-Phi-3.5-mini-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use srrthk/task-13-microsoft-Phi-3.5-mini-instruct with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct")
    model = PeftModel.from_pretrained(base_model, "srrthk/task-13-microsoft-Phi-3.5-mini-instruct")
  • Notebooks
  • Google Colab
  • Kaggle
task-13-microsoft-Phi-3.5-mini-instruct / runs
66.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
srrthk's picture
srrthk
Upload folder using huggingface_hub
7a93578 verified almost 2 years ago
  • Oct15_13-08-08_kelvin.cis.rit.edu
    Upload folder using huggingface_hub almost 2 years ago
  • Oct15_13-08-16_kelvin.cis.rit.edu
    Upload folder using huggingface_hub almost 2 years ago
  • Oct15_14-47-41_kelvin.cis.rit.edu
    Upload folder using huggingface_hub almost 2 years ago
  • Oct15_14-52-26_kelvin.cis.rit.edu
    Upload folder using huggingface_hub almost 2 years ago
  • Oct15_15-06-28_kelvin.cis.rit.edu
    Upload folder using huggingface_hub almost 2 years ago
  • Oct15_17-09-28_kelvin.cis.rit.edu
    Upload folder using huggingface_hub almost 2 years ago
  • Oct15_17-11-29_kelvin.cis.rit.edu
    Upload folder using huggingface_hub almost 2 years ago