gnukeith commited on
Commit
bf2c15e
·
verified ·
1 Parent(s): a910f72

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -12,9 +12,19 @@ Recommended MLX 4-bit, group-size 64 conversion of [Ocelot-1-VL](https://hugging
12
 
13
  This model is specialized only for webpage summarization. Follow the strict prompt contract and limitations in the original model card.
14
 
 
 
15
  ```bash
16
  pip install 'mlx-vlm @ git+https://github.com/Blaizzy/mlx-vlm.git'
17
- python -m mlx_vlm generate --model . --prompt 'The is the text of a webpage: <page>Page text here</page> Summarise the content between the <page> tags, or if no content is found use the screenshots provided, in the Brave Summary style.' --max-tokens 512
 
 
 
 
 
 
 
 
18
  ```
19
 
20
  For screenshots, add `--image webpage.png` and begin the prompt with `The following is a screenshot of a webpage:`. Converted with MLX-VLM revision `0b1d25e334686bd36dda71b2307d186dbb3e7859`. Text and screenshot tests passed. An Apple M4 Pro test used 3.34 GB peak memory and measured 45 prompt tokens/s and 15 generation tokens/s.
 
12
 
13
  This model is specialized only for webpage summarization. Follow the strict prompt contract and limitations in the original model card.
14
 
15
+ These are final MLX weights, not conversion inputs. Users can open a local browser interface directly after installing the MLX runtime:
16
+
17
  ```bash
18
  pip install 'mlx-vlm @ git+https://github.com/Blaizzy/mlx-vlm.git'
19
+ mlx_vlm.chat_ui --model gnukeith/Ocelot-MLX
20
+ ```
21
+
22
+ The runtime downloads the model from Hugging Face automatically. No cloning, conversion, or Python code is required.
23
+
24
+ Direct command-line inference is also available:
25
+
26
+ ```bash
27
+ mlx_vlm.generate --model gnukeith/Ocelot-MLX --prompt 'The is the text of a webpage: <page>Page text here</page> Summarise the content between the <page> tags, or if no content is found use the screenshots provided, in the Brave Summary style.' --max-tokens 512
28
  ```
29
 
30
  For screenshots, add `--image webpage.png` and begin the prompt with `The following is a screenshot of a webpage:`. Converted with MLX-VLM revision `0b1d25e334686bd36dda71b2307d186dbb3e7859`. Text and screenshot tests passed. An Apple M4 Pro test used 3.34 GB peak memory and measured 45 prompt tokens/s and 15 generation tokens/s.