Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
base_model: unsloth/gemma-3-270m-it
|
| 3 |
-
tags:
|
| 4 |
-
- text-generation-inference
|
| 5 |
-
- transformers
|
| 6 |
-
- unsloth
|
| 7 |
-
- gemma3_text
|
| 8 |
-
- trl
|
| 9 |
-
license: apache-2.0
|
| 10 |
-
language:
|
| 11 |
-
- en
|
| 12 |
-
---
|
| 13 |
|
| 14 |
-
#
|
|
|
|
|
|
|
| 15 |
|
| 16 |
-
- **
|
| 17 |
-
- **License:** apache-2.0
|
| 18 |
-
- **Finetuned from model :** unsloth/gemma-3-270m-it
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
| 1 |
+
# Medha – Agentic Chain-of-Thought Coding Assistant
|
| 2 |
+
|
| 3 |
+
**Model ID:** `Devishetty100/medha`
|
| 4 |
+
**Creator:** Deviprasad Shetty
|
| 5 |
+
**Base Model:** Gemma 3 (270M parameters)
|
| 6 |
+
**Fine-tuned:** Yes — Medha is the first fine-tuned model by Deviprasad Shetty
|
| 7 |
+
**Specialty:** Systematic coding reasoning and chain-of-thought explanations
|
| 8 |
+
|
| 9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
+
## Model Overview
|
| 12 |
+
|
| 13 |
+
**Medha** is an AI coding assistant designed to provide structured, step-by-step reasoning and coding solutions.
|
| 14 |
|
| 15 |
+
It is fine-tuned on **Gemma 3**, using an agentic chain-of-thought dataset, enabling it to:
|
|
|
|
|
|
|
| 16 |
|
| 17 |
+
- Solve complex coding problems systematically
|
| 18 |
+
- Provide concise chain-of-thought explanations before delivering code
|
| 19 |
+
- Maintain a consistent identity as a coding assistant
|
| 20 |
|
|
|