teach-generalist-v1 / README.md
Nedimark's picture
Update README.md
7d1939f verified
---
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.