The gpt-oss-recipes repository is a GitHub project maintained by Hugging Face that focuses on providing scripts and tutorials for using the OpenAI GPT OSS model. Its main features include:
- Provides configuration scripts for gpt-oss-120b and gpt-oss-20b models to support fast model size switching.
- Contains environment setup code to support Python virtual environments and dependency installation.
- Provides reasoning examples that show how to use the model to generate text or perform tool calls.
- Supports model fine-tuning and contains examples of processing multilingual inference datasets.
- Provides tutorials for integration with frameworks such as Transformers, vLLM and Ollama.
- Supports optimized configurations for running models on different hardware (H100 GPUs, consumer-grade devices).
All content is based on the Apache 2.0 license, which allows free use and modification.
This answer comes from the articleCollection of scripts and tutorials for fine-tuning OpenAI GPT OSS modelsThe