mp-juuuns's picture
Publish task-agnostic 4L base, separate SemEval model, and 24L-to-4L distillation platform
9fc8c19 verified
Raw
History Blame
487 Bytes
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "qwen35-classification-distill"
version = "0.1.0"
description = "Auditable Qwen3.5 24L→8L→6L→4L classification distillation"
requires-python = ">=3.11"
dependencies = [
"torch>=2.4",
"transformers==5.13.0",
"safetensors>=0.4",
"PyYAML>=6",
"pyarrow>=16",
]
[project.scripts]
qwen35-distill = "qwen35_distill.cli:main"
[tool.setuptools]
packages = ["qwen35_distill"]