asanchez75 commited on
Commit
e3167e1
·
verified ·
1 Parent(s): ca62a1b

Upload fine-tuned Phi-3 4-bit LoRA adapters

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -147,6 +147,8 @@ try:
147
  except json.JSONDecodeError as e:
148
  print(f"\nGenerated output IS NOT valid JSON. Error: {e}")
149
 
 
 
150
  ## Example Output
151
 
152
  The model aims to generate a valid JSON object structured like the example below. Note that while the training prompt focused on specific keys (question, options, correct_option), the model might also generate related fields like explanation based on patterns learned from the training data.
 
147
  except json.JSONDecodeError as e:
148
  print(f"\nGenerated output IS NOT valid JSON. Error: {e}")
149
 
150
+ ```
151
+
152
  ## Example Output
153
 
154
  The model aims to generate a valid JSON object structured like the example below. Note that while the training prompt focused on specific keys (question, options, correct_option), the model might also generate related fields like explanation based on patterns learned from the training data.