Skip to content

Commit 4d5052e

Browse files
authored
Update README with inspect library details
Added information about the inspect library and its source.
1 parent 57ecc1a commit 4d5052e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
5151
├── DOCKER_VOICE_SETUP.md - Comprehensive guide for Docker voice functionality setup.
5252
├── .dockerignore - This file contains the files and directories to be ignored by docker.
5353
├── .devcontainer - This directory contains the devcontainer configuration files.
54-
├── .env - This file contains the environment variables for the project. (Not included in the repository)
54+
├── .env - This file contains the environment variables for the project. (Not included in the repository)
55+
├── examples - An example implementation of how to use the inspect library
56+
│ ├── examples/inspect_safety_demo.py - a demo of how to implement evaluations to the model to allow safety features.
5557
├── INSPECT_SAFETY_GUIDE.md - Comprehensive guide for the Inspect AI safety layer integration.
5658
├── IMPLEMENTATION_SUMMARY.md - Summary of the technical implementation and features of the project.
5759
├── LICENSE - This file contains the license for the project.
@@ -89,6 +91,7 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
8991
* Ollama for model serving and deployment. The original project can be found at [Ollama](https://ollama.com/)
9092
* The project uses the Gradio library to create a user interface for the function calling LLM. The original project can be found at [Gradio](https://gradio.app/)
9193
* The Text-to-Speech interface uses Edge TTS by Microsoft. The original project can be found at [Edge TTS](https://github.com/rany2/edge-tts). The voice chosen is Rehema which is a voice from Tanzania.
94+
* The inspect library which provides an open source alternative for model evaluations by the UK AI Security Institute. More information can be found [here](https://github.com/UKGovernmentBEIS/inspect_ai)
9295

9396

9497
### License

0 commit comments

Comments
 (0)