Instructions to use Alignment-Lab-AI/sophiamini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alignment-Lab-AI/sophiamini with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b") model = PeftModel.from_pretrained(base_model, "Alignment-Lab-AI/sophiamini") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9d1927c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cbc224bd3da74f5e2074c54d1223c1ce3c2ee433c607ae59a6e61e814bba382e
size 3311
|