Skip to content

Commit

Permalink
Update adding_model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaramHasanain authored Sep 17, 2023
1 parent c7465b9 commit 0c44759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/adding_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 0c44759

Please sign in to comment.