From 0c447591dd57a35305784c709206597f3c80f02b Mon Sep 17 00:00:00 2001 From: Maram Hasanain Date: Sun, 17 Sep 2023 13:25:19 +0300 Subject: [PATCH] Update adding_model.md --- docs/tutorials/adding_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/adding_model.md b/docs/tutorials/adding_model.md index 85541d4f..e4231859 100644 --- a/docs/tutorials/adding_model.md +++ b/docs/tutorials/adding_model.md @@ -20,6 +20,6 @@ class NewModel(ModelBase): # part of the model response that contains the answer to the prompt ``` -**Note:** Further details on paramters and role for each function can be found [here](llmebench/models/model_base.py). +**Note:** Further details on paramters and role for each function can be found [here](https://github.com/qcri/LLMeBench/blob/main/llmebench/models/model_base.py). Once the `Model` is implemented, export it in `llmebench/models/__init__.py`.