From 8aec212018c749cd81778569465780c8a62ddc5f Mon Sep 17 00:00:00 2001 From: Sebastian Bordt Date: Fri, 9 Feb 2024 22:51:46 +0100 Subject: [PATCH] Update README.md Signed-off-by: Sebastian Bordt --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc0dc29..c709413 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # 🐘 Testing Language Models for Memorization of Tabular Data -![License](https://img.shields.io/github/license/interpretml/TalkToEBM.svg?style=flat-square) -![Python](https://img.shields.io/badge/Python-3.9+-blue.svg) ![PyPI - Version](https://img.shields.io/pypi/v/tabmemcheck) +![Python](https://img.shields.io/badge/Python-3.9+-blue.svg) +![License](https://img.shields.io/github/license/interpretml/TalkToEBM.svg?style=flat-square) +[![tests](https://github.com/interpretml/LLM-Tabular-Memorization-Checker/actions/workflows/run_tests.yaml/badge.svg)](https://github.com/interpretml/LLM-Tabular-Memorization-Checker/actions/workflows/run_tests.yaml) This open-source package provides different functions to test LLMs for memorization and prior experience with tabular datasets.