Update README.md

This commit is contained in:
Chenggang Zhao 2023-11-06 00:27:10 +08:00 committed by GitHub
parent 33c230697b
commit e1cc9ae6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,7 @@ print(tokenizer.decode(outputs[0]))
```
---
In the following scenario, the DeepSeek-Coder 6.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 correctly complete the **main** function in`main.py` file for model training and evaluation.
In the following scenario, the DeepSeek-Coder-6.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 correctly complete the **main** function in `main.py` file for model training and evaluation.
![Completion GIF](pictures/completion_demo.gif)