From effb89278afd12a0a78d4dd2c4dc8682772e3a82 Mon Sep 17 00:00:00 2001 From: Daya Guo <40300434+guoday@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:13:14 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8979d31..59b93c5 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,10 @@ inputs = tokenizer.encode(input_text, return_tensors="pt").to(device) outputs = model.generate(**inputs, max_length=128) 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. + ![Completion GIF](pictures/completion_demo.gif) #### Chat Model Inference