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.0-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: clokai-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 9.2 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 836dc6bc8754b9c2f362496eb7f7a42ccbef15ac5aca3bcbb9137106688dcff3
MD5 130750334cd71e18c51bf0ecf06050e5
BLAKE2b-256 d1857edab86de220acf312c7326fe344b466184937e78e4abaa0770aff5bef61

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