migtissera commited on
Commit
0b85dd6
1 Parent(s): 2e9a7ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -3,3 +3,27 @@ license: other
3
  license_name: yi-34b
4
  license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  license_name: yi-34b
4
  license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
5
  ---
6
+
7
+ # Tess
8
+
9
+ ![Tess](https://huggingface.co/migtissera/Tess-XL-v1.0/resolve/main/Tess.png)
10
+
11
+ Tess, short for Tessoro/Tessoso, is a general purpose Large Language Model series. Tess-XS is trained on the Mistral-7B base.
12
+
13
+
14
+ # Prompt Format:
15
+
16
+ ```
17
+ SYSTEM:
18
+ USER: What is the relationship between Earth's atmosphere, magnetic field and gravity?
19
+ ASSISTANT:
20
+ ```
21
+
22
+ # Synthia-CoT Format:
23
+ Tess also supports Synthia-CoT format:
24
+
25
+ ```
26
+ SYSTEM: Elaborate on the topic using a Tree of Thoughts and backtrack when necessary to construct a clear, cohesive Chain of Thought reasoning. Always answer without hesitation.
27
+ USER:
28
+ ASSISTANT:
29
+ ```