Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ This model was trained with unsloth with LoRA and 4 bit quantization.
|
|
24 |
|
25 |
It is recommended to use the prompt mentioned in the code snippet to get the best responses.
|
26 |
|
27 |
-
NOTE: IGNORE THE BACKSLASH '\\' BEFORE THE TRIPLE BACK TICKS IN THE PROMPT
|
28 |
|
29 |
```python
|
30 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
24 |
|
25 |
It is recommended to use the prompt mentioned in the code snippet to get the best responses.
|
26 |
|
27 |
+
**NOTE: IGNORE THE BACKSLASH '\\' BEFORE THE TRIPLE BACK TICKS IN THE PROMPT**
|
28 |
|
29 |
```python
|
30 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|