Instructions to use phongmt184172/Bloom_prompt_tuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use phongmt184172/Bloom_prompt_tuning with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-1b7") model = PeftModel.from_pretrained(base_model, "phongmt184172/Bloom_prompt_tuning") - Notebooks
- Google Colab
- Kaggle