Update README.md
Browse files
README.md
CHANGED
@@ -142,7 +142,7 @@ decoded_output = tokenizer.decode(output[0], skip_special_tokens=False)
|
|
142 |
print(decoded_output)
|
143 |
```
|
144 |
|
145 |
-
Output:
|
146 |
```
|
147 |
<think>
|
148 |
First, I need to compare the two numbers 9.11 and 9.9.
|
@@ -170,7 +170,7 @@ To determine which number is larger, let's compare the two numbers:
|
|
170 |
```
|
171 |
|
172 |
|
173 |
-
Suggested system prompt:
|
174 |
```
|
175 |
Respond in the following format:
|
176 |
<think>
|
@@ -182,12 +182,12 @@ Answer goes here...
|
|
182 |
Always use <think> </think> tags even if they are not necessary.
|
183 |
```
|
184 |
|
185 |
-
|
186 |
- lr: 2e-5
|
187 |
- epochs: 1
|
188 |
- batch_size: 16
|
189 |
- optimizer: paged_adamw_8bit
|
190 |
|
191 |
-
|
192 |
|
193 |
<a href="https://www.buymeacoffee.com/suayptalha" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
|
|
142 |
print(decoded_output)
|
143 |
```
|
144 |
|
145 |
+
## Output:
|
146 |
```
|
147 |
<think>
|
148 |
First, I need to compare the two numbers 9.11 and 9.9.
|
|
|
170 |
```
|
171 |
|
172 |
|
173 |
+
## Suggested system prompt:
|
174 |
```
|
175 |
Respond in the following format:
|
176 |
<think>
|
|
|
182 |
Always use <think> </think> tags even if they are not necessary.
|
183 |
```
|
184 |
|
185 |
+
# Parameters
|
186 |
- lr: 2e-5
|
187 |
- epochs: 1
|
188 |
- batch_size: 16
|
189 |
- optimizer: paged_adamw_8bit
|
190 |
|
191 |
+
# Support
|
192 |
|
193 |
<a href="https://www.buymeacoffee.com/suayptalha" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|