Naphula commited on
Commit
8cd4fe7
·
verified ·
1 Parent(s): 02cdf96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -17,6 +17,9 @@ Tools to enhance LLM quantizations and merging
17
  # [textonly_ripper_v2.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/textonly_ripper_v2.py)
18
  - Converts a sharded, multimodal (text and vision) model into a text-only version
19
 
 
 
 
20
  # [folder_content_combiner_anyfiles.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/folder_content_combiner_anyfiles.py)
21
  - Combines all files in the script's current directory into a single output file, sorted alphabetically.
22
 
 
17
  # [textonly_ripper_v2.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/textonly_ripper_v2.py)
18
  - Converts a sharded, multimodal (text and vision) model into a text-only version
19
 
20
+ # [vocab_resizer_mistral24B.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/vocab_resizer_mistral24B.py)
21
+ - Converts Mistral finetunes with larger vocab_sizes to the standard 131072 for use with mergekit
22
+
23
  # [folder_content_combiner_anyfiles.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/folder_content_combiner_anyfiles.py)
24
  - Combines all files in the script's current directory into a single output file, sorted alphabetically.
25