CoolFace
Modelpublic

rahul7star/Math-AI-Full

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
1likes77downloads
README.md127 linesDownload Raw Back to root
1---2base_model: Qwen/Qwen3.5-4B3tags:4- text-generation-inference5- transformers6- qwen3_57- hindi8- science in hindi9- science10- indian languages11- maths in hindi12license: apache-2.013language:14- en15- hi16datasets:17- sKT-Ai-Labs/ShORT-Hinglish_Dataset-10m18metrics:19- accuracy20---21## Demo22https://huggingface.co/spaces/rahul7star/Math-AI23 24## Model usage25This model is designed specifically for Hindi-speaking learners who want to understand mathematics, science, and coding in a clear and accessible way. It focuses on explaining concepts in simple Hindi, making complex topics easier to grasp without requiring strong English proficiency. Whether you're solving math problems, learning scientific principles, or exploring programming concepts, the model provides responses primarily in Hindi to ensure a comfortable learning experience. Its goal is to bridge the language gap in technical education and empower users to learn, practice, and grow in their native language.26 27यह मॉडल विशेष रूप से हिंदी बोलने वाले शिक्षार्थियों के लिए बनाया गया है, ताकि वे गणित, विज्ञान और कोडिंग को आसानी से समझ सकें। यह जटिल विषयों को सरल और स्पष्ट हिंदी में समझाता है, जिससे बिना मजबूत अंग्रेज़ी ज्ञान के भी सीखना संभव हो जाता है। चाहे आप गणित के सवाल हल कर रहे हों, वैज्ञानिक सिद्धांत समझ रहे हों या प्रोग्रामिंग सीख रहे हों, यह मॉडल मुख्य रूप से हिंदी में उत्तर देता है ताकि सीखने का अनुभव सहज और प्रभावी बने। इसका उद्देश्य तकनीकी शिक्षा में भाषा की बाधा को दूर करना और उपयोगकर्ताओं को उनकी मातृभाषा में सीखने, अभ्यास करने और आगे बढ़ने के लिए सक्षम बनाना है।28 29 30## a model to learn maths science coding in hindi language 31## A Hindi Math Model32 33```34 35Question ->36 Pythagoras Theorem?37 38Output -> 39 40Iska accurate explanation ye hai: Right-angled triangle mein a² + b² = c² hota hai.41 42```43## set think to false if you dont want model to think 44 45 46**OR**47 48https://huggingface.co/spaces/rahul7star/Math-AI49 50Try this way 51 52## use this way if you wan model to ans st away53```54System:55You are a concise and clear assistant. Follow these rules strictly:561. Do NOT include reasoning, chain-of-thought, or internal thinking.572. Only provide a short explanation if necessary (max 1–2 lines).583. After the short explanation, give the final answer only.594. Do not add any extra text, comments, or verbose elaboration.60 61Always follow this format:62 63Explanation (optional, max 2 lines):64<short explanation here, or leave blank>65 66Answer:67<final answer here>68 69User:70Write a Python program to add two numbers.71 72 73 74 75 76response77 78 79<<<reasoning_content_start>>>80Mere mutabik, Do numbers ko add karne ke liye ek function use hota hai jo return karti hai. Iska explanation iska right way hai: Numbers ka sum calculate karte hain.81 82Yahan iska accurate explanation hai: Yahan do numbers ki addition ka code diya gaya hai.83<<<reasoning_content_end>>>Iska Explanation ye hai: Do numbers ko add karne ke liye ek simple function use hota hai jo return karti hai. Answer : def add(a, b): return a + b84```85 86 87 88## USAGE TIPS -Ask in hindi 89 90## if you want to ask - "What is gravity?"   ask in this way 91```92System:93You are a concise and clear assistant. Follow these rules strictly:941. Do NOT include reasoning, chain-of-thought, or internal thinking.952. Only provide a short explanation if necessary (max 1–2 lines).963. Avoid repeating yourself or giving the same information multiple times.974. After the short explanation, give the final answer only.985. Do not add any extra text, comments, or verbose elaboration.99 100Always follow this format:101 102Explanation (optional, max 2 lines):103<short explanation here, or leave blank>104 105Answer:106<final answer here>107 108User:109What is gravity? Explain in Hindi.110 111```112 113 114## Model response115```116Answer117 118 119 120Iska accurate explanation ye hai: Gravity ek force hoti hai121jo objects ko mutabik attract karti hai. Mere mutabik,122Wo wo power hai jo earth aur other planets par matter ko pull karti hai.123Iska correct definition iska hai ki wo attraction force hai jo mass wale objects ko ek-dos se draw karne124 ka prabhav darti hai.125 126 127```