From b915827b06f3442eaff73b49e382e4e93da124cf Mon Sep 17 00:00:00 2001 From: David Chanin Date: Wed, 22 Nov 2023 19:51:22 -0500 Subject: [PATCH] chore: Add docs link to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e3ba4..0de357c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ [![ci](https://img.shields.io/github/actions/workflow/status/chanind/linear-relational/ci.yaml?branch=main)](https://github.com/chanind/linear-relational) [![PyPI](https://img.shields.io/pypi/v/linear-relational?color=blue)](https://pypi.org/project/linear-relational/) -A Python library for working with Linear Relational Embeddings (LREs) and Linear Relational Concepts (LRCs) for LLMs +Linear Relational Embeddings (LREs) and Linear Relational Concepts (LRCs) for LLMs using PyTorch and Huggingface Transformers. + +Full docs: [https://chanind.github.io/linear-relational](https://chanind.github.io/linear-relational) ## About