Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,18 @@ tags:
|
|
| 19 |
---
|
| 20 |

|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
| File Name | Size | Description | Upload Status |
|
| 25 |
|------------------------------------|------------|-----------------------------------------------|----------------|
|
|
@@ -39,3 +50,19 @@ tags:
|
|
| 39 |
| `tokenizer_config.json` | 7.73 kB | Configuration for tokenizer | Uploaded |
|
| 40 |
| `vocab.json` | 2.78 MB | Vocabulary for tokenizer | Uploaded |
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |

|
| 21 |
|
| 22 |
+
### **Math IIO 7B Instruct**
|
| 23 |
+
|
| 24 |
+
### **Key Features:**
|
| 25 |
+
|
| 26 |
+
1. **Math-Optimized Capabilities:**
|
| 27 |
+
The model is designed to handle complex mathematical problems, step-by-step calculations, and reasoning tasks.
|
| 28 |
+
|
| 29 |
+
2. **Instruction-Tuned:**
|
| 30 |
+
Fine-tuned for better adherence to structured queries and task-oriented prompts, enabling clear and concise outputs.
|
| 31 |
+
|
| 32 |
+
3. **Large Vocabulary:**
|
| 33 |
+
Equipped with an extensive tokenizer configuration and custom tokens to ensure precise mathematical notation support.
|
| 34 |
|
| 35 |
| File Name | Size | Description | Upload Status |
|
| 36 |
|------------------------------------|------------|-----------------------------------------------|----------------|
|
|
|
|
| 50 |
| `tokenizer_config.json` | 7.73 kB | Configuration for tokenizer | Uploaded |
|
| 51 |
| `vocab.json` | 2.78 MB | Vocabulary for tokenizer | Uploaded |
|
| 52 |
|
| 53 |
+
|
| 54 |
+
The **Math IIO 7B Instruct** is a fine-tuned language model based on the robust **Qwen2.5-7B-Instruct** architecture. This model has been specifically trained to excel in mathematical reasoning and instruction-based tasks, making it a reliable choice for educational, analytical, and problem-solving applications.
|
| 55 |
+
|
| 56 |
+
### **Training Details:**
|
| 57 |
+
- **Base Model:** [Qwen/Qwen2.5-7B-Instruct](#)
|
| 58 |
+
- **Dataset:** Trained on **Math-IIO-68K-Mini**, a curated dataset with 68.8k high-quality examples focusing on mathematical instructions, equations, and logic-based queries.
|
| 59 |
+
|
| 60 |
+
### **Capabilities:**
|
| 61 |
+
- **Problem-Solving:** Solves mathematical problems ranging from basic arithmetic to advanced calculus and linear algebra.
|
| 62 |
+
- **Educational Use:** Explains solutions step-by-step, making it a valuable teaching assistant.
|
| 63 |
+
- **Analysis & Reasoning:** Handles logical reasoning tasks and computational queries effectively.
|
| 64 |
+
|
| 65 |
+
### **How to Use:**
|
| 66 |
+
1. Download all model files, ensuring the PyTorch weights and tokenizer configurations are included.
|
| 67 |
+
2. Load the model in your Python environment using frameworks like PyTorch or Hugging Face Transformers.
|
| 68 |
+
3. Use the provided configurations (`config.json` and `generation_config.json`) for optimal inference.
|