deltakitsune commited on
Commit
a64d359
·
verified ·
1 Parent(s): 1d34b83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -2
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  - text-generation
11
  - properly-e4-91e3-2
12
  - custom-dataset
13
- license: other
14
  datasets:
15
  - deltakitsune/properly-v1.04
16
  - deltakitsune/properly-v1.03
@@ -18,12 +18,52 @@ datasets:
18
  - deltakitsune/properly-v1.01
19
  ---
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  # Properly-E4-91E3-2
22
 
23
  ## Summary
24
 
25
  - Training run: #95
26
- - Base model: `Local artifact (path omitted)`
27
  - Artifact: `Local artifact (path omitted)`
28
  - Status: completed
29
  - Started: 2026-04-30T04:00:32.996087+00:00
 
10
  - text-generation
11
  - properly-e4-91e3-2
12
  - custom-dataset
13
+ license: gemma
14
  datasets:
15
  - deltakitsune/properly-v1.04
16
  - deltakitsune/properly-v1.03
 
18
  - deltakitsune/properly-v1.01
19
  ---
20
 
21
+ ![Wizard fox proofreading in library small ](https://cdn-uploads.huggingface.co/production/uploads/693f7a72a7dfa854483548cb/o09mPC_w2fagfCLiLWqrF.png)
22
+
23
+ Properly is the proofreader that doesn't steal your voice. LoRA + Gemma 1B-IT.
24
+
25
+ ![Screenshot 2026-04-10 221131](https://cdn-uploads.huggingface.co/production/uploads/693f7a72a7dfa854483548cb/rab1bAZF0tRsg0KGFYmrA.jpeg)
26
+
27
+ Created via _Kitsune : Forge_.<br>
28
+ Local: RTX 5060 Ti 16GB
29
+
30
+ This model ran through 4 epochs on curated dataset mixtures from Hugging Face, as noted in the dataset information.
31
+
32
+ **Properly v1.01 — E1** During smoke testing, the adapted model performed simple edits, missed a few things, and added witty banter post-edit. And emojis.
33
+
34
+ **Properly v1.02 — E2** Dropped emoji data and other social media datasets. The model improved but still loved emojis and missed a few spelling mistakes. It also treated most inputs like LinkedIn posts — complete with hashtags, occasional duplicates, and a fondness for the word "theorectical." Painful or philosophical, that misspelling proved the dataset gaps.
35
+
36
+ **Properly v1.03 — E3** Added spelling data to the mix. Catches the majority of errors. No banter. Occasional rogue 🚀. Pretty solid across tested turns. "theorectical" became "theoretical."
37
+
38
+ **Properly v1.04 — E4** Increased spelling and edit percentage, removed everything else, lowered steps. Adjusted learning rate from 1e-4 to 5e-5 and grad accumulation from 8 to 16. Determined that temp 0.5 with top_p 0.9 is ideal, paired with a system prompt. Eradicates most undesired behavior while preserving the author's voice. Drastically improved spelling correction. The model does struggle with informal conversational input — prompts like "OMG i loved that song im listening to" can produce a full conversation rather than a correction. This behavior has not appeared in typical email or post editing tests. A future training run should revise the dataset mix accordingly.
39
+
40
+ ---
41
+
42
+ _This experimentation is meant for learning and to hopefully provide useful tools — or a reference for others to learn and experiment with. The model is functional but likely not ready for unsupervised use at this point. (Though imperfect spelling and grammar has its fans in certain circles...)_
43
+
44
+ ---
45
+
46
+ ### **Training Data**
47
+
48
+
49
+
50
+ The training finished below target loss for a final product, but the model performs quite well for a 1B model on limited training and testing. The purpose was to understand model size, capability, dataset mixtures, and temperature behavior within the pipeline.
51
+
52
+
53
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/693f7a72a7dfa854483548cb/GiQQw1TDek0HQsd6lS828.png)
54
+
55
+ **System Prompt:** `You are Properly a helpful assistant. You fix grammar, spelling, and clarity. Preserve the author's voice. Return only the corrected text. No explanations. No commentary. No emojis or hashtags.`
56
+
57
+ Baked in for Ollama. HuggingFace users will want to add this prompt manually.
58
+
59
+ **Technical Stuff.**
60
+
61
  # Properly-E4-91E3-2
62
 
63
  ## Summary
64
 
65
  - Training run: #95
66
+ - Base model: `google/gemma-3-1b-it`
67
  - Artifact: `Local artifact (path omitted)`
68
  - Status: completed
69
  - Started: 2026-04-30T04:00:32.996087+00:00