PacmanIncarnate commited on
Commit
ebbfac3
1 Parent(s): c0aadec

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <img src="Faraday Model Repository Banner.png" alt="Faraday.dev" style="height: 150px; min-width: 32px; display: block; margin: auto;">
2
+
3
+ **<p style="text-align: center;">The official library of GGUF format models for use in the local AI chat app, Faraday.dev.</p>**
4
+
5
+ <p style="text-align: center;"><a href="https://faraday.dev/">Download Faraday here to get started.</a></p>
6
+
7
+ <p style="text-align: center;"><a href="https://www.reddit.com/r/LLM_Quants/">Request Additional models at r/LLM_Quants.</a></p>
8
+
9
+ ***
10
+
11
+ # Hermes 2 Pro Mistral 7B
12
+ - **Creator:** [Nous Research](https://huggingface.co/NousResearch/)
13
+ - **Original:** [Hermes 2 Pro Mistral 7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
14
+ - **Date Created:** 3/01/2024
15
+ - **Trained Context:** 4096 tokens
16
+ - **Description:** Hermes 2 Pro is an upgraded, retrained version of Nous Hermes 2, consisting of an updated and cleaned version of the OpenHermes 2.5 Dataset, as well as a newly introduced Function Calling and JSON Mode dataset developed in-house.
17
+
18
+ This new version of Hermes maintains its excellent general task and conversation capabilities - but also excels at Function Calling, JSON Structured Outputs, and has improved on several other metrics as well, scoring a 90% on our function calling evaluation built in partnership with Fireworks.AI, and an 84% on our structured JSON Output evaluation.
19
+
20
+ ***
21
+
22
+ ## What is a GGUF?
23
+ GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Faraday.dev. Where other model formats require higher-end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
24
+
25
+ GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight.
26
+
27
+ <details>
28
+ <summary>7B Quantization Chart</summary>
29
+
30
+ *Memory required must be less than your available RAM.*
31
+
32
+ | Quant method | Size | Memory required at 4K Context |
33
+ | --- | --- | --- |
34
+ | Q2_K | 2.72 GB| 5.22 GB |
35
+ | Q3_K_S | 3.16 GB| 5.66 GB |
36
+ | Q3_K_M | 3.52 GB| 6.02 GB |
37
+ | Q3_K_L | 3.82 GB| 6.32 GB |
38
+ | Q4_0 | 4.11 GB| 6.61 GB |
39
+ | Q4_K_S | 4.14 GB| 6.64 GB |
40
+ | Q4_K_M | 4.37 GB| 6.87 GB |
41
+ | Q5_0 | 5.00 GB| 7.50 GB |
42
+ | Q5_K_S | 5.00 GB| 7.50 GB |
43
+ | Q5_K_M | 5.13 GB| 7.63 GB |
44
+ | Q6_K | 5.94 GB| 8.44 GB |
45
+ | Q8_0 | 7.70 GB| 10.20 GB |
46
+ </details>
47
+
48
+ ***
49
+
50
+ <img src="faraday-logo.png" alt="Faraday.dev" style="height: 75px; min-width: 32px; display: block; horizontal align: left;">
51
+
52
+ ## Faraday.dev
53
+ - Free, local AI chat application.
54
+ - One-click installation on Mac and PC.
55
+ - Automatically use GPU for maximum speed.
56
+ - Built-in model manager.
57
+ - High-quality character hub.
58
+ - Zero-config desktop-to-mobile tethering.
59
+
60
+ Faraday makes it easy to start chatting with AI using your own characters or one of the many found in the built-in character hub. The model manager helps you find the latest and greatest models without worrying about whether it's the correct format. Faraday supports advanced features such as lorebooks, author's note, text formatting, custom context size, sampler settings, grammars, local TTS, cloud inference, and tethering, all implemented in a way that is straightforward and reliable.
61
+
62
+ **Join us on [Discord](https://discord.gg/SyNN2vC9tQ)**
63
+
64
+ ***