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: 134 Bytes
33efec1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc9d38871e319c008e324db17f82987be71bdc9ef15593eaa05034c4c6ec813f
size 313937658
|