Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ This model is trained on a specialized dataset and uses special sentinel tokens
|
|
15 |
**Important Note: These sentinels are similar to gpt2-style special tokens but they are <u>NOT</u> added as special tokens in the tokenizer.**
|
16 |
|
17 |
### Usage
|
18 |
-
For usage, you can refer to the `chat.py` file in this repo for an example.
|
19 |
|
20 |
### Concepts
|
21 |
- Each conversation consists of n "sections"
|
|
|
15 |
**Important Note: These sentinels are similar to gpt2-style special tokens but they are <u>NOT</u> added as special tokens in the tokenizer.**
|
16 |
|
17 |
### Usage
|
18 |
+
For usage, you can refer to the [`chat.py`](https://huggingface.co/julep-ai/samantha-33b/blob/main/chat.py) file in this repo for an example.
|
19 |
|
20 |
### Concepts
|
21 |
- Each conversation consists of n "sections"
|