Instructions to use Virus-Proton/llm_bn_sum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Virus-Proton/llm_bn_sum with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("hishab/titulm-1b-bn-v1") model = PeftModel.from_pretrained(base_model, "Virus-Proton/llm_bn_sum") - Notebooks
- Google Colab
- Kaggle
Ctrl+K