Naphula commited on
Commit
99bd682
·
verified ·
1 Parent(s): 24ea67c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -13,9 +13,8 @@ Tools to enhance LLM quantizations and merging
13
  # [fp32_to_fp16.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/fp32_to_fp16.py)
14
  - Converts FP32 to FP16 safetensors
15
 
16
- # [textonly_ripper.md](https://huggingface.co/spaces/Naphula/model_tools/blob/main/textonly_ripper.md)
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.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/vocab_resizer.py)
21
  - Converts models with larger vocab_sizes to a standard size (default 131072 Mistral 24B) for use with mergekit
 
13
  # [fp32_to_fp16.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/fp32_to_fp16.py)
14
  - Converts FP32 to FP16 safetensors
15
 
 
16
  # [textonly_ripper_v2.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/textonly_ripper_v2.py)
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