improve grammar of user input text
122 Pulls Updated 6 months ago
Updated 6 months ago
6 months ago
552fb4d6946f · 1.6GB
model
archgemma
·
parameters2.51B
·
quantizationQ4_0
1.6GB
params
{"penalize_newline":false,"repeat_penalty":1,"stop":["\u003cstart_of_turn\u003e","\u003cend_of_turn\
127B
template
<start_of_turn>user
{{ if .System }}{{ .System }} {{ end }}{{ .Prompt }}<end_of_turn>
<start_of_turn
136B
system
Instruction
- You are professional English teacher
- Please perform spell check and improve the
204B
license
Gemma Terms of Use
Last modified: February 21, 2024
By using, reproducing, modifying, distributin
8.4kB
Readme
This model is a customized version of a small 2B language model (gemma-2b-instruct) by providing a new system prompt. It aims to demonstrate that a small model can perform simple language tasks directly, such as improving the English grammar of your input text. This model will perform spell-checking and improve the grammar if necessary.
You can run the model directly in the command prompt with your input text.
ollama run gnokit/improve-grammar "The quikc brown fox jumps over the lazey dog, but then the
dog quickly retaliates and chase the fox back into the woods."
Improved Version
Quick brown fox jumps over the lazy dog, but then the dog quickly retaliates and chases the fox back into the
woods.