migtissera
commited on
Commit
•
5af92a0
1
Parent(s):
ff1aab1
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,13 @@ library_name: transformers
|
|
8 |
|
9 |
Change from 1.2 -> 1.2b: More data, 14 days of training for 1 epoch.
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
# Synthia-70B-v1.2b
|
12 |
SynthIA (Synthetic Intelligent Agent) is a LLama-2-70B model trained on Orca style datasets. It has been fine-tuned for instruction following as well as having long-form conversations.
|
13 |
|
|
|
8 |
|
9 |
Change from 1.2 -> 1.2b: More data, 14 days of training for 1 epoch.
|
10 |
|
11 |
+
All Synthia models are uncensored. Please use it with caution and with best intentions. You are responsible for how you use Synthia.
|
12 |
+
|
13 |
+
To evoke generalized Tree of Thought + Chain of Thought reasoning, you may use the following system message:
|
14 |
+
```
|
15 |
+
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.
|
16 |
+
```
|
17 |
+
|
18 |
# Synthia-70B-v1.2b
|
19 |
SynthIA (Synthetic Intelligent Agent) is a LLama-2-70B model trained on Orca style datasets. It has been fine-tuned for instruction following as well as having long-form conversations.
|
20 |
|