Update README.md

This commit is contained in:
Daya Guo 2023-10-26 19:25:17 +08:00 committed by GitHub
parent effb89278a
commit ec1aa847f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)