Text Generation
PEFT
Safetensors
English
bash
code-generation
function-calling
nl2bash
lora
conversational
Instructions to use potteryrage/bashgemma-270m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use potteryrage/bashgemma-270m with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/functiongemma-270m-it") model = PeftModel.from_pretrained(base_model, "potteryrage/bashgemma-270m") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
d482ce9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:aa009fcbc3589a9904d30d04834094fea4653c2ac6d2de2cd1262d4f7a50ceb3
size 4689144
|