clint-kristopher-morris/llm-guided-evolution
LLM Guided Evolution - The Automation of Models Advancing Models
This framework helps machine learning researchers and practitioners automatically design and improve neural network architectures. It takes a base neural network model and uses a Large Language Model (LLM) to intelligently suggest and refine changes to its design. The output is an enhanced version of the original model, often with improved performance.
No commits in the last 6 months.
Use this if you need to evolve and fine-tune machine learning model architectures more efficiently than manual experimentation, leveraging AI to suggest improvements.
Not ideal if you are a beginner in machine learning or are looking for pre-trained models rather than a framework for model evolution.
Stars
16
Forks
24
Language
Python
License
—
Category
Last pushed
May 25, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/clint-kristopher-morris/llm-guided-evolution"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Goekdeniz-Guelmez/mlx-lm-lora
Train Large Language Models on MLX.
uber-research/PPLM
Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
VHellendoorn/Code-LMs
Guide to using pre-trained large language models of source code
ssbuild/chatglm_finetuning
chatglm 6b finetuning and alpaca finetuning
jarobyte91/pytorch_beam_search
A lightweight implementation of Beam Search for sequence models in PyTorch.