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

Hmehdi515
/
phi-3-medium-MoRA

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

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

  • Libraries
  • PEFT

    How to use Hmehdi515/phi-3-medium-MoRA 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-MoRA")
  • Notebooks
  • Google Colab
  • Kaggle
phi-3-medium-MoRA
1.36 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Hmehdi515's picture
Hmehdi515
Hmehdi515/mora
15e57e2 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    6.46 kB
    Hmehdi515/mora about 2 years ago
  • adapter_config.json
    747 Bytes
    Hmehdi515/mora about 2 years ago
  • adapter_model.safetensors
    1.36 GB
    xet
    Hmehdi515/mora about 2 years ago
  • added_tokens.json
    293 Bytes
    Hmehdi515/mora about 2 years ago
  • special_tokens_map.json
    447 Bytes
    Hmehdi515/mora about 2 years ago
  • tokenizer.model
    500 kB
    xet
    Hmehdi515/mora about 2 years ago
  • tokenizer_config.json
    3.22 kB
    Hmehdi515/mora about 2 years ago
  • training_args.bin
    5.37 kB
    xet
    Hmehdi515/mora about 2 years ago