From b983c66dbff6edf12cf8346a05badeb2c7d821b3 Mon Sep 17 00:00:00 2001 From: Dylan Bouchard <109233938+dylanbouchard@users.noreply.github.com> Date: Thu, 8 May 2025 10:02:31 -0400 Subject: [PATCH] ADD UQLM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 962686e..747c510 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ This repository contains a curated list of 120+ LLM libraries category wise. | LLMBox | A comprehensive library for implementing LLMs, including a unified training pipeline and comprehensive model evaluation. | [Link](https://github.com/RUCAIBox/LLMBox) | | Opik | An open-source end-to-end LLM Development Platform which also includes LLM evaluation. | [Link](https://github.com/comet-ml/opik) | | PydanticAI Evals | A powerful evaluation framework designed to help you systematically evaluate the performance of LLM applications. | [Link](https://ai.pydantic.dev/evals/) | - +| UQLM | A Python package for generation-time, zero-resource LLM hallucination using state-of-the-art uncertainty quantification techniques. | [Link](https://github.com/cvs-health/uqlm) |