Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
4 |
|
5 |
forked from https://huggingface.co/huggyllama/llama-13b/tree/main
|
6 |
|
|
|
|
|
7 |
Adds four new tokens for stepwise reasoning:
|
8 |
|
9 |
```
|
@@ -13,4 +15,4 @@ Adds four new tokens for stepwise reasoning:
|
|
13 |
<|answer_end|>
|
14 |
```
|
15 |
|
16 |
-
|
|
|
4 |
|
5 |
forked from https://huggingface.co/huggyllama/llama-13b/tree/main
|
6 |
|
7 |
+
This tokenizer supports [`Birchlabs/llama-13b-stepwise-adapter`](https://huggingface.co/Birchlabs/llama-13b-stepwise-adapter).
|
8 |
+
|
9 |
Adds four new tokens for stepwise reasoning:
|
10 |
|
11 |
```
|
|
|
15 |
<|answer_end|>
|
16 |
```
|
17 |
|
18 |
+
See [`Birchlabs/llama-13b-stepwise-adapter`](https://huggingface.co/Birchlabs/llama-13b-stepwise-adapter) for details of how all the parts should be used together.
|