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

kairos1024
/
lora-phi-3-oasis

PEFT
Safetensors
phi3
custom_code
Model card Files Files and versions
xet
Community

Instructions to use kairos1024/lora-phi-3-oasis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kairos1024/lora-phi-3-oasis with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct")
    model = PeftModel.from_pretrained(base_model, "kairos1024/lora-phi-3-oasis")
  • Notebooks
  • Google Colab
  • Kaggle
lora-phi-3-oasis
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kairos1024's picture
kairos1024
Upload folder using huggingface_hub
7cf0e72 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.11 kB
    Upload folder using huggingface_hub almost 2 years ago
  • adapter_config.json
    5.68 kB
    Upload folder using huggingface_hub almost 2 years ago
  • adapter_model.safetensors
    101 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • added_tokens.json
    293 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • config.json
    9.65 kB
    Upload folder using huggingface_hub almost 2 years ago
  • special_tokens_map.json
    569 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer.json
    1.84 MB
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config.json
    3.34 kB
    Upload folder using huggingface_hub almost 2 years ago