Metadata-Version: 2.4 Name: aip-bench-suite Version: 0.1.1 Summary: Benchmarking suite for LLM hallucination detection, inference efficiency, and QA compression evaluation Author: Carmen Esteban License: All Rights Reserved Project-URL: Homepage, https://github.com/iafiscal1212/aip-bench Project-URL: Repository, https://github.com/iafiscal1212/aip-bench Project-URL: Issues, https://github.com/iafiscal1212/aip-bench/issues Keywords: benchmarking,evaluation,llm,hallucination-detection,kv-cache-compression,attention-analysis,halueval,ockbench,inference-optimization,qa-evaluation Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Science/Research Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence Requires-Python: >=3.8 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: numpy>=1.20 Requires-Dist: scipy>=1.7 Provides-Extra: bench Requires-Dist: datasets>=2.14; extra == "bench" Provides-Extra: bench-full Requires-Dist: datasets>=2.14; extra == "bench-full" Requires-Dist: torch>=1.9; extra == "bench-full" Requires-Dist: transformers>=4.30; extra == "bench-full" Provides-Extra: openai Requires-Dist: openai>=1.0; extra == "openai" Provides-Extra: anthropic Requires-Dist: anthropic>=0.18; extra == "anthropic" Provides-Extra: viz Requires-Dist: matplotlib>=3.5; extra == "viz" Provides-Extra: config Requires-Dist: pyyaml>=6.0; extra == "config" Provides-Extra: progress Requires-Dist: tqdm>=4.60; extra == "progress" Provides-Extra: proxy Requires-Dist: aiohttp>=3.9; extra == "proxy" Provides-Extra: all Requires-Dist: datasets>=2.14; extra == "all" Requires-Dist: torch>=1.9; extra == "all" Requires-Dist: transformers>=4.30; extra == "all" Requires-Dist: openai>=1.0; extra == "all" Requires-Dist: anthropic>=0.18; extra == "all" Requires-Dist: matplotlib>=3.5; extra == "all" Requires-Dist: pyyaml>=6.0; extra == "all" Requires-Dist: tqdm>=4.60; extra == "all" Requires-Dist: aiohttp>=3.9; extra == "all" Dynamic: license-file