Загрузка данных


echo -e "FROM ./Qwen2.5-3B-Instruct-Abliterated.Q5_K_M.gguf\nTEMPLATE \"\"\"{{ if .System }}<|start_header_id|>system<|end_header_id|>\n\n{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>\n\n{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>\n\n\"\"\"\nPARAMETER stop \"<|eot_id|>\"" > Modelfile && ollama create true-llama -f ./Modelfile && ollama run true-llama