That's right, I'm Kira ✍️
Project description
That's right. I'm Kira ✍️
Kira is a suite of LLMs built with JAX and Equinox.
It is designed to be as clean and simple as possible, while still being flexible and powerful. It also provides a simple training loop, which interoperates with the Jaxonloader library.
Available Models
Currently, Kira provides the following models:
- Kira: A standard transformer, which allows for interpolation between MHA and MQA.
- Mamba: The new selective state space model
Kira can also be used as an encoder. Simply pass mask=None when you call Kira
and there will be no masking in the MHA (i.e. making it an encoder).
To get started with Kira, you can either install it with
pip3 install kira_llm
or simply clone the repository and cherry-pick what you need.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 kira_llm-0.2.0.tar.gz.
File metadata
- Download URL: kira_llm-0.2.0.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74fe8a39c866d061e46aa99aca01d18c6e241bbf9b4337225ae74ba58817e444
|
|
| MD5 |
0791d593035824102a4195c230ae4174
|
|
| BLAKE2b-256 |
113342d50967efcb35c1003f97a6c822cf6e9640520633a761fd8eaeef320cb5
|
File details
Details for the file kira_llm-0.2.0-py3-none-any.whl.
File metadata
- Download URL: kira_llm-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98cc068127831b5911799f7b179aa2e5c820fc6e59d24df306c71d17682e6fa9
|
|
| MD5 |
7f105b43c670989ea15ed5829550ab6b
|
|
| BLAKE2b-256 |
dc7197f450a00d95e9b79ff80e7df424b5e5183a6735c9bd7b12556423222e8d
|