Instructions to use AmaadMartin/k_1_context_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AmaadMartin/k_1_context_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-VL-Chat") model = PeftModel.from_pretrained(base_model, "AmaadMartin/k_1_context_model") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
e630619 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d188bb52f4c59ad03eaa7ddcb4f0e24d6cafafa180597d2921c15152dcfb407a
size 2712561045
|