mirror of
https://github.com/wassname/llm_morality.git
synced 2026-08-20 12:30:25 +08:00
89480c0e4852d13abfdf758532c4d989fe2d8418
TODO
- github deploy https://docs.evidence.dev/deployment/self-host/github-pages/
- explain
- what are we measuring
- how are we measuring it
- what do the results mean
- what is the y axis
- tidy
- link
- hide code
- user test
- highlight frontier models
- select models
- improve data
- do steering
Evidence Template Project
Using Codespaces
If you are using this template in Codespaces, click the Start Evidence button in the bottom status bar. This will install dependencies and open a preview of your project in your browser - you should get a popup prompting you to open in browser.
Or you can use the following commands to get started:
npm install
npm run sources
npm run dev -- --host 0.0.0.0
See the CLI docs for more command information.
Note: Codespaces is much faster on the Desktop app. After the Codespace has booted, select the hamburger menu → Open in VS Code Desktop.
Get Started from VS Code
The easiest way to get started is using the VS Code Extension:
- Install the extension from the VS Code Marketplace
- Open the Command Palette (Ctrl/Cmd + Shift + P) and enter
Evidence: New Evidence Project - Click
Start Evidencein the bottom status bar
Get Started using the CLI
npx degit evidence-dev/template llm-morality-bench
cd llm-morality-bench
npm install
npm run sources
npm run dev
Check out the docs for alternative install methods including Docker, Github Codespaces, and alongside dbt.
Learning More
Languages
JavaScript
99.7%
HTML
0.3%