Metadata-Version: 2.1
Name: geniusrise-text
Version: 0.1.0
Summary: Huggingface bolts for geniusrise
Home-page: https://github.com/geniusrise/geniusrise-text
Author: ixaxaar
Author-email: ixaxaar@geniusrise.ai
Project-URL: Bug Reports, https://github.com/geniusrise/geniusrise-text/issues
Project-URL: Source, https://github.com/geniusrise/geniusrise-text
Project-URL: Documentation, https://docs.geniusrise.ai/
Keywords: mlops,llm,geniusrise,machine learning,data processing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: geniusrise==0.0.33
Requires-Dist: torch==2.1.2
Requires-Dist: accelerate==0.26.1
Requires-Dist: transformers==4.36.2
Requires-Dist: evaluate==0.4.1
Requires-Dist: datasets==2.16.1
Requires-Dist: autoawq==0.1.8
Requires-Dist: auto-gptq==0.6.0
Requires-Dist: bitsandbytes==0.42.0
Requires-Dist: CherryPy==18.9.0
Requires-Dist: flash-attn==2.4.2
Requires-Dist: peft==0.7.1
Requires-Dist: gunicorn==21.2.0
Requires-Dist: trl==0.7.10
Requires-Dist: sentence_transformers==2.2.2
Requires-Dist: nbformat==5.9.2
Requires-Dist: sacremoses==0.1.1
Requires-Dist: sacrebleu==2.4.0
Requires-Dist: rouge-score==0.1.2
Requires-Dist: rouge==1.0.1
Requires-Dist: openpyxl==3.1.2
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"

<h1 align="center">
  <img src="./assets/logo_with_text.png" alt=logo" width="900"/>
</h1>
<h2 align="center">
  <a style="color:#f34960" href="https://docs.geniusrise.ai">Documentation</a>
</h2>

<p align="center">
  <img src="https://img.shields.io/github/actions/workflow/status/geniusrise/geniusrise-text/pytest.yml?branch=master" alt="GitHub Workflow Status"/>
  <img src="https://codecov.io/gh/geniusrise/geniusrise-text/branch/main/graph/badge.svg?token=0b359b3a-f29c-4966-9661-a79386b3450d" alt="Codecov"/>
  <img src="https://img.shields.io/github/license/geniusrise/geniusrise-text" alt="Codecov"/>
  <img src="https://img.shields.io/github/issues/geniusrise/geniusrise-text" alt="Codecov"/>
</p>

---

## <span style="color:#e667aa">About</span>

<span style="color:#e4e48c">Geniusrise</span> is a modular, loosely-coupled
AgentOps / MLOps framework designed for the era of Large Language Models,
offering flexibility, inclusivity, and standardization in designing networks of
AI agents.

It seamlessly integrates tasks, state management, data handling, and model
versioning, all while supporting diverse infrastructures and user expertise
levels. With its plug-and-play architecture,
<span style="color:#e4e48c">Geniusrise</span> empowers teams to build, share,
and deploy AI agent workflows across various platforms.

## <span style="color:#e667aa">Huggingface Bolts</span>

This is a collection of generic streaming and (micro) batch bolts interfacing
with the huggingface ecosystem.

Includes:

| No. | Name                                                  | Description                                    | Input Type | Output Type |
| --- | ----------------------------------------------------- | ---------------------------------------------- | ---------- | ----------- |
| 1   | [Text Classification](#text-classification)           | Fine-tuning for text classification tasks      | Batch      | Batch       |
| 2   | [Instruction Tuning](#instruction-tuning)             | Fine-tuning for instruction tuning tasks       | Batch      | Batch       |
| 3   | [Commonsense Reasoning](#commonsense-reasoning)       | Fine-tuning for commonsense reasoning tasks    | Batch      | Batch       |
| 4   | [Language Modeling](#language-modeling)               | Fine-tuning for language modeling tasks        | Batch      | Batch       |
| 5   | [Named Entity Recognition](#named-entity-recognition) | Fine-tuning for named entity recognition tasks | Batch      | Batch       |
| 6   | [Question Answering](#question-answering)             | Fine-tuning for question answering tasks       | Batch      | Batch       |
| 7   | [Sentiment Analysis](#sentiment-analysis)             | Fine-tuning for sentiment analysis tasks       | Batch      | Batch       |
| 8   | [Summarization](#summarization)                       | Fine-tuning for summarization tasks            | Batch      | Batch       |
| 9   | [Translation](#translation)                           | Fine-tuning for translation tasks              | Batch      | Batch       |
