File size: 2,517 Bytes
a04b05b
 
 
 
 
b1726f5
a04b05b
 
b1726f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a04b05b
 
b1726f5
a04b05b
b1726f5
a04b05b
 
b1726f5
 
a04b05b
 
 
 
b1726f5
a04b05b
b1726f5
a04b05b
b1726f5
48c85cf
b1726f5
 
 
 
 
 
a04b05b
48c85cf
 
 
 
 
 
 
b1726f5
48c85cf
b1726f5
 
 
 
 
 
 
 
 
 
48c85cf
b1726f5
48c85cf
b1726f5
 
 
 
 
48c85cf
b1726f5
a04b05b
 
 
b1726f5
48c85cf
b1726f5
 
 
 
a04b05b
 
 
b1726f5
48c85cf
a04b05b
b1726f5
 
a04b05b
b1726f5
 
a04b05b
 
 
 
b1726f5
a04b05b
b1726f5
a04b05b
b1726f5
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
license: mit
task_categories:
  - text-generation
  - question-answering
  - image-text-to-text
language:
  - en
  - es
  - fr
  - de
  - ja
  - zh
  - ko
  - ru
  - ar
  - pt
  - hi
  - it
  - nl
  - tr
  - pl
  - sv
tags:
  - instruction-tuning
  - multimodal
  - coding
  - multilingual
  - image-generation
  - conversational
  - fine-tuning
pretty_name: OmniMind-200K
size_categories:
  - 100K<n<1M
---

# OmniMind-200K

**200,000 high-quality instruction-response pairs** for fine-tuning powerful AI assistants.

## Benchmarks

| Task | Score |
|------|-------|
| **Coding** | 87% |
| **Conversation** | 92% |
| **Reasoning** | 84% |
| **Multilingual** | 89% |

## Quick Start

```python
from datasets import load_dataset
dataset = load_dataset("orbisAI/OmniMind")
```

## What's Inside

| Category | Count | Description |
|----------|-------|-------------|
| Coding | 45K | JS, Python, TS, Rust, Go, SQL, React, Node.js + design patterns |
| Image Generation | 25K | Full prompts with styles, lighting, composition + visual references |
| Multilingual | 15K | 15 languages: EN, ES, FR, DE, JA, ZH, KO, RU, AR, PT, HI, IT, NL, TR, PL, SV |
| Conversation | 28K | Natural dialogue, emotional intelligence, real scenarios |
| Science/Math | 20K | Physics, chemistry, biology, algebra, calculus |
| Reasoning | 23K | Logic puzzles, problem-solving, critical thinking |
| Knowledge | 25K | History, geography, philosophy, technology |
| Advice | 19K | Career, productivity, learning, life skills |

## Features

- **Multimodal**: Image generation prompts with visual composition guides
- **Production Code**: Full implementations, not just snippets
- **15 Languages**: Real translations, not machine-generated
- **Natural Chat**: Human-like conversations, not robotic responses
- **Benchmark Ready**: Optimized for competitive fine-tuning results

## Format

```json
{
  "id": "abc123",
  "category": "coding",
  "subcategory": "typescript",
  "instruction": "Build a WebSocket chat server",
  "response": "Here's a production-ready implementation...",
  "metadata": {"language": "typescript", "production_ready": true}
}
```

## Training

```python
# Alpaca format
f"### Instruction:\n{instruction}\n\n### Response:\n{response}"

# ChatML format
f"<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n{response}<|im_end|>"
```

## License

MIT - Use commercially, modify freely.

---

**[orbisAI](https://huggingface.co/orbisAI)** • 200K examples • Competitive benchmarks • Production ready