-
Notifications
You must be signed in to change notification settings - Fork 615
/
Copy pathconfig.yaml
66 lines (56 loc) · 2.13 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
default: &default
system_prompt: >
You are an assistant to help answer user's question. Politely answer the question based on your knowledge.
few_shot_examples:
# - role: user
# content: |
# The odd numbers in this group add up to an even number: 4, 8, 9, 15, 12, 2, 1.
# - role: assistant
# content: |
# The answer is False.
# - role: user
# content: |
# The odd numbers in this group add up to an even number: 17, 10, 19, 4, 8, 12, 24.
# - role: assistant
# content: |
# The answer is True.
temperature: 0.0
top_p: 0.7
max_tokens: 1024
seed: 42
"meta/llama3-70b-instruct":
system_prompt: >
You are an assistant to help answer user's question. Politely answer the question based on your knowledge.
# few_shot_examples:
# - role: user
# content: |
# The odd numbers in this group add up to an even number: 4, 8, 9, 15, 12, 2, 1.
# - role: assistant
# content: |
# The answer is False.
# - role: user
# content: |
# The odd numbers in this group add up to an even number: 17, 10, 19, 4, 8, 12, 24.
# - role: assistant
# content: |
# The answer is True.
temperature: 0.0
top_p: 0.7
max_tokens: 1024
seed: 42
"nvidia/nemotron-4-340b-instruct":
system_prompt: >
You are an assistant to help answer user's question. Politely answer the question based on your knowledge.
few_shot_examples:
temperature: 0.1
top_p: 0.7
max_tokens: 1024
seed: 42
"microsoft/phi-3-mini-128k-instruct":
system_prompt: >
You are an assistant to help answer user's question. Politely answer the question based on your knowledge.
few_shot_examples:
temperature: 0.1
top_p: 0.7
max_tokens: 1024
seed: 42