This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
config.map.json
35 lines (35 loc) · 1.98 KB
/
config.map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"_formatVersion": "0.0.2",
"preset_map": {
"*/Llama-2-*B-*hat-*/*.*": "metaai_llama_2_chat.preset.json",
"*/vicuna-*B-v*-16K-*/*.*": "vicuna_v1_5_16k.preset.json",
"*/CodeLlama-*B-Python-*/*.*": "codellama_instruct.preset.json",
"*/CodeLlama-*B-Instruct-*/*.*": "codellama_instruct.preset.json",
"*/Phind-CodeLlama-34B-v*-GGUF/*/*.*": "phind_codellama.preset.json",
"*/*istral-*B-Instruct-v*-GGUF/*.gguf": "mistral_instruct.preset.json",
"*/OpenHermes-2*-Mistral-7B-GGUF/*.gguf": "chatml.preset.json",
"*/dolphin-*-mistral-*B-GGUF/*.gguf": "chatml.preset.json",
"*/*istral-*B-OpenOrca-GGUF/*.gguf": "chatml.preset.json",
"*/zephyr-*-GGUF/*.gguf": "zephyr.preset.json",
"*/stablelm-zephyr-*-GGUF/*.gguf": "zephyr.preset.json",
"*/deepseek-*-instruct-GGUF/*.gguf": "deepseek_coder.preset.json",
"*/Mixtral-8x7B-Instruct-v*-GGUF/*.gguf": "mistral_instruct.preset.json",
"*/phi-2-GGUF/*.gguf": "phi_2.preset.json",
"*/Phi-3*-gguf/*.gguf": "phi_3.preset.json",
"*/Qwen1.5-*-Chat-GGUF/*.gguf": "chatml.preset.json",
"*/gemma-*b-it/*.gguf": "google_gemma_instruct.preset.json",
"*/gemma-*b-it-GGUF/*.gguf": "google_gemma_instruct.preset.json",
"*/Hermes-2-Pro-Mistral-7B-GGUF/*.gguf": "chatml.preset.json",
"*/c4ai-command-r-v01-GGUF/*.gguf": "cohere_command_r.preset.json",
"*/c4ai-command-r-plus*/*.gguf": "cohere_command_r.preset.json",
"*/stable-code-instruct-3b*/*.gguf": "chatml.preset.json",
"*/Starling-LM-7B-beta-GGUF/*.gguf": "openchat.preset.json",
"*/Meta-Llama-*-Instruct-GGUF/*.gguf": "llama_3_v2.preset.json",
"*/CodeQwen1.5-*-Chat-GGUF/*.gguf": "chatml.preset.json",
"*/Hermes-2-Pro-Llama-3-*/*.gguf": "chatml.preset.json",
"*/falcon*-GGUF/*.gguf": "falcon.preset.json",
"*/granite-*-GGUF/*.gguf": "ibm_granite.preset.json",
"*/starcoder2-*-instruct-*/*.gguf": "starcoder_2_instruct.preset.json",
"*/aya-23-*/*.gguf": "cohere_command_r.preset.json"
}
}