Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
gpt2-large-quantized – AI Model by kiri-ai | AlphaNeural AI
You can deploy this model and start earning money today!
kiri-ai
/
gpt2-large-quantized
like
0
transformers
gpt2
text-generation
en
autotrain_compatible
endpoints_compatible
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Pytorch int8 quantized version of gpt2-large
Usage
Download the .bin file locally. Load with:
Rest of the usage according to
original instructions
.
python
1
import
torch
2
3
model
=
torch
.
load
(
"path/to/pytorch_model_quantized.bin"
)