Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Language & NLP / OpenOrca
▣DatasetLanguage & NLPFree

OpenOrca

MIT-licensed 4.2M instruction dataset — GPT-4/3.5 augmented CoT traces that power top open-source fine-tunes.

@ai-supply
Installs98k
Rating★ 4.6
Reviews33
Install (free) to download the source.↗ Source repository

OpenOrca

OpenOrca is a 4.2-million-row instruction fine-tuning dataset released under the MIT license by the Open-Orca community. It replicates and extends the Microsoft Orca research paper by generating chain-of-thought (CoT) explanation traces using GPT-4 and GPT-3.5, then attaching them to the FLAN collection. Models fine-tuned on OpenOrca consistently outperform same-size alternatives on reasoning and instruction-following tasks.

Key features

  • 4.2M rows of system prompt + instruction + GPT-4/3.5 CoT response triples
  • Covers FLAN-1M, CoT, and Open Platypus subsets
  • MIT license — fully permissive for commercial fine-tuning
  • Powers open-weight models like OpenHermes, MistralOrca, LLaMA-Orca
  • Parquet format — fast loading with HuggingFace datasets

Quick start

from datasets import load_dataset

# Load a 10% sample to start
ds = load_dataset("Open-Orca/OpenOrca", split="train[:10%]")
print(ds[0])
# {'system_prompt': ..., 'question': ..., 'response': ...}

# Filter GPT-4 only rows for highest quality
gpt4_only = ds.filter(lambda x: "gpt-4" in x["id"])
print(f"{len(gpt4_only)} GPT-4 rows")

Install via ai-supply

npx ai-supply add open-orca-dataset

Curated mirror of the open-source OpenOrca (MIT). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy