https://github.com/centre-for-humanities-computing/lex-eval
This repository implements the lex.eval evaluation platform for the lex.llm project.
https://github.com/centre-for-humanities-computing/lex-eval
Last synced: 2 months ago
JSON representation
This repository implements the lex.eval evaluation platform for the lex.llm project.
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/lex-eval
- Owner: centre-for-humanities-computing
- Created: 2025-10-07T12:16:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-02-02T13:52:47.000Z (5 months ago)
- Last Synced: 2026-02-03T02:54:11.725Z (5 months ago)
- Language: Python
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lex-eval
This repository implements the lex.eval evaluation platform for the lex.llm project.
Make sure that lex-db and lex-llm servers are running before testing any evaluation workflow.
- **Useful Commands:**
| Command | Description |
|--------|-------------|
| `make install` | Install project and API client dependencies |
| `uv run python test_connector.py` | Check the API endpoints are working and verify the available workflows|
Some useful instructions on how to set up the repo and other dependent repos (lex-db and lex-llm) can be found here:
https://github.com/centre-for-humanities-computing/lex-eval/wiki/lex%E2%80%90eval-prerequisite-guideline
If you do not want to clone lex-db and lex-llm, you can directly access the servers using:
`ssh -L 8000:localhost:8000 -L 8001:localhost:8001 -J YOUR-AU-ID@ssh.au.dk chc_apps@spark6-7ed1.iot.net.au.dk`
Keep the session/terminal open and then run your test scripts.