Coder Social home page Coder Social logo

greedy-layer-pruning's Introduction

Greedy-layer-pruning (GLP)

This is the original implementation of the GLP paper.

@misc{peer2021greedy,
      title={Greedy Layer Pruning: Decreasing Inference Time of Transformer Models}, 
      author={David Peer and Sebastian Stabinger and Stefan Engl and Antonio Rodriguez-Sanchez},
      year={2021},
      eprint={2105.14839},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}

Greedy layer pruning (GLP) is introduced to (1) outperform current state-of-the-art for layer-wise pruning (2) close the performance gap when compared to knowledge distillation, while (3) using only a modest budget.

The source code contains two main stages: The first (prune.py) stage finds the layers to prune either with GLP or with the optimum strategy as presented in the paper. This stage writes so-called layer-files (layer_files/) which contain an ordered list of layers that should be pruned for a given model and task. This file is then used to evaluate the performance of different methods on the GLUE benchmark (run_glue.py).

Setup

To install all requirements simply call the setup.sh script which creates a virutal environment. To run the experiments you therefore have to enable the environment before starting the experiment.

Execute and reproduce all experiments

To first prune all models call the prune.sh. This step is optional as we already deliver the layer-files for all models and tasks.

To reproduce the results of the paper on the GLUE benchmark simply call the run_glue.sh script. Please note that guild.ai is used and all can therefore be evaluated with guild compare. The hyperparameter setup can be found in guild.yml.

greedy-layer-pruning's People

Contributors

peerdavid avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.