Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Synthia v1.3
2
+
3
+ SynthIA (Synthetic Intelligent Agent) v1.3 is a Mistral-7B model trained on Orca style datasets. It has been fine-tuned for instruction following as well as having long-form conversations.
4
+
5
+ To evoke generalized Tree of Thought + Chain of Thought reasoning, you may use the following system message:
6
+
7
+ `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.`
8
+
9
+ All Synthia models are uncensored. Please use it with caution and with best intentions. You are responsible for how you use Synthia.
10
+
11
+ ## Training Details
12
+ This was trained with QLoRA, as with all my models. Learning rate was 3e-4, 4096 context length. Batch size was 64, trained on a single H100.
13
+
14
+ Synthia-v1.2 dataset, which contain Chain-of-Thought (Orca), Tree-of-Thought and Long-Form conversation data.
15
+
16
+ Dataset is super high quality, and not a massive dataset (about ~125K samples).
17
+
18
+ ## License Disclaimer:
19
+
20
+ This model is bound by the license & usage restrictions of the original Mistral model, and comes with no warranty or guarantees of any kind.