Naphula commited on
Commit
e4ec203
·
verified ·
1 Parent(s): 5e99d47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -17,7 +17,7 @@ Tools to enhance LLM quantizations and merging
17
  - Converts a sharded, multimodal (text and vision) model into a text-only version. Readme at [textonly_ripper.md](https://huggingface.co/spaces/Naphula/model_tools/blob/main/textonly_ripper.md)
18
 
19
  # [vocab_resizer.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/vocab_resizer.py)
20
- - Converts models with larger vocab_sizes to a standard size (default 131072 Mistral 24B) for use with mergekit
21
 
22
  # [folder_content_combiner_anyfiles.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/folder_content_combiner_anyfiles.py)
23
  - Combines all files in the script's current directory into a single output file, sorted alphabetically.
@@ -31,6 +31,9 @@ Tools to enhance LLM quantizations and merging
31
  # [Markdown Viewer](https://huggingface.co/spaces/Naphula/Portable_Offline_Markdown_Viewer)
32
  - Portable Offline Markdown Viewer
33
 
 
 
 
34
  # [Quant Clone](https://github.com/electroglyph/quant_clone)
35
  - A tool which allows you to recreate UD quants such as Q8_K_XL. For Mistral 24B, see [this](https://huggingface.co/spaces/Naphula/model_tools/raw/main/Mistral-Small-3.2-24B-Instruct-2506-UD-Q8_K_XL_UD.txt).
36
 
 
17
  - Converts a sharded, multimodal (text and vision) model into a text-only version. Readme at [textonly_ripper.md](https://huggingface.co/spaces/Naphula/model_tools/blob/main/textonly_ripper.md)
18
 
19
  # [vocab_resizer.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/vocab_resizer.py)
20
+ - Converts models with larger vocab_sizes to a standard size (default 131072 Mistral 24B) for use with mergekit. Note that `tokenizer.model` must be manually copied into the `/fixed/` folder.
21
 
22
  # [folder_content_combiner_anyfiles.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/folder_content_combiner_anyfiles.py)
23
  - Combines all files in the script's current directory into a single output file, sorted alphabetically.
 
31
  # [Markdown Viewer](https://huggingface.co/spaces/Naphula/Portable_Offline_Markdown_Viewer)
32
  - Portable Offline Markdown Viewer
33
 
34
+ # [Markdown to SMF](https://huggingface.co/spaces/Naphula/model_tools/blob/main/md_to_smf.py)
35
+ - Converts a Markdown string to an SMF-compatible BBCode string. Not perfect—sometimes misses double bold tags.
36
+
37
  # [Quant Clone](https://github.com/electroglyph/quant_clone)
38
  - A tool which allows you to recreate UD quants such as Q8_K_XL. For Mistral 24B, see [this](https://huggingface.co/spaces/Naphula/model_tools/raw/main/Mistral-Small-3.2-24B-Instruct-2506-UD-Q8_K_XL_UD.txt).
39