andreaskoepf commited on
Commit
c37962e
·
1 Parent(s): cfc2629

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # falcon-40b-megacode2
5
+
6
+ - wandb: [run37_megacode_falcon40](https://wandb.ai/open-assistant/epfl-mt-sft/runs/run37_megacode_falcon40)
7
+
8
+ ## Prompt Template
9
+
10
+ [chatml](https://github.com/openai/openai-python/blob/main/chatml.md) format is used:
11
+ "<|im_start|>user\n{user prompt}<|im_end|>\n<|im_start|>assistant\n{Assistant answer}<|im_end|>\n"
12
+
13
+ Multi-line:
14
+
15
+ ```
16
+ <|im_start|>user
17
+ {user prompt}<|im_end|>
18
+ <|im_start|>assistant
19
+ {Assistant answer}<|im_end|>
20
+ ```