File size: 1,892 Bytes
c723666
 
 
 
 
 
 
 
 
b10afd4
a7ce7a1
b10afd4
c723666
99a3293
 
 
 
 
c723666
 
 
 
 
 
 
 
8f00921
 
 
 
 
 
 
 
 
 
 
 
 
a7ce7a1
b1ab836
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: cc-by-4.0
datasets:
- FinchResearch/AboveTheClouds
language:
- en
tags:
- chat
---
<h1 style="text-align: center">Koss-7B</h1>
<h2 style="text-align: center">Training Time: 1.85h</h2>
<hr>

|        Model         |  Average ⬆️  |   ARC   | HellaSwag |   MMLU  | TruthfulQA |
|:-------------------:|:------------:|:-------:|:---------:|:-------:|:----------:|
| NewstaR/Koss-7B-chat 📑 |    55.79     |   53.67   |   78.79   |   46.72   |    43.97   |


Koss-7B is the smallest variant in the Koss series of neural network models developed by Kaleido AI for natural language processing. With 7 billion parameters, it retains much of the architecture and capabilities of the larger Koss models but requires less computation to run.

Koss-7B is intended for general NLP applications including text classification, language generation, question answering, translation, and dialogue. Its small size makes it suitable for applications with constraints on memory, compute, latency, or carbon emissions.

## Factors:

- Koss-7B should not be used for tasks requiring very specialized knowledge or skills, since its limited parameters reduce expertise in niche domains. For best performance, finetune on in-domain data.
- As with all AI systems, Koss-7B's behavior is dependent on its training data. It may exhibit biases inherited from non-diverse data. Audit data and mitigation strategies to avoid unfair impacts.
- Koss-7B is not a creative agent. Its outputs will be limited to recombinations of patterns in its training data. Do not ascribe human-like agency or consciousness.

## Recommended Prompt Template:
```
<s>[INST] {prompt} [/INST] {response} </s>
or
<s>[INST] {prompt} [/INST] 
```
The model will start it's response after the [/INST]
Example: 
```
<s>[INST] Why did the chicken cross the road? [/INST] To get to the other side! </s>
```
# Loss
![Loss.png](Loss.png)