Instructions to use hdve/bigscience-bloom-7b1-1722005321 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hdve/bigscience-bloom-7b1-1722005321 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-7b1") model = PeftModel.from_pretrained(base_model, "hdve/bigscience-bloom-7b1-1722005321") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
90ec2e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3b2a4ad4363a0e224e752b686205ac90c9e3f7787b7810eeaacaf622b1651c8c
size 5368
|