Skip to main content

ClokAI - Proprietary Transformer Library with MoE, KAN, SNN

Project description

ClokAI

ClokAI

Unified Python library for all ClokAI transformer models. One library, every model.

Installation

pip install clokai

Quick Start

from clokai import CiModel, AutoClokAI

# Load any ClokAI model from HuggingFace
model = AutoClokAI.from_pretrained("ClokAI/ci-v2-base")
tokenizer = AutoClokAI.load_tokenizer("ClokAI/ci-v2-base")

# Generate text
inputs = tokenizer("Hello, I am", return_tensors="pt")
outputs = model.generate(**inputs, max_length=100)
print(tokenizer.decode(outputs[0]))

Available Models

Model Task HuggingFace
CI v2 Base General Reasoning ClokAI/ci-v2-base
CI v2 Military Defense Systems ClokAI/ci-v2-military
CI v2 Edge Edge Deployment ClokAI/ci-v2-edge

Features

  • SNN - Spiking Neural Networks
  • KAN - Kolmogorov-Arnold Networks
  • MoE - Mixture of Experts
  • GQA - Grouped Query Attention
  • SwiGLU - Feed-Forward Network

License

Proprietary - ClokAI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clokai-0.1.2-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file clokai-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: clokai-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for clokai-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 58ae8e4756057f657d516f28e81ead0fa50326aff78bf58bbb6c35611119c7ca
MD5 7e3c036a201139ace057fdc132aded78
BLAKE2b-256 f026ed8428518e5cdcd7e1a3ad7fdad39e1a36f6b62b40d73dccabc4e890a674

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page