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

rahul4862
/
phi-3-mini-LoRA

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

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

  • Libraries
  • PEFT

    How to use rahul4862/phi-3-mini-LoRA 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, "rahul4862/phi-3-mini-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
phi-3-mini-LoRA
38 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
rahul avaghan
Revert "rahul4862/adapter-phi-3-mini"
1948063 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    3.02 kB
    Revert "rahul4862/adapter-phi-3-mini" almost 2 years ago
  • adapter_config.json
    735 Bytes
    Revert "rahul4862/adapter-phi-3-mini" almost 2 years ago
  • adapter_model.safetensors
    35.7 MB
    xet
    Revert "rahul4862/adapter-phi-3-mini" almost 2 years ago
  • added_tokens.json
    293 Bytes
    HuggingFaceUser/adapter-name almost 2 years ago
  • special_tokens_map.json
    447 Bytes
    HuggingFaceUser/adapter-name almost 2 years ago
  • tokenizer.json
    1.85 MB
    HuggingFaceUser/adapter-name almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    HuggingFaceUser/adapter-name almost 2 years ago
  • tokenizer_config.json
    3.33 kB
    HuggingFaceUser/adapter-name almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "trl.trainer.sft_config.SFTConfig",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    5.43 kB
    xet
    Revert "rahul4862/adapter-phi-3-mini" almost 2 years ago