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

amarshiv86
/
p07-sre-lora-phi3

Text Generation
PEFT
Safetensors
English
lora
sre
runbook
fine-tuned
qlora
conversational
Model card Files Files and versions
xet
Community

Instructions to use amarshiv86/p07-sre-lora-phi3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use amarshiv86/p07-sre-lora-phi3 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
    model = PeftModel.from_pretrained(base_model, "amarshiv86/p07-sre-lora-phi3")
  • Notebooks
  • Google Colab
  • Kaggle
p07-sre-lora-phi3
153 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
amarshiv86's picture
amarshiv86
Upload folder using huggingface_hub
9ab7c9e verified 22 days ago
  • checkpoint-6
    Upload folder using huggingface_hub 22 days ago
  • .gitattributes
    1.52 kB
    initial commit 22 days ago
  • README.md
    1.95 kB
    Upload folder using huggingface_hub 22 days ago
  • adapter_config.json
    1.04 kB
    Upload folder using huggingface_hub 22 days ago
  • adapter_model.safetensors
    37.8 MB
    xet
    Upload folder using huggingface_hub 22 days ago
  • special_tokens_map.json
    455 Bytes
    Upload folder using huggingface_hub 22 days ago
  • tokenizer.json
    1.84 MB
    Upload folder using huggingface_hub 22 days ago
  • tokenizer_config.json
    3.34 kB
    Upload folder using huggingface_hub 22 days ago