An open API service indexing awesome lists of open source software.

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.

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.