Redhanuman commited on
Commit
82f7a74
·
verified ·
1 Parent(s): a626d5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -99,13 +99,13 @@ response = tokenizer.batch_decode(outputs)
99
 
100
  # Print the generated part of the response
101
  print(response[0].split("<|start_header_id|>assistant<|end_header_id|>")[1].replace("<|eot_id|>", "").strip())
102
-
103
  ### Intended Use & Limitations ⚠️
104
 
 
105
  * **Use it for:** Getting ideas on difficult problems, understanding common C++ patterns for certain tags (like DP or graphs), and generating boilerplate code for standard algorithms.
106
  * **Don't use it for:** Blindly copy-pasting into a contest. The model might not always produce the most optimal solution, and it might hallucinate on edge cases it hasn't seen.
107
 
108
  _Think of Soltra as a highly-skilled coding buddy, not a replacement for your own brain._
109
-
110
  ---
111
  Built by Redhanuman.
 
99
 
100
  # Print the generated part of the response
101
  print(response[0].split("<|start_header_id|>assistant<|end_header_id|>")[1].replace("<|eot_id|>", "").strip())
102
+ ```
103
  ### Intended Use & Limitations ⚠️
104
 
105
+
106
  * **Use it for:** Getting ideas on difficult problems, understanding common C++ patterns for certain tags (like DP or graphs), and generating boilerplate code for standard algorithms.
107
  * **Don't use it for:** Blindly copy-pasting into a contest. The model might not always produce the most optimal solution, and it might hallucinate on edge cases it hasn't seen.
108
 
109
  _Think of Soltra as a highly-skilled coding buddy, not a replacement for your own brain._
 
110
  ---
111
  Built by Redhanuman.