JackFox00 commited on
Commit
cecf856
·
verified ·
1 Parent(s): 00bf725

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -5
README.md CHANGED
@@ -1,10 +1,81 @@
1
  ---
2
- title: README
3
- emoji: 🦀
4
- colorFrom: pink
5
- colorTo: green
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Rootcomputer
3
+ emoji: 🧠
4
+ colorFrom: gray
5
+ colorTo: indigo
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ # _rootcomputer
11
+
12
+ Rootcomputer is an independent AI research lab focused on understanding, building, and evaluating modern machine learning systems.
13
+
14
+ Our work centers on small and mid-scale language models, efficient transformer architectures, training dynamics, alignment, model behavior, and the internal representations that emerge during training.
15
+
16
+ We are especially interested in how architectural choices, data design, and optimization strategy affect reliability, reasoning, grounding, and failure modes in neural networks.
17
+
18
+ ## Research Focus
19
+
20
+ Rootcomputer conducts applied and exploratory research across several areas:
21
+
22
+ - Efficient transformer-based model development
23
+ - Small and mid-scale language model training
24
+ - Alignment and behavioral stability through architecture and data
25
+ - Training dynamics, curriculum design, and optimization behavior
26
+ - Failure analysis, robustness, and generalization limits
27
+ - Curated corpora for grounding, reasoning, and conversational stability
28
+ - Specialist and narrow-domain AI systems
29
+ - Internal representation, cognition, and emergent behavior in neural networks
30
+
31
+ ## Small Models First
32
+
33
+ Rootcomputer is built around the belief that meaningful AI research does not require scale alone.
34
+
35
+ Small and mid-scale models provide a controllable and experimentally rich environment for studying how models learn, fail, generalize, and align. By constraining size, we hypothesize that we will gain some clarity into the mechanics of training and behavior that are often harder to isolate in very large systems.
36
+
37
+ ## Models
38
+
39
+ ### Haiku Mini
40
+
41
+ Haiku Mini is a compact conversational research model focused on grounding, and behavioral consistency in small language models.
42
+
43
+ It is designed as a controlled platform for studying turn-taking, instruction following, hallucination, and conversational stability under tight parameter constraints.
44
+
45
+ ### Tanka
46
+
47
+ Tanka extends the Haiku research line into simple reasoning, more consistant factual recall, utilizing about twice as many total parameters as Haiku Mini.
48
+
49
+ It is intended for internal research, evaluation, and architectural experimentation. Limited public access due to the nature of an experimental project.
50
+
51
+ ## Data & Training
52
+
53
+ Rootcomputer treats training data as a first-class research object.
54
+
55
+ Our datasets and corpora are designed to study:
56
+
57
+ - Conversational grounding
58
+ - Response finality
59
+ - Instruction following
60
+ - Reasoning behavior
61
+ - Ethical constraint learning
62
+ - Specialist-domain behavior
63
+ - Alignment under limited scale
64
+
65
+ We also build custom training software and infrastructure for controlled experimentation, including transformer training pipelines, reproducible evaluation, and limited-hardware friendly solutions.
66
+
67
+ ## Safety & Alignment
68
+
69
+ Safety and alignment are central to Rootcomputer’s research direction.
70
+
71
+ We study alignment as a property shaped by architecture, data, training dynamics, evaluation pressure, and deployment constraints. Our work emphasizes predictable behavior, controlled interaction, failure-mode discovery, and transparent model limitations.
72
+
73
+ ## Links
74
+
75
+ - Website: https://rootcomputer.dev
76
+ - Haiku Mini: https://chathaiku.com
77
+ - Hugging Face: https://huggingface.co/rootcomputer
78
+
79
+ ## Organization
80
+
81
+ Rootcomputer AI Development Branch