Skip to content

RealmX1/Phil808N-Test-for-Unexpected-Normativity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create conda environment with python 3.12

conda create -n llm_unexpected_normativity python=3.12

activate the environment

conda activate llm_unexpected_normativity

install the dependencies

pip install -r requirements.txt

run the main.py

python main.py --mode generate
python main.py --mode annotate

The evaluate and visualize mode are not fully functional yet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published