totally-not-an-llm commited on
Commit
9865196
·
1 Parent(s): 6d62cbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: llama2
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: llama2
3
+ datasets:
4
+ - totally-not-an-llm/EverythingLM-data
5
  ---
6
+
7
+ *wipwipwip*
8
+
9
+ # EverythingLM-13b-16k
10
+
11
+ Introducing EverythingLM, a llama-2 based, general-purpose 13b model with 16k context thanks to LlongMa. The model is trained on the EverythingLM dataset, more info can be found on the dataset page.
12
+
13
+ The model is completely uncensored.
14
+
15
+ ### Notable features:
16
+ - Automatically triggered CoT reasoning
17
+ - Verbose and detailed replies
18
+ - Creative and humanlike stories
19
+ - Better prompt understanding
20
+
21
+ ### Prompt format:
22
+ It is a modified Vicuna format, the same used in many of ehartford's models.
23
+ ```
24
+ You are a helpful AI assistant.
25
+
26
+ USER: <prompt>
27
+ ASSISTANT:
28
+ ```