mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-18 14:32:09 +00:00
9 lines
854 B
Markdown
9 lines
854 B
Markdown
# AutoGen - Tune GPT Models
|
|
|
|
AutoGen also offers a cost-effective hyperparameter optimization technique [EcoOptiGen](https://arxiv.org/abs/2303.04673) for tuning Large Language Models. The research study finds that tuning hyperparameters can significantly improve the utility of them.
|
|
Please find documentation about this feature [here](/docs/Use-Cases/enhanced_inference).
|
|
|
|
Links to notebook examples:
|
|
* [Optimize for Code Generation](https://github.com/microsoft/autogen/blob/main/notebook/oai_completion.ipynb) | [Open in colab](https://colab.research.google.com/github/microsoft/autogen/blob/main/notebook/oai_completion.ipynb)
|
|
* [Optimize for Math](https://github.com/microsoft/autogen/blob/main/notebook/oai_chatgpt_gpt4.ipynb) | [Open in colab](https://colab.research.google.com/github/microsoft/autogen/blob/main/notebook/oai_chatgpt_gpt4.ipynb)
|