Gryphe/LlamaGramma-7b: Grammar Correction Specialist
Gryphe/LlamaGramma-7b is a 7 billion parameter language model built upon the Llama 2 architecture. Developed by Gryphe, its primary focus is on grammar correction, distinguishing it from general-purpose LLMs. The model underwent a full finetuning process over three epochs using a single A100 80GB GPU.
Key Capabilities
- Specialized Grammar Correction: The model was explicitly trained to identify and correct grammatical errors in text.
- Llama 2 Foundation: Benefits from the robust base architecture of Llama 2 7B.
- Targeted Training Data: Finetuned on Gryphe's Alpaca-transformed CoEdIT dataset, which is tailored for editing tasks.
Prompt Format
To utilize LlamaGramma-7b for grammar correction, use the following instruction-response format:
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
Remove all grammatical errors from this text: <insert text here>
### Response:
Good For
- Applications requiring dedicated grammar checking and text refinement.
- Integrating grammar correction features into writing tools or content platforms.
- Developers seeking a Llama 2-based model with a specific focus on linguistic accuracy.