Instructions to use mmitch25/BuildingWithLLM_Assignment_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mmitch25/BuildingWithLLM_Assignment_1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloomz-3b") model = PeftModel.from_pretrained(base_model, "mmitch25/BuildingWithLLM_Assignment_1") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
531162c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:49c711276c3062911b701416c4677f01e4a27cc7a65d7952b795aa7d3a3f0d75
size 19683045
|