https://github.com/xetdata/llm_evolution
A repository of LLM queries over time to track how they evolve.
https://github.com/xetdata/llm_evolution
Last synced: 4 days ago
JSON representation
A repository of LLM queries over time to track how they evolve.
- Host: GitHub
- URL: https://github.com/xetdata/llm_evolution
- Owner: xetdata
- License: mit
- Created: 2023-12-13T03:42:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T22:56:50.000Z (over 2 years ago)
- Last Synced: 2025-03-03T18:48:44.527Z (over 1 year ago)
- Language: Python
- Size: 21.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLM Evolution Tracking
To run, simply set up a new python environment using
```
python -m venv .venv/
. .venv/bin/activate
pip install ipython pandas diskcache openai
```
Then run
```
python runner.py
```
At this point, the new results can be loaded form results using
```
import pandas as pd
results = pd.read_csv('output_data/'