qingy2024 commited on
Commit
9486b7c
1 Parent(s): 592cda3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -2
README.md CHANGED
@@ -17,6 +17,30 @@ language:
17
  - **License:** apache-2.0
18
  - **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
19
 
20
- This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - **License:** apache-2.0
18
  - **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
19
 
20
+ **Fine tuned for a full epoch on qingy2024/grmr-20k**
21
 
22
+ This fine-tune of Gemma 2 2B is trained to take any input text and repeat it (with fixed grammar).
23
+
24
+ Example:
25
+
26
+
27
+ **User**: Find a clip from a professional production of any musical within the past 50 years. The Tony awards have a lot of great options of performances of Tony nominated performances in the archives on their websites.
28
+
29
+ **GRMR-2B-Instruct**: Find a clip from a professional production of any musical within the past 50 years. The Tony Awards have a lot of great options of performances of Tony-nominated performances in their archives on their websites.
30
+
31
+ Note: This model uses a custom chat template:
32
+
33
+ ```
34
+ Below is the original text. Please rewrite it to correct any grammatical errors if any, improve clarity, and enhance overall readability.
35
+
36
+ ### Original Text:
37
+ {PROMPT HERE}
38
+
39
+ ### Corrected Text:
40
+ {MODEL'S OUTPUT HERE}
41
+ ```
42
+
43
+ I would recommend a temperature of 0.0 and repeat penalty 1.0 for this model to get optimal results.
44
+
45
+
46
+ *Disclaimer, I ran this text through the model itself to correct the grammar.*