Nedimark commited on
Commit
7fe37e8
·
verified ·
1 Parent(s): 82a798e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -5,7 +5,7 @@ Open, practical AI for learning and teaching — from data tools to fine‑tuned
5
  - Mission: Build transparent, modular AI that educators can understand, improve, and trust.
6
  - Projects:
7
  - Canis.teach — subject‑tuned tutors
8
- - Canis.lab — dataset and tooling suite for building tutors
9
  - Values: Classroom‑first design, privacy awareness, reproducibility, and open collaboration
10
 
11
  ## Projects
@@ -14,7 +14,7 @@ Open, practical AI for learning and teaching — from data tools to fine‑tuned
14
  Fine‑tuned Qwen3‑based models for subject‑aware tutoring dialogs, optimized for clarity, hints, and step‑by‑step support.
15
 
16
  - Base: Qwen/Qwen3‑4B‑Instruct‑2507
17
- - Variants: math, science, humanities, language, and “all” (blended)
18
  - Artifacts: LoRA adapters (lightweight) and optionally merged checkpoints
19
  - Cards: Model cards include dataset provenance, training setup, and usage guidance
20
  - Tag: `canis-teach`
@@ -37,6 +37,7 @@ Why: Good tutors start with good data. Canis.lab standardizes data flow so educa
37
  1) Load base model: `Qwen/Qwen3-4B-Instruct-2507`
38
  2) Apply the chosen subject’s LoRA adapter
39
  3) Or use the ggufs provided inside of Ollama
 
40
  - Build with Canis.lab:
41
  - Check out the Github page: https://github.com/crasyK/Canis.lab
42
 
 
5
  - Mission: Build transparent, modular AI that educators can understand, improve, and trust.
6
  - Projects:
7
  - Canis.teach — subject‑tuned tutors
8
+ - Canis.lab — dataset and tooling suite for building Expert Language Models
9
  - Values: Classroom‑first design, privacy awareness, reproducibility, and open collaboration
10
 
11
  ## Projects
 
14
  Fine‑tuned Qwen3‑based models for subject‑aware tutoring dialogs, optimized for clarity, hints, and step‑by‑step support.
15
 
16
  - Base: Qwen/Qwen3‑4B‑Instruct‑2507
17
+ - Variants: math, science, humanities, language, and generalist
18
  - Artifacts: LoRA adapters (lightweight) and optionally merged checkpoints
19
  - Cards: Model cards include dataset provenance, training setup, and usage guidance
20
  - Tag: `canis-teach`
 
37
  1) Load base model: `Qwen/Qwen3-4B-Instruct-2507`
38
  2) Apply the chosen subject’s LoRA adapter
39
  3) Or use the ggufs provided inside of Ollama
40
+
41
  - Build with Canis.lab:
42
  - Check out the Github page: https://github.com/crasyK/Canis.lab
43