Instinct compression pipeline — 70B→7B→1B knowledge extraction, distillation, and compression for Cocapn agents
Project description
🧠 instinct-pipeline
Instinct compression pipeline — 70B→7B→1B extraction, distillation, and edge deployment.
Install
pip install instinct-pipeline
What It Does
Compresses knowledge from large models into deployable instincts for edge agents. The pipeline extracts patterns from 70B+ models, distills them into 7B representations, and further compresses for 1B edge deployment.
Pipeline Stages
- Extract — Pattern mining from teacher model outputs
- Distill — Knowledge compression with fidelity scoring
- Compress — Final edge-ready format (LoRA, GGUF, JSON)
- Validate — Automated quality gates on compressed output
Usage
from instinct_pipeline import Pipeline, CompressionConfig
config = CompressionConfig(
teacher_model="70b",
student_model="7b",
edge_target="1b",
fidelity_threshold=0.85
)
pipeline = Pipeline(config)
instincts = pipeline.run(training_data)
Part of the Cocapn Fleet
- plato-torch — Training room presets
- plato-ensign — Compressed instinct export
- plato-edge — Edge deployment modules
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file instinct_pipeline-0.2.1.tar.gz.
File metadata
- Download URL: instinct_pipeline-0.2.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a3e6c80a27353718dbd78f92ebe00bf68668856082413d9d030b1cd99b83167
|
|
| MD5 |
978b244b1accc1a859d50abf1ee56d1b
|
|
| BLAKE2b-256 |
9088012d29bd4e7d35a74014f28428d8c0086947e7f35a54e6cf623c3cd05e98
|
File details
Details for the file instinct_pipeline-0.2.1-py3-none-any.whl.
File metadata
- Download URL: instinct_pipeline-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ad459ab5340dbdcbc85101d56e6b929d182abc52aaf7c3655128576dbbb0de7
|
|
| MD5 |
e754a5ff98f53e3f66a784549dbd2637
|
|
| BLAKE2b-256 |
e11fe4c7d794b3f48946eab4a3d4ababbe53306c79a817584b05921742c8b994
|