1,136 1 year ago

7b

Models

View all →

Readme

image

This model can be used to replace english text with a corrected version

CLI

ollama run ifioravanti/mistral-grammar-checker

API

Example:

curl -X POST http://localhost:11434/api/generate -d '{ 
  "model": "mistral-grammar-checker",
  "prompt": "How old is you?"
 }'

Memory requirements

  • 7b models generally require at least 8GB of RAM

References

Hugging Face