Skip to content

Instantly share code, notes, and snippets.

@xaviviro
Last active January 4, 2024 17:21
Show Gist options
  • Save xaviviro/61edeb495a61188b9df64b6e6b89fc75 to your computer and use it in GitHub Desktop.
Save xaviviro/61edeb495a61188b9df64b6e6b89fc75 to your computer and use it in GitHub Desktop.
FLOR LM-Studio preset
{
"name": "FLOR",
"load_params": {
"n_ctx": 4096,
"n_batch": 512,
"rope_freq_base": 0,
"rope_freq_scale": 0,
"n_gpu_layers": 1,
"use_mlock": false,
"main_gpu": 0,
"tensor_split": [
0
],
"seed": -1,
"f16_kv": true,
"use_mmap": true
},
"inference_params": {
"n_threads": 4,
"n_predict": -1,
"top_k": 40,
"top_p": 0.95,
"temp": 0.8,
"repeat_penalty": 1.4,
"input_prefix": "### Instruction:\\n",
"input_suffix": "\\n### Answer:\\n",
"antiprompt": [
"<|endoftext|>"
],
"pre_prompt": "Tot seguit ve una instrucció que has de respondre de la millor manera possible.",
"pre_prompt_suffix": "\\n",
"pre_prompt_prefix": "PROMPT:",
"seed": -1,
"tfs_z": 1,
"typical_p": 1,
"repeat_last_n": 64,
"frequency_penalty": 0,
"presence_penalty": 0,
"n_keep": 0,
"logit_bias": {},
"mirostat": 0,
"mirostat_tau": 5,
"mirostat_eta": 0.1,
"memory_f16": true,
"multiline_input": false,
"penalize_nl": true,
"min_p": 0.05
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment