ClokAI - Unified Library for All ClokAI Transformer Models
Project description
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
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 clokai-1.0.2-py3-none-any.whl.
File metadata
- Download URL: clokai-1.0.2-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccb8a8d77fc1acb1140c1fe80df3d48942efe82dd780c50c70db8932cbb34158
|
|
| MD5 |
534d34f8e03b4b49b366d437e7b6599d
|
|
| BLAKE2b-256 |
bea95880154d980a1f4f00969880c387e8094b59027e4d70a476ffaa41ca7a3d
|