Commit
·
f5aff35
1
Parent(s):
d5cb12e
"Update README.md"
Browse files
README.md
CHANGED
@@ -14,6 +14,43 @@ license: apache-2.0
|
|
14 |
datasets:
|
15 |
- OpenAssistant/oasst1
|
16 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
# Model Card
|
18 |
## Summary
|
19 |
|
@@ -198,4 +235,10 @@ Please read this disclaimer carefully before using the large language model prov
|
|
198 |
- Reporting Issues: If you encounter any biased, offensive, or otherwise inappropriate content generated by the large language model, please report it to the repository maintainers through the provided channels. Your feedback will help improve the model and mitigate potential issues.
|
199 |
- Changes to this Disclaimer: The developers of this repository reserve the right to modify or update this disclaimer at any time without prior notice. It is the user's responsibility to periodically review the disclaimer to stay informed about any changes.
|
200 |
|
201 |
-
By using the large language model provided in this repository, you agree to accept and comply with the terms and conditions outlined in this disclaimer. If you do not agree with any part of this disclaimer, you should refrain from using the model and any content generated by it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
datasets:
|
15 |
- OpenAssistant/oasst1
|
16 |
---
|
17 |
+
[![banner](https://maddes8cht.github.io/assets/buttons/Huggingface-banner.jpg)]()
|
18 |
+
|
19 |
+
## I am still building the structure of these descriptions.
|
20 |
+
|
21 |
+
These will contain increasingly more content to help find the best models for a purpose.
|
22 |
+
|
23 |
+
# h2ogpt-gm-oasst1-en-2048-falcon-7b-v3 - GGUF
|
24 |
+
- Model creator: [h2oai](https://huggingface.co/h2oai)
|
25 |
+
- Original model: [h2ogpt-gm-oasst1-en-2048-falcon-7b-v3](https://huggingface.co/h2oai/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3)
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
# About GGUF format
|
30 |
+
|
31 |
+
`gguf` is the current file format used by the [`ggml`](https://github.com/ggerganov/ggml) library.
|
32 |
+
A growing list of Software is using it and can therefore use this model.
|
33 |
+
The core project making use of the ggml library is the [llama.cpp](https://github.com/ggerganov/llama.cpp) project by Georgi Gerganov
|
34 |
+
|
35 |
+
# Quantization variants
|
36 |
+
|
37 |
+
There is a bunch of quantized files available. How to choose the best for you:
|
38 |
+
|
39 |
+
# legacy quants
|
40 |
+
|
41 |
+
Q4_0, Q4_1, Q5_0, Q5_1 and Q8 are `legacy` quantization types.
|
42 |
+
Nevertheless, they are fully supported, as there are several circumstances that cause certain model not to be compatible with the modern K-quants.
|
43 |
+
Falcon 7B models cannot be quantized to K-quants.
|
44 |
+
|
45 |
+
# K-quants
|
46 |
+
|
47 |
+
K-quants are based on the idea that the quantization of certain parts affects the quality in different ways. If you quantize certain parts more and others less, you get a more powerful model with the same file size, or a smaller file size and lower memory load with comparable performance.
|
48 |
+
So, if possible, use K-quants.
|
49 |
+
With a Q6_K you should find it really hard to find a quality difference to the original model - ask your model two times the same question and you may encounter bigger quality differences.
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
# Original Model Card:
|
54 |
# Model Card
|
55 |
## Summary
|
56 |
|
|
|
235 |
- Reporting Issues: If you encounter any biased, offensive, or otherwise inappropriate content generated by the large language model, please report it to the repository maintainers through the provided channels. Your feedback will help improve the model and mitigate potential issues.
|
236 |
- Changes to this Disclaimer: The developers of this repository reserve the right to modify or update this disclaimer at any time without prior notice. It is the user's responsibility to periodically review the disclaimer to stay informed about any changes.
|
237 |
|
238 |
+
By using the large language model provided in this repository, you agree to accept and comply with the terms and conditions outlined in this disclaimer. If you do not agree with any part of this disclaimer, you should refrain from using the model and any content generated by it.<center>
|
239 |
+
[![GitHub](https://maddes8cht.github.io/assets/buttons/github-io-button.png)](https://maddes8cht.github.io)
|
240 |
+
[![Stack Exchange](https://stackexchange.com/users/flair/26485911.png)](https://stackexchange.com/users/26485911)
|
241 |
+
[![GitHub](https://maddes8cht.github.io/assets/buttons/github-button.png)](https://github.com/maddes8cht)
|
242 |
+
[![HuggingFace](https://maddes8cht.github.io/assets/buttons/huggingface-button.png)](https://huggingface.co/maddes8cht)
|
243 |
+
[![Twitter](https://maddes8cht.github.io/assets/buttons/twitter-button.png)](https://twitter.com/maddes1966)
|
244 |
+
</center>
|