Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Canis.teach — Qwen3‑4B Instruct (Math) — Merged
|
2 |
|
3 |
Merged full model (LoRA adapters applied to the base), ready for direct use with Transformers.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen3-4B-Instruct-2507
|
7 |
+
base_model_relation: merge
|
8 |
+
library_name: peft
|
9 |
+
tags:
|
10 |
+
- canis-teach
|
11 |
+
- qwen3
|
12 |
+
- education
|
13 |
+
- lora
|
14 |
+
- transformers
|
15 |
+
- math
|
16 |
+
- tutoring
|
17 |
+
pipeline_tag: text-generation
|
18 |
+
datasets:
|
19 |
+
- CanisAI/teach-math-v1
|
20 |
+
---
|
21 |
+
|
22 |
# Canis.teach — Qwen3‑4B Instruct (Math) — Merged
|
23 |
|
24 |
Merged full model (LoRA adapters applied to the base), ready for direct use with Transformers.
|