WebraftAI commited on
Commit
442f418
·
1 Parent(s): bfada05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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
- ```<s>[INST] Hello, how are you? [/INST]```
 
 
 
 
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.