From ec1aa847f248b0970d45fdc1eb677684f7d9d204 Mon Sep 17 00:00:00 2001 From: Daya Guo <40300434+guoday@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:25:17 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b93c5..8e0bb0b 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ print(tokenizer.decode(outputs[0])) ``` --- -In the following scenario, the Deepseek Coder model effectively calls a class **IrisClassifier** and its member function from the `model.py` file, and also utilizes functions from the `utils.py` file, to complete a function for model training and evaluation. +In the following scenario, the Deepseek-Coder 7B model effectively calls a class **IrisClassifier** and its member function from the `model.py` file, and also utilizes functions from the `utils.py` file, to complete a function for model training and evaluation. ![Completion GIF](pictures/completion_demo.gif)