mgoin commited on
Commit
170b852
·
1 Parent(s): c0152d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -2,6 +2,10 @@
2
  tags:
3
  - deepsparse
4
  ---
 
 
 
 
5
  ```python
6
  import deepsparse
7
  model = deepsparse.Pipeline.create(task="text-generation", model_path="hf:mgoin/mpt-7b-chat-50pruned-quant")
 
2
  tags:
3
  - deepsparse
4
  ---
5
+ # MPT-7B-Chat - DeepSparse
6
+
7
+ Chat-aligned MPT 7b model pruned to 50% and quantized for inference with DeepSparse
8
+
9
  ```python
10
  import deepsparse
11
  model = deepsparse.Pipeline.create(task="text-generation", model_path="hf:mgoin/mpt-7b-chat-50pruned-quant")