Birchlabs commited on
Commit
a97e0ba
1 Parent(s): 17699d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- you will also need to load the finetuned embedding layer
 
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.