maddes8cht commited on
Commit
6dc22ed
1 Parent(s): 798054d

"Update README.md"

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - pankajmathur/WizardLM_Orca
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ ---
9
+ [![banner](https://maddes8cht.github.io/assets/buttons/Huggingface-banner.jpg)]()
10
+
11
+ I'm constantly enhancing these model descriptions to provide you with the most relevant and comprehensive information
12
+
13
+ # wizard-orca-3b - GGUF
14
+ - Model creator: [harborwater](https://huggingface.co/harborwater)
15
+ - Original model: [wizard-orca-3b](https://huggingface.co/harborwater/wizard-orca-3b)
16
+
17
+ OpenLlama is a free reimplementation of the original Llama Model which is licensed under Apache 2 license.
18
+
19
+
20
+
21
+ # About GGUF format
22
+
23
+ `gguf` is the current file format used by the [`ggml`](https://github.com/ggerganov/ggml) library.
24
+ A growing list of Software is using it and can therefore use this model.
25
+ The core project making use of the ggml library is the [llama.cpp](https://github.com/ggerganov/llama.cpp) project by Georgi Gerganov
26
+
27
+ # Quantization variants
28
+
29
+ There is a bunch of quantized files available to cater to your specific needs. Here's how to choose the best option for you:
30
+
31
+ # Legacy quants
32
+
33
+ Q4_0, Q4_1, Q5_0, Q5_1 and Q8 are `legacy` quantization types.
34
+ Nevertheless, they are fully supported, as there are several circumstances that cause certain model not to be compatible with the modern K-quants.
35
+ ## Note:
36
+ 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.
37
+ (This mainly refers to Falcon 7b and Starcoder models)
38
+
39
+ # K-quants
40
+
41
+ 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.
42
+ So, if possible, use K-quants.
43
+ 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.
44
+
45
+
46
+
47
+
48
+ ---
49
+
50
+ # Original Model Card:
51
+ Trained on 2 epoch of pankajmathur's WizardLM_orca dataset.
52
+
53
+ Prompt template:
54
+ ```
55
+ ### HUMAN:
56
+ {prompt}
57
+
58
+ ### RESPONSE:
59
+ <leave a newline for the model to answer>
60
+ ```
61
+
62
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
63
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
64
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_harborwater__wizard-orca-3b)
65
+
66
+ | Metric | Value |
67
+ |-----------------------|---------------------------|
68
+ | Avg. | 35.93 |
69
+ | ARC (25-shot) | 41.72 |
70
+ | HellaSwag (10-shot) | 71.78 |
71
+ | MMLU (5-shot) | 24.49 |
72
+ | TruthfulQA (0-shot) | 40.04 |
73
+ | Winogrande (5-shot) | 66.93 |
74
+ | GSM8K (5-shot) | 1.06 |
75
+ | DROP (3-shot) | 5.5 |
76
+
77
+ ***End of original Model File***
78
+ ---
79
+
80
+
81
+ ## Please consider to support my work
82
+ **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.
83
+
84
+ <center>
85
+
86
+ [![GitHub](https://maddes8cht.github.io/assets/buttons/github-io-button.png)](https://maddes8cht.github.io)
87
+ [![Stack Exchange](https://stackexchange.com/users/flair/26485911.png)](https://stackexchange.com/users/26485911)
88
+ [![GitHub](https://maddes8cht.github.io/assets/buttons/github-button.png)](https://github.com/maddes8cht)
89
+ [![HuggingFace](https://maddes8cht.github.io/assets/buttons/huggingface-button.png)](https://huggingface.co/maddes8cht)
90
+ [![Twitter](https://maddes8cht.github.io/assets/buttons/twitter-button.png)](https://twitter.com/maddes1966)
91
+
92
+ </center>