File size: 1,273 Bytes
04a822c
 
b8e541e
 
04a822c
 
 
 
 
b8e541e
04a822c
b8e541e
 
04a822c
 
b8e541e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7bc1e74
b8e541e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92f46e3
 
b8e541e
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
license: apache-2.0
task_categories:
- text-generation
language:
- en
tags:
- canis-teach
- education
- tutoring
- math
- synthetic
- conversational
size_categories:
- 1K<n<10K
---

# Canis.teach Math Dataset

Simple synthetic dataset for training Math tutoring models.

- **Project**: Canis.teach - Learning that fits.
- **Subject**: Math
- **Generated with**: [Canis.lab](https://github.com/crasyK/Canis.lab)
- **Format**: Simple ID:content pairs

## Dataset Structure

```json
{
  "id": "unique_identifier",
  "content": "tutoring conversation text"
}
```

This dataset contains educational conversations focused on Math topics, designed to teach effective tutoring behavior rather than just providing direct answers.

## Usage

```python
from datasets import load_dataset

dataset = load_dataset("CanisAI/teach-math-v1")
```

## Content

The conversations emphasize:
- Step-by-step explanations
- Pedagogical guidance
- Encouraging learning through hints
- Subject-appropriate teaching methods

## License

Apache 2.0

## Related Models

| Repository | Description |
|------------|-------------|
| `CanisAI/teach-math-qwen3-4b-2507-r1` | LoRA adapters |
| (Coming Soon) | Merged model |
| (Coming Soon) | GGUF quantized |

---
**Canis.teach** - Learning that fits.