Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1015 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 1015 Bytes

StructureRA

Talk to your database! Your personal assistant on structure data!

How to run

pip install -r requirements.txt
python web.py

Check if model is hallucinating

question: "Who is typically older: point quards or centers?"

llama3:

The average age of point guards in the NBA is 27.52 years old.

llama3:

The average age of centers in the NBA is approximately 26.78 years old.

llama3:

The average age of centers in basketball is approximately 26.78 years, 
while the average age of point guards is about 27.52 years. 
This data suggests that centers tend to be slightly younger than point guards on average.

reality: human_check_result

llama3 seems accurate (for most of time), sometimes hallucinating.

Apply nice UI

UI UI-response