From 44cf16ebda295fcbfc11512b0fb10e618a4ec4fc Mon Sep 17 00:00:00 2001 From: Daya Guo <40300434+guoday@users.noreply.github.com> Date: Fri, 3 Nov 2023 22:41:45 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e4d9b..fc949da 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,10 @@ Before proceeding, you'll need to install the necessary dependencies. You can do ``` pip install -r requirements.txt ``` +A demo is also available on the [🤗 Hugging Face Space](https://huggingface.co/spaces/deepseek-ai/deepseek-coder-7b-instruct), and you can run the demo locally using [app.py](https://huggingface.co/spaces/deepseek-ai/deepseek-coder-7b-instruct/blob/main/app.py). (thanks to all the HF team for their support) + 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). #### 1)Code Completion ```python from transformers import AutoTokenizer, AutoModelForCausalLM