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

Chiaki111
/
phi4-lora

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

Instructions to use Chiaki111/phi4-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Chiaki111/phi4-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/Phi-4-mini-instruct")
    model = PeftModel.from_pretrained(base_model, "Chiaki111/phi4-lora")
  • Transformers

    How to use Chiaki111/phi4-lora with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Chiaki111/phi4-lora", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
phi4-lora
349 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Chiaki111's picture
Chiaki111
Upload folder using huggingface_hub
e6cff71 verified about 1 month ago
  • checkpoint-138
    Upload folder using huggingface_hub about 1 month ago
  • checkpoint-276
    Upload folder using huggingface_hub about 1 month ago
  • checkpoint-414
    Upload folder using huggingface_hub about 1 month ago
  • checkpoint-552
    Upload folder using huggingface_hub about 1 month ago
  • checkpoint-690
    Upload folder using huggingface_hub about 1 month ago
  • checkpoint-828
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.97 kB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    5.18 kB
    Upload folder using huggingface_hub about 1 month ago
  • adapter_config.json
    1.09 kB
    Upload folder using huggingface_hub about 1 month ago
  • adapter_model.safetensors
    12.6 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • chat_template.jinja
    423 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    15.5 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    321 Bytes
    Upload folder using huggingface_hub about 1 month ago