Update app.py
Browse files
app.py
CHANGED
@@ -128,9 +128,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
128 |
|
129 |
Our model excels at reasoning tasks in mathematics and science.
|
130 |
|
131 |
-
|
132 |
|
133 |
-
|
|
|
|
|
134 |
|
135 |
NOTE: Once you close this demo window, all currently saved conversations will be lost.
|
136 |
"""
|
|
|
128 |
|
129 |
Our model excels at reasoning tasks in mathematics and science.
|
130 |
|
131 |
+
To check out our GitHub repository, click [here](https://github.com/FractalAIResearchLabs/Ramanujan-Ganit-R1)
|
132 |
|
133 |
+
For training recipe details on how this model was built, please check [here](https://huggingface.co/FractalAIResearch/Ramanujan-Ganit-R1-14B)
|
134 |
+
|
135 |
+
Try the example problems below from JEE Main 2025 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 |
"""
|