migtissera
commited on
Commit
•
0a822fb
1
Parent(s):
2f15804
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
4 |
+
|
5 |
+
<br>
|
6 |
+
|
7 |
+
![Synthia](https://huggingface.co/migtissera/Synthia-13B/resolve/main/Synthia.jpeg)
|
8 |
+
|
9 |
+
<br>
|
10 |
+
|
11 |
+
## GGUF
|
12 |
+
This is the 4-bit quantized GGUF version of SynthIA-70B-v1.5.
|
13 |
+
|
14 |
+
## Example Usage
|
15 |
+
|
16 |
+
### Prompt format:
|
17 |
+
|
18 |
+
```
|
19 |
+
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.
|
20 |
+
USER: What's the relevance of Earth's magnetic field to it's gravitational field? Does the solar wind affect any of the two?
|
21 |
+
ASSISTANT:
|
22 |
+
```
|
23 |
+
|