Skip to main content

Library for loading ClokAI transformer models

Project description

ClokAI

Python library for loading ClokAI transformer models.

About

ClokAI is an organization developing custom AI architectures for AGI research and specialized model development. This library helps load and use ClokAI models with HuggingFace transformers.

Install

pip install clokai

Usage

from clokai import AutoClokAI

model = AutoClokAI.from_pretrained("ClokAI/ci-base")
tokenizer = AutoClokAI.load_tokenizer("ClokAI/ci-base")

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

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: clokai-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 5.5 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.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f309e44a3a1183c8059205645d60841182dcf104eb4ab6300a58aee4a1586262
MD5 7f39eb18c81f1b2df1b70e5cce40ac6d
BLAKE2b-256 35ba996db85af4ea3238ea2035978301d7acb519261cb267b693ea96fa7c796a

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