jianguozhang commited on
Commit
68d5e8b
1 Parent(s): 5af6579

Update README.md

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