Update README.md

This commit is contained in:
Daya Guo 2023-11-03 22:31:24 +08:00 committed by GitHub
parent a587295ba5
commit 405152b070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,8 @@ Before proceeding, you'll need to install the necessary dependencies. You can do
pip install -r requirements.txt
```
Here are some examples of how to use our model.
A demo is also available on the [🤗 Hugging Face Space](https://huggingface.co/spaces/deepseek-ai/deepseek-coder-7b-instruct) (thanks to all the HF team for their support).
#### 1Code Completion
```python
from transformers import AutoTokenizer, AutoModelForCausalLM