baebee commited on
Commit
1f7436c
·
1 Parent(s): 5c072fe

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - FinchResearch/AboveTheClouds
4
+ - NewstaR/AverageData
5
+ language:
6
+ - en
7
+ tags:
8
+ - llama
9
+ - llama2
10
+ ---
11
+ # Starlight (7B)
12
+
13
+ ## The model follows the Alpaca template:
14
+ ```### Instruction: {prompt} ### Response:```
15
+
16
+ ## Example:
17
+ ```
18
+ ### Instruction: Summarize the key details of the Starlight model in a few sentences.
19
+
20
+ ### 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.
21
+ ```
22
+
23
+ ## Instructions for Safe Use
24
+
25
+ - Avoid exposing Starlight to offensive, unethical, dangerous or illegal prompts
26
+ - Monitor outputs for signs of bias, toxicity or factual incorrectness
27
+ - Do not rely on Starlight for high-stakes or safety critical applications
28
+
29
+ ## Limitations
30
+
31
+ - May hallucinate or generate incorrect information
32
+ - Large model size leads to high compute requirements