--- license: artistic-2.0 --- When your tired of the slop, it might be nice to visit an old friend, LLama 2 13B, back when the outputs just felt more magical. Back when it wasnt all about benchmarks. --- Model was tuned using Two Formats: Use This Template for Ollama Model File ``` TEMPLATE """ Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. {{ if .System }}### Instruction: {{ .System }}{{ end }} {{ if .Prompt }}### Input: {{ .Prompt }}{{ end }} ### Response: """ ``` Also Context-Obedient Template: ``` TEMPLATE """ BEGININPUT BEGINCONTEXT ENDCONTEXT {{ if .System }}<|system|>:{{ .System }}{{ end }} ENDINPUT BEGININSTRUCTION {{ if .Prompt }}{{ .Prompt }}{{ end }} ENDINSTRUCTION ### Contextual Response {{ .Response }} """ ```