plz12345 commited on
Commit
8acaf48
·
verified ·
1 Parent(s): e404fb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -1,7 +1,22 @@
1
  ---
2
  language: en
 
 
3
  tags:
4
  - mlx
5
- pipeline_tag: image-text-to-text
6
- library_name: mlx
 
7
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language: en
3
+ library_name: mlx
4
+ pipeline_tag: image-text-to-text
5
  tags:
6
  - mlx
7
+ base_model:
8
+ - SulphurAI/Sulphur-2-base
9
+ base_model_relation: quantized
10
  ---
11
+
12
+ This model is an MLX conversion quantized to q4 for the prompt enhancer included with [Sulphur-2-base](https://huggingface.co/SulphurAI/Sulphur-2-base). It's tested in LM Studio, and roughly 3x-4x the tokenization rate vs. running the original GGUF model on Apple M-series Macs.
13
+
14
+ To use, download the files and place them in your LM Studio models directory using the "owner/model" path structure other models use, or just use LM Studio to download directly.
15
+
16
+ Or use HF Hub and just symlink it
17
+
18
+ ``` bash
19
+ hf download MLXBits/sulphur-prompt-enhancer-uncensored-mlx-q4
20
+ mkdir -p $HOME/.lmstudio/models/sulphur/prompt-enhancer-uncensored-mlx-q4
21
+ ln -s $HOME/.cache/huggingface/hub/models--MLXBits--sulphur-prompt-enhancer-uncensored-mlx-q4/snapshots/<snapshot hash> $HOME/.lmstudio/models/sulphur/prompt-enhancer-uncensored-mlx-q4
22
+ ```