Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Keynote-Technology/TinyKAI-3B-beta
|
3 |
+
inference: false
|
4 |
+
license: apache-2.0
|
5 |
+
model_creator: Keynote-Technology
|
6 |
+
model_name: TinyKAI-3B-beta
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
quantized_by: afrideva
|
9 |
+
tags:
|
10 |
+
- gguf
|
11 |
+
- ggml
|
12 |
+
- quantized
|
13 |
+
- q2_k
|
14 |
+
- q3_k_m
|
15 |
+
- q4_k_m
|
16 |
+
- q5_k_m
|
17 |
+
- q6_k
|
18 |
+
- q8_0
|
19 |
+
---
|
20 |
+
# Keynote-Technology/TinyKAI-3B-beta-GGUF
|
21 |
+
|
22 |
+
Quantized GGUF model files for [TinyKAI-3B-beta](https://huggingface.co/Keynote-Technology/TinyKAI-3B-beta) from [Keynote-Technology](https://huggingface.co/Keynote-Technology)
|
23 |
+
|
24 |
+
|
25 |
+
| Name | Quant method | Size |
|
26 |
+
| ---- | ---- | ---- |
|
27 |
+
| [tinykai-3b-beta.q2_k.gguf](https://huggingface.co/afrideva/TinyKAI-3B-beta-GGUF/resolve/main/tinykai-3b-beta.q2_k.gguf) | q2_k | 2.15 GB |
|
28 |
+
| [tinykai-3b-beta.q3_k_m.gguf](https://huggingface.co/afrideva/TinyKAI-3B-beta-GGUF/resolve/main/tinykai-3b-beta.q3_k_m.gguf) | q3_k_m | 2.27 GB |
|
29 |
+
| [tinykai-3b-beta.q4_k_m.gguf](https://huggingface.co/afrideva/TinyKAI-3B-beta-GGUF/resolve/main/tinykai-3b-beta.q4_k_m.gguf) | q4_k_m | 2.58 GB |
|
30 |
+
| [tinykai-3b-beta.q5_k_m.gguf](https://huggingface.co/afrideva/TinyKAI-3B-beta-GGUF/resolve/main/tinykai-3b-beta.q5_k_m.gguf) | q5_k_m | 2.76 GB |
|
31 |
+
| [tinykai-3b-beta.q6_k.gguf](https://huggingface.co/afrideva/TinyKAI-3B-beta-GGUF/resolve/main/tinykai-3b-beta.q6_k.gguf) | q6_k | 3.64 GB |
|
32 |
+
| [tinykai-3b-beta.q8_0.gguf](https://huggingface.co/afrideva/TinyKAI-3B-beta-GGUF/resolve/main/tinykai-3b-beta.q8_0.gguf) | q8_0 | 3.64 GB |
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
## Original Model Card:
|
37 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6500c7c912c1442d994c36e5/rav-pUPtWF-u-_A4k9RaZ.png)
|
38 |
+
|
39 |
+
TinyKAI 3B is a fine-tuned LLM (Large Language Model) based off of [OpenLlama 3B v2](https://huggingface.co/openlm-research/open_llama_3b_v2).
|
40 |
+
The TinyKAI models are a series of lightweight LLMs under 5 Billion parameters, usually used for research.
|
41 |
+
|
42 |
+
## Direct Use
|
43 |
+
TinyKAI 3B is optimal for research on large language models, specifically the influence of web data on the properties of large language models (fairness, safety, limitations, capabilities, etc.).
|
44 |
+
|
45 |
+
## Training
|
46 |
+
This model was trained on a mixture of the [Falcon refined-web dataset](https://huggingface.co/datasets/tiiuae/falcon-refinedweb), the [StarCoder dataset](https://huggingface.co/datasets/bigcode/starcoderdata) and the wikipedia, arxiv, book and stackexchange part of the [RedPajama dataset](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-1T).
|
47 |
+
|
48 |
+
## Banned Use
|
49 |
+
Production use without adequate assessment of risks and mitigation; any use cases which may be considered irresponsible or harmful or insulting to anyone or any certain group.
|
50 |
+
|
51 |
+
## Limitations
|
52 |
+
TinyKAI 3B is trained on English data only, and will not generate appropriately reasonable content in other languages. Being trained on a representative of the web, it will carry the stereotypes and biases commonly encountered online.
|
53 |
+
|
54 |
+
## Recommendations
|
55 |
+
We recommend users of TinyKAI 3B to consider finetuning it for personal use, and for precautions to be taken for any commercial use.
|
56 |
+
|
57 |
+
## WARNING!
|
58 |
+
This model runs on an older version of transformers, v4.10.0, and therefore may be unstable.
|