diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad026433..c0de4b30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: rev: v4.1.0 hooks: - id: check-added-large-files - args: [--maxkb=800] + args: [--maxkb=1024] - id: debug-statements - id: detect-aws-credentials args: [--allow-missing-credentials] diff --git a/README.md b/README.md index 6f46625b..e23def1a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LangKit -![LangKit graphic](static/img/LangKit_graphic.png) +![LangKit graphic](static/img/LangKit-2024-readme.png) LangKit is an open-source text metrics toolkit for monitoring language models. It offers an array of methods for extracting relevant signals from the input and/or output text, which are compatible with the open-source data logging library [whylogs](https://whylogs.readthedocs.io/en/latest). diff --git a/static/img/LangKit-2024-readme.png b/static/img/LangKit-2024-readme.png new file mode 100644 index 00000000..16de8e0e Binary files /dev/null and b/static/img/LangKit-2024-readme.png differ