File size: 1,264 Bytes
b24943e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: input
      dtype: string
    - name: output
      dtype: string
license: mit
task_categories:
  - text-generation
language:
  - en
size_categories:
  - n<1K
pretty_name: OpenCLAW SEED Training Data
---

# 🌱 OpenCLAW SEED Training Data

Autonomous self-growing training dataset for the OpenCLAW SEED system.

## What is this?
This dataset is **continuously growing**. Every 6 hours, the SEED harvester collects new training data from:
- ArXiv papers on neuromorphic computing, physics-based AI, and AGI
- Semantic Scholar research database
- Our own GitHub repositories (57 repos)
- Agent interaction logs and self-reflection

## Format
Standard instruction-following JSONL:
```json
{"instruction": "...", "input": "...", "output": "..."}
```

## Usage
```python
from datasets import load_dataset
ds = load_dataset("Agnuxo/OpenCLAW-SEED-data", data_files="training_dataset.jsonl")
```

## Growth History
This dataset grows autonomously. The SEED system harvests, curates, and expands it without human intervention.

Created by Francisco Angulo de Lafuente | [GitHub](https://github.com/Agnuxo1) | [ArXiv](https://arxiv.org/search/cs?searchtype=author&query=de+Lafuente,+F+A)