Instructions to use Patt/bloom-560m-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Patt/bloom-560m-qa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-560m") model = PeftModel.from_pretrained(base_model, "Patt/bloom-560m-qa") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
bf91219 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a65fa21f246d6c6f1941eabd62ac2e39ae0625eb07b00ee2444f1c3cc26a22e5
size 3152768
|