Upload README.md with huggingface_hub
Browse files
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 |
-
β
|
|
|
|
|
|
|
| 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 |
-
|
|
|
|
|
|
|
| 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:
|