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

Hmehdi515
/
phi-3-medium-LoRA

PEFT
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use Hmehdi515/phi-3-medium-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Hmehdi515/phi-3-medium-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-medium-4k-instruct")
    model = PeftModel.from_pretrained(base_model, "Hmehdi515/phi-3-medium-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
phi-3-medium-LoRA
341 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Hmehdi515's picture
Hmehdi515
Hmehdi515/lora
273aced verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    6.46 kB
    Hmehdi515/lora almost 2 years ago
  • adapter_config.json
    738 Bytes
    Hmehdi515/lora almost 2 years ago
  • adapter_model.safetensors
    341 MB
    xet
    Hmehdi515/lora almost 2 years ago
  • added_tokens.json
    293 Bytes
    Hmehdi515/lora almost 2 years ago
  • special_tokens_map.json
    447 Bytes
    Hmehdi515/lora almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Hmehdi515/lora almost 2 years ago
  • tokenizer_config.json
    3.22 kB
    Hmehdi515/lora almost 2 years ago
  • training_args.bin
    5.37 kB
    xet
    Hmehdi515/lora almost 2 years ago