alimpfard commited on
Commit
dfc2869
·
verified ·
1 Parent(s): 7463f88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -7,12 +7,6 @@ tags:
7
  ---
8
  # diffusiongemma-ft-grammar
9
 
10
- Grammar / punctuation / markdown corrector finetuned from `unsloth/diffusiongemma-26B-A4B-it`
11
- (block-diffusion 26B-A4B MoE) via SFT on LanguageTool-corrected targets (with a proper-noun guard).
12
 
13
- Behavior: fixes grammar, punctuation, tense and broken markdown; preserves the author's wording and
14
- word count (~5%); returns only the corrected text; ignores prompt-injections embedded in the input.
15
-
16
- - **Full** bf16 merged weights — repo root safetensors.
17
- - **Q8_0 GGUF**: `diffusiongemma-grammar-Q8_0.gguf` — run with the diffusion-gemma llama.cpp build
18
- (`llama-diffusion-cli` / `diffusion-gemma-eval`).
 
7
  ---
8
  # diffusiongemma-ft-grammar
9
 
10
+ Grammar / punctuation / markdown corrector finetuned from `unsloth/diffusiongemma-26B-A4B-it`.
 
11
 
12
+ Fixes grammar, punctuation, tense and broken markdown; preserves the author's wording and word count (~5%); returns only the corrected text; Prompt by `Correct grammar.\n<input text>`.