A small Hugging Face LLM for planning and reasoning.
This project fine-tunes a GPT-based LLM to perform task planning and reasoning.
The model learns to generate step-by-step plans for various tasks using Hugging Face Transformers, Datasets, TRL, and Accelerate.
- β Uses Transformers (GPT-2)
- β Fine-tuned on structured planning datasets
- β Supports step-by-step action reasoning
- β
Trained with Hugging Face's
TRL
&Accelerate
- β Deployable via Hugging Face Hub
Clone the repository and install dependencies:
git clone https://github.com/Masoudjafaripour/llm-hf-planning.git
cd llm-hf-planning
pip install -r requirements.txt