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

enriquesaou
/
phi2_assistant_v1

PEFT
TensorBoard
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use enriquesaou/phi2_assistant_v1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2")
    model = PeftModel.from_pretrained(base_model, "enriquesaou/phi2_assistant_v1")
  • Notebooks
  • Google Colab
  • Kaggle
phi2_assistant_v1 / runs
24.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
enriquesaou's picture
enriquesaou
End of training
847f22e verified about 2 years ago
  • Mar29_22-07-13_1ec2111eb374
    End of training about 2 years ago
  • Mar30_22-46-34_08da8f1d41fc
    End of training about 2 years ago