Update README.md
Browse files
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 |
|