Metadata-Version: 2.1
Name: kimchima
Version: 0.3.1
Summary: The collections of tools for ML model development.
Home-page: https://github.com/Aisuko/kimchi
License: Apache-2.0
Keywords: transformers,pytorch
Author: Aisuko
Author-email: urakiny@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: accelerate (==0.28.0)
Requires-Dist: bitsandbytes (==0.43.0)
Requires-Dist: sentencepiece (==0.2.0)
Requires-Dist: torch (==2.2.2)
Requires-Dist: transformers (==4.39.2)
Project-URL: Repository, https://github.com/Aisuko/kimchi
Description-Content-Type: text/markdown

# kimchima

[![Backend CI/CD 🚀](https://github.com/Aisuko/kimchima/actions/workflows/ci.yml/badge.svg)](https://github.com/Aisuko/kimchima/actions/workflows/ci.yml)
[![Release Drafter 🚀](https://github.com/Aisuko/kimchima/actions/workflows/release-drafter.yml/badge.svg)](https://github.com/Aisuko/kimchima/actions/workflows/release-drafter.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

The collections of tools for ML model development.


# Usage

See examples in the [examples](./examples) directory.


# Development

Please kindly check the .devcontainer directory for the development environment setup.

# Acknowledgement

- [Llama2-burn Project](https://github.com/Gadersd/llama2-burn/tree/main)


# License

This project is licensed as specified in the [LICENSE](./LICENSE) file.
