Zero-Shot Classification
PEFT
Safetensors
English
assay
decision-model
calibrated
conformal-prediction
text-classification
structured-output
Instructions to use Berk/assay-27b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Berk/assay-27b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.8-27B") model = PeftModel.from_pretrained(base_model, "Berk/assay-27b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K