Downloads · 30 days
10
8% of all-time downloads
IntegralPilot/gpt-oss-20b-bfloat16
gpt-oss-20b-bfloat16 is a text generation model from IntegralPilot. Use it when you need the model to write or continue text. It is set up for transformers.
This is OpenAI's gpt-oss-20b, but repackaged in Bfloat16 format, as the MXFP4 format of the original is only supported on Hopper and later architectures.
Downloads · 30 days
10
8% of all-time downloads
All-time downloads
125
Public
Parameters
20.9B
41.8 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors41.8 GB · 100%
From the Hugging Face model README
This is OpenAI's gpt-oss-20b, but repackaged in Bfloat16 format, as the MXFP4 format of the original is only supported on Hopper and later architectures.
It contains no differences or further training compared to OpenAI's model, and you should read their model card for the details of the model.
It was primarily created by me to reduce the need to for repeated manual upcasting from MXFP4 to Bfloat16, which I was doing for running on older GPUs (such as on Kaggle or Colab) and for my fine-tuning experiments. You are, of course, welcome to use it too if it helps!