Views
No views yet
transformers
1from transformers import GPT2LMHeadModel, GPT2Tokenizer 2 3# Example: Loading the 30% sparsity magnitude attention head model 4model_id = "Nabeelah04/quantized_models/gpt2_fp16_gpu"