| An easy way to try many of the fine-tuned Llama 2 models is https://github.com/jmorganca/ollama. A maintainer of the project has been collecting a full list here (with different quantization levels), most of which are Llama 2-based: https://gist.github.com/mchiang0610/b959e3c189ec1e948e4f6a1f... Since the release of Llama 2 the number of models based on it has been growing significantly.. some popular ones: - codeup (A code generation model - DeepSE) - llama2-uncensored (George Sung) - nous-hermes-llama2 (Nous Research) - wizardlm-uncensored (WizardLM) - stablebeluga (Stability AI) The article also recommends oobabooga's text-generation-webui which includes a full web dashboard. |