YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Unsloth-Kennedy-QA
This is a fine-tuned LLM built by Kennedy, focused on answering domain-specific questions related to AI, ML, Django, and Kennedyβs projects.
β¨ Training Details
- Base model: Unsloth
- Finetuned with TRL's
SFTTrainer - Data: 30+ QA pairs about Kennedyβs projects, tools, research
π‘ Example
Q: Which feature maps has Kennedy removed from YOLOv8?
A: Kennedy removed P3 and P4 feature maps to focus on P1, P2, and P5.
π¦ Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("kennedy-ai/unsloth-kennedy-qa")
tokenizer = AutoTokenizer.from_pretrained("kennedy-ai/unsloth-kennedy-qa")
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support