gpt2 (Quantized)
Description
This model is a quantized version of the original model gpt2
. It has been quantized using int8_weight_only quantization with torchao.
Quantization Details
- Quantization Type: int8_weight_only
- Group Size: None
Usage
You can use this model in your applications by loading it directly from the Hugging Face Hub:
from transformers import AutoModel
model = AutoModel.from_pretrained("gpt2")
- Downloads last month
- 1
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model's library.
Model tree for medmekk/new_gpt2
Base model
openai-community/gpt2