Update README.md
Browse files
README.md
CHANGED
@@ -40,8 +40,8 @@ outputs = model.generate(inputs, max_new_tokens=512)
|
|
40 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
41 |
```
|
42 |
|
43 |
-
You may need to tune the Temperature setting for different applications. Typically, a lower Temperature is helpful for tasks that require deterministic outcomes.
|
44 |
-
|
45 |
|
46 |
|
47 |
# Benchmarks
|
|
|
40 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
41 |
```
|
42 |
|
43 |
+
You may need to tune the Temperature setting for different applications. Typically, a lower Temperature is helpful for tasks that require deterministic outcomes.
|
44 |
+
Additionally, for tasks demanding adherence to specific formats or function calls, explicitly including formatting instructions is advisable.
|
45 |
|
46 |
|
47 |
# Benchmarks
|