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