GGUF
maddes8cht commited on
Commit
d4615a2
1 Parent(s): b96d2e8

"Update README.md"

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ datasets:
4
+ - ChristophSchuhmann/essays-with-instructions
5
+ ---
6
+ [![banner](https://maddes8cht.github.io/assets/buttons/Huggingface-banner.jpg)]()
7
+
8
+ I'm constantly enhancing these model descriptions to provide you with the most relevant and comprehensive information
9
+
10
+ # StableLM-3b-EssayWriter - GGUF
11
+ - Model creator: [KnutJaegersberg](https://huggingface.co/KnutJaegersberg)
12
+ - Original model: [StableLM-3b-EssayWriter](https://huggingface.co/KnutJaegersberg/StableLM-3b-EssayWriter)
13
+
14
+ # StableLM
15
+ This is a Model based on StableLM.
16
+ Stablelm is a familiy of Language Models by Stability AI.
17
+
18
+ ## Note:
19
+ Current (as of 2023-11-15) implementations of Llama.cpp only support GPU offloading up to 34 Layers with these StableLM Models.
20
+ The model will crash immediately if -ngl is larger than 34.
21
+ The model works fine however without any gpu acceleration.
22
+
23
+
24
+
25
+ # About GGUF format
26
+
27
+ `gguf` is the current file format used by the [`ggml`](https://github.com/ggerganov/ggml) library.
28
+ A growing list of Software is using it and can therefore use this model.
29
+ The core project making use of the ggml library is the [llama.cpp](https://github.com/ggerganov/llama.cpp) project by Georgi Gerganov
30
+
31
+ # Quantization variants
32
+
33
+ There is a bunch of quantized files available to cater to your specific needs. Here's how to choose the best option for you:
34
+
35
+ # Legacy quants
36
+
37
+ Q4_0, Q4_1, Q5_0, Q5_1 and Q8 are `legacy` quantization types.
38
+ Nevertheless, they are fully supported, as there are several circumstances that cause certain model not to be compatible with the modern K-quants.
39
+ ## Note:
40
+ Now there's a new option to use K-quants even for previously 'incompatible' models, although this involves some fallback solution that makes them not *real* K-quants. More details can be found in affected model descriptions.
41
+ (This mainly refers to Falcon 7b and Starcoder models)
42
+
43
+ # K-quants
44
+
45
+ K-quants are designed with the idea that different levels of quantization in specific parts of the model can optimize performance, file size, and memory load.
46
+ So, if possible, use K-quants.
47
+ With a Q6_K, you'll likely find it challenging to discern a quality difference from the original model - ask your model two times the same question and you may encounter bigger quality differences.
48
+
49
+
50
+
51
+
52
+ ---
53
+
54
+ # Original Model Card:
55
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/Tj6oA89tuJsh3UjW3B1bU.png)
56
+
57
+ Prompt Example:
58
+ ```
59
+ ### Instruction:
60
+ Provide the inputted essay that when summarized resulted in the following summary : The organization's learning and development practices are poor as they involve manual orientation from experienced workers. New employees are not advised of their roles in the organization before assignment of tasks. The orientation process takes long due to lack of a well-coordinated orientation programs.
61
+ ### Response:
62
+ ```
63
+
64
+ ***End of original Model File***
65
+ ---
66
+
67
+
68
+ ## Please consider to support my work
69
+ **Coming Soon:** I'm in the process of launching a sponsorship/crowdfunding campaign for my work. I'm evaluating Kickstarter, Patreon, or the new GitHub Sponsors platform, and I am hoping for some support and contribution to the continued availability of these kind of models. Your support will enable me to provide even more valuable resources and maintain the models you rely on. Your patience and ongoing support are greatly appreciated as I work to make this page an even more valuable resource for the community.
70
+
71
+ <center>
72
+
73
+ [![GitHub](https://maddes8cht.github.io/assets/buttons/github-io-button.png)](https://maddes8cht.github.io)
74
+ [![Stack Exchange](https://stackexchange.com/users/flair/26485911.png)](https://stackexchange.com/users/26485911)
75
+ [![GitHub](https://maddes8cht.github.io/assets/buttons/github-button.png)](https://github.com/maddes8cht)
76
+ [![HuggingFace](https://maddes8cht.github.io/assets/buttons/huggingface-button.png)](https://huggingface.co/maddes8cht)
77
+ [![Twitter](https://maddes8cht.github.io/assets/buttons/twitter-button.png)](https://twitter.com/maddes1966)
78
+
79
+ </center>