Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,14 @@ language:
|
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
|
19 |
|
20 |
-
This
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/gemma-2-2b-bnb-4bit
|
19 |
|
20 |
+
Note: This model uses a custom chat template:
|
21 |
|
22 |
+
```
|
23 |
+
Below is the original text. Please rewrite it to correct any grammatical errors if any, improve clarity, and enhance overall readability.
|
24 |
+
|
25 |
+
### Original Text:
|
26 |
+
{PROMPT HERE}
|
27 |
+
|
28 |
+
### Corrected Text:
|
29 |
+
{MODEL'S OUTPUT HERE}
|
30 |
+
```
|