FuturisticVibes commited on
Commit
f7c2609
·
verified ·
1 Parent(s): c9764f2

Update Instruct Format

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -34,8 +34,14 @@ This one feels a bit different to my previous attempts and seems less prone to r
34
 
35
  *Sigh,* Mistral Instruct, I'm afraid.
36
 
 
 
 
 
 
 
37
  ```
38
- <s>[INST] {system} [/INST]{response}</s>[INST] {user's message} [/INST]{response}</s>
39
  ```
40
 
41
  ## Parameters
 
34
 
35
  *Sigh,* Mistral Instruct, I'm afraid.
36
 
37
+ UPDATE: WE HAD THE WRONG FORMAT ALL ALONG, JUST RECEIVED HOW IT'S SUPPOSED TO LOOK LIKE FROM THE OFFICIAL MISTRALAI TEAM MEMBER.
38
+
39
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6550b16f7490049d6237f200/lAGz_ITUkVaLMvm_0AXuj.png)
40
+
41
+ ...This had made me question everything I thought I knew.
42
+
43
  ```
44
+ <s>[INST]{system}[/INST]{response}</s>[INST]{user's message}[/INST]{response}</s>
45
  ```
46
 
47
  ## Parameters