macadeliccc
commited on
Commit
•
79ce1e6
1
Parent(s):
657ab97
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
3 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
4 |
+
base_model: google/gemma-2b
|
5 |
+
---
|
6 |
+
**Prompt Template:**
|
7 |
+
|
8 |
+
```
|
9 |
+
<|im_start|>system
|
10 |
+
{system}<|im_end|>
|
11 |
+
<|im_start|>user
|
12 |
+
{user}<|im_end|>
|
13 |
+
<|im_start|>assistant
|
14 |
+
```
|