Upload 2 files
Browse files- modelfile +8 -0
- notice.txt +1 -0
modelfile
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM .
|
2 |
+
TEMPLATE """
|
3 |
+
<bos>{{ if .Prompt }}<start_of_turn>user
|
4 |
+
{{ .Prompt }}<end_of_turn>
|
5 |
+
{{ end }}<end_of_turn>assistant
|
6 |
+
{{ .Response }}<end_of_turn>
|
7 |
+
"""
|
8 |
+
PARAMETER stop <end_of_turn>
|
notice.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Gemma is provided under and subject to the Gemma Terms of Use found at ai.google.dev/gemma/terms
|