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

  • Log In
  • Sign Up

Alignment-Lab-AI
/
sophia

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use Alignment-Lab-AI/sophia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Alignment-Lab-AI/sophia with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b")
    model = PeftModel.from_pretrained(base_model, "Alignment-Lab-AI/sophia")
  • Notebooks
  • Google Colab
  • Kaggle
sophia
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Alignment-Lab-AI's picture
Alignment-Lab-AI
initial commit
9dd87f2 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago