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

nk555
/
phi-2_experiment_lora

PEFT
Model card Files Files and versions
xet
Community

Instructions to use nk555/phi-2_experiment_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use nk555/phi-2_experiment_lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2")
    model = PeftModel.from_pretrained(base_model, "nk555/phi-2_experiment_lora")
  • Notebooks
  • Google Colab
  • Kaggle
phi-2_experiment_lora
339 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
nk555's picture
nk555
Upload folder using huggingface_hub
2b6e69b verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    540 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • adapter_config.json
    474 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    336 MB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • added_tokens.json
    1.08 kB
    Upload folder using huggingface_hub over 2 years ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    495 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    2.12 MB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    7.39 kB
    Upload folder using huggingface_hub over 2 years ago
  • vocab.json
    798 kB
    Upload folder using huggingface_hub over 2 years ago