andreaskoepf
commited on
Commit
•
a684ae1
1
Parent(s):
4f577cf
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
4 |
+
# llama2-13b-megacode2-oasst
|
5 |
+
|
6 |
+
- sampling report: [2023-08-15_andreaskoepf_llama2-13b-megacode2-oasst_sampling_noprefix2.json](https://open-assistant.github.io/oasst-model-eval/?f=https%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsampling_reports%2Foasst-sft%2F2023-08-15_andreaskoepf_llama2-13b-megacode2-oasst_sampling_noprefix2.json)
|
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 |
+
```
|