Instructions to use Lduignan1/croissantllm_alector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Lduignan1/croissantllm_alector with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("croissantllm/CroissantLLMChat-v0.1") model = PeftModel.from_pretrained(base_model, "Lduignan1/croissantllm_alector") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d9c26e1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:516ba8328b4600e79eebd828f54073f7dd0e8db61b667ddcf2996777c2c3ebd3
size 4984
|