Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions tasks/8_distilkit-distillation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"title": "DistilKit Distillation",
"description": "A task for distilling large language models using DistilKit. Trains a student model using knowledge distillation from a teacher model or dataset.",
"github_repo_url": "https://github.com/transformerlab/transformerlab-examples",
"github_repo_dir": "distilkit-distillation",
"setup": "git clone https://github.com/arcee-ai/distillkit.git && cd distillkit && pip install -e . && uv pip install transformers datasets huggingface-hub torch wandb",
"run": "python ~/distilkit-distillation/train.py",
"metadata": {
"category": "training",
"modality": "text",
"framework": [
"distilkit",
"huggingface"
]
},
"supportedAccelerators": {
"NVIDIA": {
"resources": {
"accelerators": "A100:1"
}
}
}
}
]