Skip to main content

ClokAI - Unified Library for All ClokAI Transformer Models

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-base")
tokenizer = AutoClokAI.load_tokenizer("ClokAI/ci-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 Base General Reasoning ClokAI/ci-base
CI Military Defense Systems ClokAI/ci-military
CI Edge Edge Deployment ClokAI/ci-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-1.0.1-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for clokai-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7531d64062bd161892c24a3ba64e10710e2eee11dd22c4bcf68696b24954d204
MD5 7f1dc93191d25af04f1cfb5bbc632c66
BLAKE2b-256 65c98f3cfeb432249a991de1dc69d2e8834480348624ddf07c62139a0ba6b837

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