-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCITATION.cff
More file actions
25 lines (25 loc) · 917 Bytes
/
Copy pathCITATION.cff
File metadata and controls
25 lines (25 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cff-version: 1.2.0
message: "If you use OptiPFair in your research, please cite it using the metadata below."
type: software
title: "OptiPFair: Structured Pruning and Knowledge Distillation for Large Language Models"
version: 0.4.0
authors:
- family-names: Martra
given-names: Pere
repository-code: "https://github.com/peremartra/optipfair"
url: "https://peremartra.github.io/optipfair/"
license: Apache-2.0
date-released: "2025-01-01"
doi: "10.5281/zenodo.20473491"
abstract: >
OptiPFair is an open-source Python library for structured pruning and
knowledge distillation of transformer-based large language models.
It supports width pruning (MLP/GLU layers), depth pruning (layer removal),
and post-pruning knowledge distillation, with a focus on small models
and small datasets.
keywords:
- large language models
- model pruning
- knowledge distillation
- transformers
- model compression