DanielPFlorian commited on
Commit
ffe0987
Β·
verified Β·
1 Parent(s): 022f174

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -128,9 +128,12 @@ ComfyUI/models/LLM/
128
  β”‚ β”œβ”€β”€ tokenizer.json
129
  β”‚ β”œβ”€β”€ tokenizer_config.json
130
  β”‚ β”œβ”€β”€ vocab.json
 
131
  β”‚ β”œβ”€β”€ special_tokens_map.json
132
  β”‚ β”œβ”€β”€ added_tokens.json
133
- β”‚ └── merges.txt
 
 
134
  β”œβ”€β”€ paraphrase-multilingual-MiniLM-L12-v2/ # Embedding model (required)
135
  β”‚ β”œβ”€β”€ config.json
136
  β”‚ β”œβ”€β”€ model.safetensors
@@ -149,7 +152,9 @@ ComfyUI/models/LLM/
149
  β”œβ”€β”€ tokenizer.json
150
  β”œβ”€β”€ tokenizer_config.json
151
  β”œβ”€β”€ vocab.json
152
- └── merges.txt
 
 
153
  ```
154
 
155
  **Important**: The tokenizer directory name must match the model name (without `.gguf` extension and quantization suffix). The auto-detection code looks for:
 
128
  β”‚ β”œβ”€β”€ tokenizer.json
129
  β”‚ β”œβ”€β”€ tokenizer_config.json
130
  β”‚ β”œβ”€β”€ vocab.json
131
+ β”‚ β”œβ”€β”€ merges.txt
132
  β”‚ β”œβ”€β”€ special_tokens_map.json
133
  β”‚ β”œβ”€β”€ added_tokens.json
134
+ β”‚ β”œβ”€β”€ config.json
135
+ β”‚ β”œβ”€β”€ generation_config.json
136
+ β”‚ └── model.safetensors.index.json
137
  β”œβ”€β”€ paraphrase-multilingual-MiniLM-L12-v2/ # Embedding model (required)
138
  β”‚ β”œβ”€β”€ config.json
139
  β”‚ β”œβ”€β”€ model.safetensors
 
152
  β”œβ”€β”€ tokenizer.json
153
  β”œβ”€β”€ tokenizer_config.json
154
  β”œβ”€β”€ vocab.json
155
+ β”œβ”€β”€ merges.txt
156
+ β”œβ”€β”€ config.json
157
+ └── generation_config.json
158
  ```
159
 
160
  **Important**: The tokenizer directory name must match the model name (without `.gguf` extension and quantization suffix). The auto-detection code looks for: