rahul7star commited on
Commit
ad43cc3
·
verified ·
1 Parent(s): 6cfafb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -9,13 +9,23 @@ license: apache-2.0
9
  language:
10
  - en
11
  ---
 
 
12
 
13
- # Uploaded finetuned model
14
 
15
- - **Developed by:** rahul7star
16
- - **License:** apache-2.0
17
- - **Finetuned from model :** Qwen/Qwen3.5-4B
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- This qwen3_5 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
20
 
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
9
  language:
10
  - en
11
  ---
12
+ ## Demo
13
+ https://huggingface.co/spaces/rahul7star/Math-AI
14
 
 
15
 
16
+ ## A Hindi Math Model
17
+
18
+ ```
19
+
20
+ Question ->
21
+ Pythagoras Theorem?
22
+
23
+
24
+
25
+ <<<reasoning_content_start>>>
26
+ Iska accurate explanation ye hai: Right-angled triangle mein a² + b² = c² hota hai.
27
+ <<<reasoning_content_end>>>Yahan iska sahi uttar hai: Right-angled triangle mein a² + b² = c² hota hai.
28
+ ```
29
+
30
 
 
31