Update README.md
Browse files
README.md
CHANGED
|
@@ -17,8 +17,28 @@ language:
|
|
| 17 |
- **License:** apache-2.0
|
| 18 |
- **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
|
| 19 |
|
| 20 |
-
This
|
| 21 |
|
| 22 |
-
|
| 23 |
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- **License:** apache-2.0
|
| 18 |
- **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
|
| 19 |
|
| 20 |
+
This fine-tune of Gemma 2 2B is trained to take any input text and repeat it (with fixed grammar).
|
| 21 |
|
| 22 |
+
Example:
|
| 23 |
|
| 24 |
+
|
| 25 |
+
**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.
|
| 26 |
+
|
| 27 |
+
**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.
|
| 28 |
+
|
| 29 |
+
Note: This model uses a custom chat template:
|
| 30 |
+
|
| 31 |
+
```
|
| 32 |
+
Below is the original text. Please rewrite it to correct any grammatical errors if any, improve clarity, and enhance overall readability.
|
| 33 |
+
|
| 34 |
+
### Original Text:
|
| 35 |
+
{PROMPT HERE}
|
| 36 |
+
|
| 37 |
+
### Corrected Text:
|
| 38 |
+
{MODEL'S OUTPUT HERE}
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
I would recommend a temperature of 0.0 and repeat penalty 1.0 for this model to get optimal results.
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
*Disclaimer, I ran this text through the model itself to correct the grammar.*
|