Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,11 @@ This is a 7b parameter, decoder only transformer based finetuned model on Chat Q
|
|
39 |
|
40 |
### Prompt format:
|
41 |
This model follows the same prompt format as mistral instruct 7b v0.1 .The sample prompt is still given below:
|
42 |
-
|
|
|
|
|
|
|
|
|
43 |
|
44 |
### Example Code:
|
45 |
Here's an example code using `transformers` library provided by HF.
|
|
|
39 |
|
40 |
### Prompt format:
|
41 |
This model follows the same prompt format as mistral instruct 7b v0.1 .The sample prompt is still given below:
|
42 |
+
```text
|
43 |
+
|
44 |
+
<s>[INST] Hello, how are you? [/INST]
|
45 |
+
|
46 |
+
```
|
47 |
|
48 |
### Example Code:
|
49 |
Here's an example code using `transformers` library provided by HF.
|