From 6ba37f47c1c06dcc6709ca8d3db04d94209d0938 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Sun, 4 Jun 2023 18:33:40 -0400 Subject: [PATCH] Trying out a new feature to download directly from huggingface. --- gpt4all-chat/metadata/models.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gpt4all-chat/metadata/models.json b/gpt4all-chat/metadata/models.json index 5de832b6..eeb84507 100644 --- a/gpt4all-chat/metadata/models.json +++ b/gpt4all-chat/metadata/models.json @@ -90,5 +90,15 @@ "filename": "ggml-wizard-13b-uncensored.bin", "filesize": "8136777088", "description": "A non-commercially licensable model based on Wizard Vicuna 13b." + }, + { + "md5sum": "f26b99c320ff358f4223a973217eb31e", + "filename": "ggml-v3-13b-hermes-q5_1.bin", + "filesize": "8136777088", + "requires": "2.4.5", + "description": "Nous-Hermes-13b is a state-of-the-art language model fine-tuned on over 300,000 instructions. This model was fine-tuned by Nous Research, with Teknium and Karan4D leading the fine tuning process and dataset curation, Redmond AI sponsoring the compute, and several other contributors. The result is an enhanced Llama 13b model that rivals GPT-3.5-turbo in performance across a variety of tasks. + +This model stands out for its long responses, low hallucination rate, and absence of OpenAI censorship mechanisms. The fine-tuning process was performed with a 2000 sequence length on an 8x a100 80GB DGX machine for over 50 hours.", + "url": "https://huggingface.co/eachadea/ggml-nous-hermes-13b/blob/main/ggml-v3-13b-hermes-q5_1.bin" } ]