brittlewis12 commited on
Commit
82bcb95
1 Parent(s): 37a7b16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -38,6 +38,15 @@ Learn more on Google’s [Model page](https://ai.google.dev/gemma/docs).
38
  GGUF is a file format for representing AI models. It is the third version of the format, introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
39
  Converted using llama.cpp build 2226 (revision [eccd7a2](https://github.com/ggerganov/llama.cpp/commit/eccd7a26ddbff19e4b8805648f5f14c501957859))
40
 
 
 
 
 
 
 
 
 
 
41
  ---
42
 
43
  ## Download & run with [cnvrs](https://twitter.com/cnvrsai) on iPhone, iPad, and Mac!
 
38
  GGUF is a file format for representing AI models. It is the third version of the format, introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
39
  Converted using llama.cpp build 2226 (revision [eccd7a2](https://github.com/ggerganov/llama.cpp/commit/eccd7a26ddbff19e4b8805648f5f14c501957859))
40
 
41
+ ### Prompt template: Gemma Instruct
42
+
43
+ ```
44
+ <start_of_turn>user
45
+ {{prompt}}<end_of_turn>
46
+ <start_of_turn>model
47
+
48
+ ```
49
+
50
  ---
51
 
52
  ## Download & run with [cnvrs](https://twitter.com/cnvrsai) on iPhone, iPad, and Mac!