Commit
·
8acd665
1
Parent(s):
f11811c
Update README.md
Browse files
README.md
CHANGED
@@ -3,13 +3,17 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- code
|
5 |
- text-generation-inference
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
KAI-7B
|
8 |
|
9 |

|
10 |
|
11 |
-
KAI-7B is a fine-tuned
|
12 |
-
KAI-7B is a very versatile model, outperforming its closest competetor, Meta-Llama 2 70b, in all benchmarks.
|
13 |
|
14 |

|
15 |

|
@@ -17,5 +21,4 @@ KAI-7B is a very versatile model, outperforming its closest competetor, Meta-Lla
|
|
17 |
As you can see in the benchmark above, KAI-7B excells in STEM but needs work in the Math and Coding fields.
|
18 |
|
19 |
## Notice
|
20 |
-
|
21 |
-
|
|
|
3 |
tags:
|
4 |
- code
|
5 |
- text-generation-inference
|
6 |
+
- pretrained
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pipeline_tag: text-generation
|
10 |
---
|
11 |
KAI-7B
|
12 |
|
13 |

|
14 |
|
15 |
+
KAI-7B Large Language Model (LLM) is a fine-tuned generative text model based on Mistral 7B with over 7 billion parameters.
|
16 |
+
KAI-7B is a very versatile model, outperforming its closest competetor, Meta-Llama 2 70b, in all benchmarks we tested.
|
17 |
|
18 |

|
19 |

|
|
|
21 |
As you can see in the benchmark above, KAI-7B excells in STEM but needs work in the Math and Coding fields.
|
22 |
|
23 |
## Notice
|
24 |
+
KAI-7B is a pretrained base model and therefore does not have any moderation mechanisms.
|
|