Instructions to use Alignment-Lab-AI/AttourneyAtLam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alignment-Lab-AI/AttourneyAtLam with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Open-Orca/OpenOrca-Preview1-13B") model = PeftModel.from_pretrained(base_model, "Alignment-Lab-AI/AttourneyAtLam") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7382415 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:74c87246be12325ce4c0cc9f9877e1132195d07606b2297b205efdaa6346e79f
size 3352
|