Views
No views yet
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("gpt2-xl-mild_pruning")
4tokenizer = AutoTokenizer.from_pretrained("gpt2-xl-mild_pruning")1@software{atropos,
2 title = {Atropos: ROI Estimation for LLM Pruning},
3 year = {2026},
4}