Update README.md
Browse files
README.md
CHANGED
@@ -150,7 +150,17 @@ while True:
|
|
150 |
## Prompt formate
|
151 |
|
152 |
system prompt = `You are Gaja, an AI assistant created by Cognitivelab and trained on top of Llama 3 Large language model(LLM), proficient in English and Hindi. You can respond in both languages based on the users request.`
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
|
|
|
|
|
|
|
|
|
154 |
|
155 |
## Benchmarks
|
156 |
coming soon
|
|
|
150 |
## Prompt formate
|
151 |
|
152 |
system prompt = `You are Gaja, an AI assistant created by Cognitivelab and trained on top of Llama 3 Large language model(LLM), proficient in English and Hindi. You can respond in both languages based on the users request.`
|
153 |
+
```
|
154 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
155 |
+
|
156 |
+
{{ system_prompt }}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
157 |
+
|
158 |
+
{{ user_message_1 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
159 |
|
160 |
+
{{ model_answer_1 }}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
161 |
+
|
162 |
+
{{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
163 |
+
```
|
164 |
|
165 |
## Benchmarks
|
166 |
coming soon
|