personads commited on
Commit
5bd2902
·
verified ·
1 Parent(s): a00dc3f

Update README.md

Browse files

added link to mlx-4bit version

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -21,6 +21,8 @@ pipeline_tag: text-generation
21
 
22
  SnakModel comes as an instruction-tuned, and a base version. In addition, each model includes intermediate checkpoints (under model revisions).
23
 
 
 
24
  **Input**
25
 
26
  Text only, with instructions following the `[INST] {instruction} [/INST]` template.
 
21
 
22
  SnakModel comes as an instruction-tuned, and a base version. In addition, each model includes intermediate checkpoints (under model revisions).
23
 
24
+ For running the model locally, we also provide a 4-bit quantized version optimized for Apple Silicon under [NLPnorth/snakmodel-7b-instruct-mlx-4bit/](https://huggingface.co/NLPnorth/snakmodel-7b-instruct-mlx-4bit/).
25
+
26
  **Input**
27
 
28
  Text only, with instructions following the `[INST] {instruction} [/INST]` template.