Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 611 Bytes

LangSpace: Probing Large Language VAEs made simple

LangSpace is a Python library for evaluating and probing language models using Variational Autoencoders (VAEs). It provides an easy-to-use interface to perform a variety of analises on pretrained LangVAE models.

Installation

To install LangSpace, simply run:

pip install langspace

This will install all necessary dependencies and set up the package for use in your Python projects.

Usage

TBC

License

LangVAE is licensed under the GPLv3 License. See the LICENSE file for details.