horseee / LLM-Pruner

[NeurIPS 2023] LLM-Pruner: On the Structural Pruning of Large Language Models. Support LLaMA, Llama-2, BLOOM, Vicuna, Baichuan, etc.

Home Page:https://arxiv.org/abs/2305.11627

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zero-shot Evaluation

Duncan1115 opened this issue · comments

Hi, thanks for your great work!
I wonder how to evaluate the pruned and fintuned model in lm-evaluation-harness?

Hi.
We release the code, and you can now follow the instructions to run the evaluation😄
We haven't comprehensively tested whether the current evaluation code works well on different devices and on different version of PyTorch, so if you find any problem, feel free to ask me!

Thanks! It helps me a lot.