qingy2024 commited on
Commit
d74e87b
1 Parent(s): 227656b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
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 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
+ 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
+ ```