mgoin commited on
Commit
34ab6b5
1 Parent(s): 9c849fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  ```python
2
  from deepsparse import TextGeneration
3
  model = TextGeneration(model="hf:mgoin/deepseek-coder-1.3b-instruct-ds")
 
1
+ ## https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct
2
+
3
+ ## Usage
4
+
5
  ```python
6
  from deepsparse import TextGeneration
7
  model = TextGeneration(model="hf:mgoin/deepseek-coder-1.3b-instruct-ds")