mirror of
https://github.com/wassname/llm_morality.git
synced 2026-09-09 11:26:07 +08:00
52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
Markdown
|
|
|
|
Frontend for https://github.com/wassname/llm_ethics_leaderboard
|
|
|
|
TODO
|
|
- github deploy https://docs.evidence.dev/deployment/self-host/github-pages/
|
|
- to https://wassname.github.io/llm_morality
|
|
- 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
|
|
|
|
## Get Started from VS Code
|
|
|
|
The easiest way to get started is using the [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=Evidence.evidence-vscode):
|
|
|
|
1. Install the extension from the VS Code Marketplace
|
|
2. Open the Command Palette (Ctrl/Cmd + Shift + P) and enter `Evidence: New Evidence Project`
|
|
3. Click `Start Evidence` in the bottom status bar
|
|
|
|
## Get Started using the CLI
|
|
|
|
```bash
|
|
cd llm-morality-bench
|
|
npm install
|
|
npm run sources
|
|
npm run dev
|
|
```
|
|
|
|
Check out the docs for [alternative install methods](https://docs.evidence.dev/getting-started/install-evidence) including Docker, Github Codespaces, and alongside dbt.
|
|
|
|
|
|
|
|
## Learning More
|
|
|
|
- [Docs](https://docs.evidence.dev/)
|
|
- [Github](https://github.com/evidence-dev/evidence)
|
|
- [Slack Community](https://slack.evidence.dev/)
|
|
- [Evidence Home Page](https://www.evidence.dev)
|