Update app.py
Browse files
app.py
CHANGED
@@ -126,13 +126,13 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
126 |
"""
|
127 |
Welcome to the Fathom R1 14B Chatbot, developed by Fractal AI Research!
|
128 |
|
129 |
-
Our model excels at reasoning tasks in mathematics and science. Given that our model has been optimised for tasks requiring critical
|
130 |
|
131 |
To check out our GitHub repository, click [here](https://github.com/FractalAIResearchLabs/Fathom-R1)
|
132 |
|
133 |
For training recipe details on how this model was built, please check [here](https://huggingface.co/FractalAIResearch/Fathom-R1-14B)
|
134 |
|
135 |
-
Try the example problems below from various popular entrance examinations
|
136 |
|
137 |
NOTE: Once you close this demo window, all currently saved conversations will be lost.
|
138 |
"""
|
|
|
126 |
"""
|
127 |
Welcome to the Fathom R1 14B Chatbot, developed by Fractal AI Research!
|
128 |
|
129 |
+
Our model excels at reasoning tasks in mathematics and science. Given that our model has been optimised for tasks requiring critical thinking, it might overthink for simple chat queries.
|
130 |
|
131 |
To check out our GitHub repository, click [here](https://github.com/FractalAIResearchLabs/Fathom-R1)
|
132 |
|
133 |
For training recipe details on how this model was built, please check [here](https://huggingface.co/FractalAIResearch/Fathom-R1-14B)
|
134 |
|
135 |
+
Try the example problems below from various popular entrance examinations and interviews or type in your own problems to see how our model breaks down and solves complex reasoning problems.
|
136 |
|
137 |
NOTE: Once you close this demo window, all currently saved conversations will be lost.
|
138 |
"""
|