Instructions to use Akhil2507/sample-bloom-3b-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Akhil2507/sample-bloom-3b-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-3b") model = PeftModel.from_pretrained(base_model, "Akhil2507/sample-bloom-3b-LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
997a489 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:598163a5424cbfb9deb74f6ca5eeff1f7db29eace83453f5ca15f2b91e6aa5ae
size 9852581
|