baebee commited on
Commit
c3a8170
·
1 Parent(s): d005113

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -3,7 +3,43 @@ language:
3
  - en
4
  ---
5
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  | Model | Average ⬆️ | ARC | HellaSwag | MMLU | TruthfulQA |
7
  |----------------------|------------|-------|-----------|-------|------------|
8
  | NewstaR/Starlight-13B| 58.63 | 59.3 | 82.15 | 55.67 | 37.39 |
9
  | NewstaR/Starlight-7B | 54.3 | 53.07 | 78.57 | 46.8 | 38.75 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - en
4
  ---
5
 
6
+ ---
7
+ datasets:
8
+ - FinchResearch/AboveTheClouds
9
+ - NewstaR/AverageData
10
+ language:
11
+ - en
12
+ tags:
13
+ - llama
14
+ - llama2
15
+ ---
16
+ # Starlight (13B)
17
+
18
  | Model | Average ⬆️ | ARC | HellaSwag | MMLU | TruthfulQA |
19
  |----------------------|------------|-------|-----------|-------|------------|
20
  | NewstaR/Starlight-13B| 58.63 | 59.3 | 82.15 | 55.67 | 37.39 |
21
  | NewstaR/Starlight-7B | 54.3 | 53.07 | 78.57 | 46.8 | 38.75 |
22
+
23
+
24
+ ## The model follows the Alpaca template:
25
+ ```
26
+ ### Instruction: {prompt} ### Response:
27
+ ```
28
+
29
+ ## Example:
30
+ ```
31
+ ### Instruction: Summarize the key details of the Starlight model in a few sentences.
32
+
33
+ ### Assistant: Starlight is a 7B parameter transformer model trained on the AverageData and Above the Clouds datasets for conversational text generation. It has strong language modeling capabilities but lacks true language understanding and may generate incorrect or biased text, so outputs should be monitored and safeguards implemented. The model is intended for use in chatbots and content creation applications.
34
+ ```
35
+
36
+ ## Instructions for Safe Use
37
+
38
+ - Avoid exposing Starlight to offensive, unethical, dangerous or illegal prompts
39
+ - Monitor outputs for signs of bias, toxicity or factual incorrectness
40
+ - Do not rely on Starlight for high-stakes or safety critical applications
41
+
42
+ ## Limitations
43
+
44
+ - May hallucinate or generate incorrect information
45
+ - Large model size leads to high compute requirements