Skip to main content

No project description provided

Project description

Overview

AriadneAI is an open-source library for evaluating LLM applications on text summarization.

Installation

To install, simply download the library and include it in your project.

pip install ariadne-ai

Usage

Here's a simple usage example to load a json file for text summarization.

loader = TextSummarizationLoader(format = 'json')
loader.load("path_to_your_file.json")
text_summarization_evaluator = SummarizationHallucinationEvaluator(text_summarization_loader)
text_summarization_evaluator.run()

or run

 poetry run python main.py

License

MIT

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

ariadne_ai-0.1.2.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

ariadne_ai-0.1.2-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page