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

lchen915
/
finetuned_phi2_debug

PEFT
Safetensors
phi
custom_code
Model card Files Files and versions
xet
Community

Instructions to use lchen915/finetuned_phi2_debug with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use lchen915/finetuned_phi2_debug with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2")
    model = PeftModel.from_pretrained(base_model, "lchen915/finetuned_phi2_debug")
  • Notebooks
  • Google Colab
  • Kaggle
finetuned_phi2_debug
5.59 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
lchen915's picture
lchen915
Upload tokenizer
3eab430 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    387 Bytes
    Upload model over 2 years ago
  • adapter_config.json
    515 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    31.5 MB
    xet
    Upload model over 2 years ago
  • added_tokens.json
    1.08 kB
    Upload tokenizer over 2 years ago
  • config.json
    861 Bytes
    Upload PhiForCausalLM over 2 years ago
  • generation_config.json
    69 Bytes
    Upload PhiForCausalLM over 2 years ago
  • merges.txt
    456 kB
    Upload tokenizer over 2 years ago
  • model-00001-of-00002.safetensors
    4.98 GB
    xet
    Upload PhiForCausalLM over 2 years ago
  • model-00002-of-00002.safetensors
    577 MB
    xet
    Upload PhiForCausalLM over 2 years ago
  • model.safetensors.index.json
    25.8 kB
    Upload PhiForCausalLM over 2 years ago
  • special_tokens_map.json
    441 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    7.34 kB
    Upload tokenizer over 2 years ago
  • vocab.json
    798 kB
    Upload tokenizer over 2 years ago