File size: 1,315 Bytes
7d1939f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- generalist
- synthetic
- conversational
size_categories:
- 1K<n<10K
---

# Canis.teach Generalist Dataset

Simple synthetic dataset for training Generalist tutoring models.

- **Project**: Canis.teach - Learning that fits.
- **Subject**: Generalist
- **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 Generalist 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-generalist-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-generalist-qwen3-4b-2507-r1` | LoRA adapters |
| (Coming soon) | Merged model |
| (Coming soon) | GGUF quantized |

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