Instructions to use baebee/baLM-pythia3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use baebee/baLM-pythia3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-2.8b-v0") model = PeftModel.from_pretrained(base_model, "baebee/baLM-pythia3b") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
d50a6c7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6245ac4f74bbd3c6f079bb70d0b02f147f3cdd778245562ad602b9a867d85bbd
size 83909681
|