Text Generation
PEFT
Safetensors
Japanese
English
gemma4
lora
qlora
function-calling
rag
conversational
Instructions to use yuu0617/hr-orchestrator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yuu0617/hr-orchestrator with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-4-e2b-it-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "yuu0617/hr-orchestrator") - Notebooks
- Google Colab
- Kaggle