Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

thekraftors
/
phi2-results2

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

Instructions to use thekraftors/phi2-results2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use thekraftors/phi2-results2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2")
    model = PeftModel.from_pretrained(base_model, "thekraftors/phi2-results2")
  • Notebooks
  • Google Colab
  • Kaggle
phi2-results2 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
thekraftors's picture
thekraftors
fine-tuned adapter
e8b7ce3 verified over 2 years ago
  • Feb02_07-08-20_f1d35c90bb67
    fine-tuned adapter over 2 years ago
  • Feb02_10-27-07_f0db4b864ad1
    fine-tuned adapter over 2 years ago