Skip to content

GoodGuyAdy/LLM-Evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project contains multiple tasks and experiments related to LLM evaluation, including sentiment analysis, prompting strategies (zero-shot vs few-shot), and other AI workflows.

💻 Getting Started

  1. Change the current directory to the cloned folder
cd LLM-Evaluation
  1. Install the Python dependencies listed in the requirements.txt file
pip install -r requirements.txt
  1. Set your OpenAI API Key as env variable
$env:OPENAI_API_KEY="YOUR_API_KEY"  
  1. Run the project
python -m scripts.run_all

About

Evaluation framework for comparing LLM prompting strategies using structured outputs and performance metrics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages