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

Uploaded Python 3

File details

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

File metadata

  • Download URL: clokai-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ad2057dd211d3de302667e96f89c54eada3ab20b313fc0c566ae9febbb035eaa
MD5 d530851e699dab72a018dca340e8536a
BLAKE2b-256 8a1ca8a37837ba6ba8256938abe08c2a2970accfed7e7c803019f300823202db

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