Instructions to use Kubermatic/DeepCNCF2BAdapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Kubermatic/DeepCNCF2BAdapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b-it") model = PeftModel.from_pretrained(base_model, "Kubermatic/DeepCNCF2BAdapter") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
33efec1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e21cc3e22c92f5aa0ee3ae1aeca5b180c53bdfd1dbe489cc5ddc895014c298d9
size 5176
|