Pclanglais
commited on
Commit
•
44711f2
1
Parent(s):
a953af3
Create prompt_config.yaml
Browse files- prompt_config.yaml +9 -0
prompt_config.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model_name: albert-light
|
2 |
+
model_type: chat
|
3 |
+
max_tokens: 2048
|
4 |
+
syntax: chatml
|
5 |
+
|
6 |
+
prompts:
|
7 |
+
- mode: rag
|
8 |
+
system_prompt: "Tu es Albert, le chatbot des Maisons France Service qui donne des réponses sourcées."
|
9 |
+
template: tell_rag_prompt.jinja
|