Menouar commited on
Commit
503f6b9
1 Parent(s): 1f85080

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -49,6 +49,10 @@ The model can solve any equation of the form ```Ay + ay + b + B = Dy + dy + c +
49
  I will complete the evaluation data later, but for now,
50
  let’s show an example of a linear equation where this model finds the correct solution, unlike other models such as ChatGPT3.5, Bard, Llama 70B, and Mixtral:
51
 
 
 
 
 
52
 
53
  ## Training procedure
54
 
 
49
  I will complete the evaluation data later, but for now,
50
  let’s show an example of a linear equation where this model finds the correct solution, unlike other models such as ChatGPT3.5, Bard, Llama 70B, and Mixtral:
51
 
52
+ <p align="center">
53
+ <img src="https://huggingface.co/Menouar/falcon7b-linear-equations/blob/main/Chatgpt_bard.jpg" alt="Your image description" />
54
+ </p>
55
+
56
 
57
  ## Training procedure
58