/llm_planning

Framework for evaluating Planning with Large Language Models

Primary LanguageJupyter Notebook

LLM-planning

Framework for evaluating planning with LLMs.

How to install

git clone https://github.com/Yessense/llm_planning.git
conda env create -f environment.yaml
# uncomment next line to login in wandb
# wandb login

How to run experiment

python3 -m llm_planning.run

You may change run parameters in llm_planning.infrastructure.config.py write them down in config.config.yaml or add them as a command line arguments.

Language Table Dataset

Dataset notebook Open In Colab

Data exploration notebook Open In Colab

Speech recognition in noisy environments

Notebook with data processing and wav2vec model finetuning and evaluation whisper and wav2vec models Open In Colab