From 3d5277f13696b0236ebc1ee62a40527830418c6d Mon Sep 17 00:00:00 2001 From: Chris McCabe Date: Wed, 14 Aug 2024 23:28:32 +0100 Subject: [PATCH] Adding Datasignal to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8282ea5..e5dd8fb 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ If you're interested in the field of LLM, you may find the above list of milesto - [Giskard](https://github.com/Giskard-AI/giskard) - Testing & evaluation library for LLM applications, in particular RAGs - [LangSmith](https://www.langchain.com/langsmith) - a unified platform from LangChain framework for: evaluation, collaboration HITL (Human In The Loop), logging and monitoring LLM applications. - [Ragas](https://github.com/explodinggradients/ragas) - a framework that helps you evaluate your Retrieval Augmented Generation (RAG) pipelines. +- [DataSignals](https://github.com/DataSignalOrg/NER-llm-blog) - Benchmark ollama based models for NER tasks by configuring JSON ## LLM Training Frameworks