Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
forked from https://huggingface.co/huggyllama/llama-13b/tree/main
|
| 6 |
+
|
| 7 |
+
Adds four new tokens for stepwise reasoning:
|
| 8 |
+
|
| 9 |
+
```
|
| 10 |
+
<|step_start|>
|
| 11 |
+
<|step_end|>
|
| 12 |
+
<|answer_start|>
|
| 13 |
+
<|answer_end|>
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
you will also need to load the finetuned embedding layer
|