Update README.md
Browse files
README.md
CHANGED
@@ -179,7 +179,7 @@ This model uses the llama-3-instruct prompt template, and is provided in the tok
|
|
179 |
|
180 |
```python
|
181 |
import transformers
|
182 |
-
tokenizer = transformers.AutoTokenizer.from_pretrained("jondurbin/
|
183 |
chat = [
|
184 |
{"role": "system", "content": "You are Bob, a friendly AI assistant."},
|
185 |
{"role": "user", "content": "Hello, how are you?"},
|
|
|
179 |
|
180 |
```python
|
181 |
import transformers
|
182 |
+
tokenizer = transformers.AutoTokenizer.from_pretrained("jondurbin/bagel-8b-v1.0", trust_remote_code=True)
|
183 |
chat = [
|
184 |
{"role": "system", "content": "You are Bob, a friendly AI assistant."},
|
185 |
{"role": "user", "content": "Hello, how are you?"},
|