Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,22 @@ tags:
|
|
9 |
|
10 |
![img](./strix_rufipes.png)
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
![img](./strix_rufipes.png)
|
11 |
|
12 |
+
# Strix Rufipes 70B
|
13 |
+
|
14 |
+
# Model Details
|
15 |
+
* **Trained by**: ibivibiv
|
16 |
+
* **Model type:** **strix-rufipes-70b** is an auto-regressive language model fine tuned on the Llama 2 transformer architecture.
|
17 |
+
* **Language(s)**: English
|
18 |
+
* **Purpose**: Has specific training for logic enforcement, will do well in ARC or other logic testing as well as critical thinking tasks. This model is targeted towards planning exercises.
|
19 |
+
|
20 |
+
# Prompting
|
21 |
+
|
22 |
+
## Prompt Template for alpaca style
|
23 |
+
|
24 |
+
```
|
25 |
+
### Instruction:
|
26 |
+
|
27 |
+
<prompt> (without the <>)
|
28 |
+
|
29 |
+
### Response:
|
30 |
+
```
|