From 10c293a149360369db7d08016bf7673be84d0197 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Sun, 25 Aug 2024 12:17:20 +0300 Subject: [PATCH] readme: add hyperlinks to models Start the modified sentence on a new line for easier maintenance. During rendering, single new lines are removed, producing a continuous paragraph. Signed-off-by: Costa Shulyupin --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9902c012..8cbd4222 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ The following documentation shows you an overview of the workflow, and the resou ### Installing and interacting with the `ilab` CLI tool -The `ilab` tool allows you to interact with the IBM AI model `Merlinite` or `Granite`, contribute your own information, and train the model locally. +The `ilab` tool allows you to interact with the IBM AI model [Merlinite](https://huggingface.co/ibm/merlinite-7b) or +[Granite](https://en.wikipedia.org/wiki/IBM_Granite), contribute your own information, and train the model locally. > **Note:** Before proceeding, it might be beneficial to check out the [Contributing](https://github.com/instruct-lab/community/blob/main/CONTRIBUTING.md) guide for an overview of contributing practices and expectations. Additionally, you should consider joining the [InstructLab community Slack channel](https://github.com/instructlab/community/blob/main/InstructLab_SLACK_GUIDE.md).