Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,66 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- fa
|
| 5 |
+
- en
|
| 6 |
+
base_model:
|
| 7 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 8 |
+
new_version: ddfws/Rezaeian-StatsAI
|
| 9 |
+
tags:
|
| 10 |
+
- Rezaeian
|
| 11 |
+
- AI
|
| 12 |
+
- LLM
|
| 13 |
+
- Persian
|
| 14 |
---
|
| 15 |
+
# Rezaeian-StatsAI
|
| 16 |
+
|
| 17 |
+
## Overview
|
| 18 |
+
|
| 19 |
+
Rezaeian-StatsAI is a Persian-language academic AI model developed by **Amirhossein Rezaeian**.
|
| 20 |
+
This model is fine-tuned specifically for **Statistics and Probability Engineering education** using university-level statistical lecture notes from the **University of Tehran**.
|
| 21 |
+
|
| 22 |
+
The goal of this project is to create a specialized Persian AI assistant capable of explaining statistical concepts, solving engineering statistics problems step-by-step, and providing academic-level answers in Persian.
|
| 23 |
+
|
| 24 |
+
## Base Model
|
| 25 |
+
|
| 26 |
+
This model is fine-tuned from:
|
| 27 |
+
|
| 28 |
+
**Qwen2.5-7B-Instruct**
|
| 29 |
+
by **Alibaba Cloud / Qwen Team**
|
| 30 |
+
|
| 31 |
+
The original model is an English instruction-tuned large language model. Rezaeian-StatsAI adapts it for Persian academic statistics tasks through fine-tuning.
|
| 32 |
+
|
| 33 |
+
## Training Data
|
| 34 |
+
|
| 35 |
+
The fine-tuning dataset was prepared from:
|
| 36 |
+
|
| 37 |
+
- University-level Statistics and Probability Engineering lecture materials
|
| 38 |
+
- Academic notes and educational resources from the University of Tehran
|
| 39 |
+
|
| 40 |
+
The training process focused on improving:
|
| 41 |
+
|
| 42 |
+
- Persian mathematical explanations
|
| 43 |
+
- Step-by-step problem solving
|
| 44 |
+
- Engineering statistics reasoning
|
| 45 |
+
- Academic response quality
|
| 46 |
+
|
| 47 |
+
## Capabilities
|
| 48 |
+
|
| 49 |
+
Rezaeian-StatsAI can help with:
|
| 50 |
+
|
| 51 |
+
- Probability theory
|
| 52 |
+
- Random variables and distributions
|
| 53 |
+
- Statistical inference
|
| 54 |
+
- Engineering statistics problems
|
| 55 |
+
- Step-by-step mathematical explanations
|
| 56 |
+
- Persian academic tutoring
|
| 57 |
+
|
| 58 |
+
## Developer
|
| 59 |
+
|
| 60 |
+
Created by:
|
| 61 |
+
|
| 62 |
+
**Amirhossein Rezaeian**
|
| 63 |
+
|
| 64 |
+
## License
|
| 65 |
+
|
| 66 |
+
Apache-2.0
|