Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 899 Bytes

README_prefix.md

File metadata and controls

46 lines (38 loc) · 899 Bytes

Paper List Template

This template makes it easy for you to manage papers.

Table of Contents

Getting Started

  1. Add paper information by ./add_paper_info.sh or ./add_paper_info.sh <name>
  2. Run ./refresh_readme.sh
sparsegpt.prototxt

paper {
  title: "SparseGPT: Massive Language Models Can be Accurately Pruned in one-shot."
  abbr: "SparseGPT"
  url: "https://arxiv.org/pdf/2301.00774.pdf"
  authors: "Elias Frantar"
  authors: "Dan Alistarh"
  institutions: "IST Austria"
  institutions: "Neural Magic"
}
pub {
  where: "arXiv"
  year: 2023
}
code {
  type: "Pytorch"
  url: "https://github.com/IST-DASLab/sparsegpt"
}
note {
  url: "SparseGPT.md"
}
keyword {
  words: "sparsity"
}