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
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file ariadne_ai-0.1.2.tar.gz
.
File metadata
- Download URL: ariadne_ai-0.1.2.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.7 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a529ec10e6d772e207926cb8a6953965d4987a17b0e4a76581ffacd0f014f145 |
|
MD5 | ca29c1fa2ec6ad735e69139be7ceeaa7 |
|
BLAKE2b-256 | cc9438db6e5a097489e63f52c66a26f578704d1c76864e13bfc6d1f4645ed347 |
Provenance
File details
Details for the file ariadne_ai-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: ariadne_ai-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.9.7 Darwin/22.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dac3d1039c36e8ad43506add586533057d62573345cbe7d057d1bc042a6936e |
|
MD5 | b2914885882181c5668e9a2a0ec4880c |
|
BLAKE2b-256 | 10219979da34c98de687df4d3f9fe334162137af824c0ba3b6433dd68dd4a380 |