Naphula commited on
Commit
59e230f
·
verified ·
1 Parent(s): aa8807d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -23,8 +23,14 @@ Tools to enhance LLM quantizations and merging
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
 
26
- # GGUF Repo Suite
 
27
 
28
- # Text Analysis Suite
 
 
 
 
29
 
30
- # Markdown Viewer
 
 
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
 
26
+ # [GGUF Repo Suite](https://huggingface.co/spaces/Naphula/gguf-repo-suite)
27
+ - Create and quantize Hugging Face models
28
 
29
+ # [Failed Experiment gguf_to_safetensors_v2.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/gguf_to_safetensors_v2.py)
30
+ - Unsuccessful attempt by Gemini to patch the gguf_to_safetensors script. Missing json files are hard to reconstruct. Also see [safetensors_meta_ripper_v1.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/safetensors_meta_ripper_v1.py)
31
+
32
+ # [Markdown Viewer](https://huggingface.co/spaces/Naphula/model_tools/blob/main/markdown_viewer.html)
33
+ - Portable Offline Markdown Viewer
34
 
35
+ # Text Analysis Suite
36
+ - Pending reupload