langspace


Namelangspace JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryLangSpace: Probing Large Language VAEs made simple
upload_time2025-02-15 17:53:03
maintainerNone
docs_urlNone
author['Danilo S. Carvalho', 'Yingji Zhang']
requires_python>=3.9
licenseNone
keywords probing vae llm generative nlp
VCS
bugtrack_url
requirements torch numpy transformers pandas scipy tensorflow gensim pot yellowbrick langvae saf-nlp saf-datasets
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://github.com/neuro-symbolic-ai/LangVAE) models.

## Installation

To install LangSpace, simply run:

```bash
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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "langspace",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "probing, vae, llm, generative, nlp",
    "author": "['Danilo S. Carvalho', 'Yingji Zhang']",
    "author_email": "\"Danilo S. Carvalho\" <danilo.carvalho@manchester.ac.uk>, Yingji Zhang <yingji.zhang@postgrad.manchester.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/4d/0f/31c3be64872ca43a7adf165a40071528981083a28610fec0e83fc5a48580/langspace-0.2.2.tar.gz",
    "platform": null,
    "description": "# LangSpace: Probing Large Language VAEs made simple\n\nLangSpace 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](https://github.com/neuro-symbolic-ai/LangVAE) models.\n\n## Installation\n\nTo install LangSpace, simply run:\n\n```bash\npip install langspace\n```\n\nThis will install all necessary dependencies and set up the package for use in your Python projects.\n\n## Usage\n\nTBC\n\n\n## License\n\nLangVAE is licensed under the GPLv3 License. See the LICENSE file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "LangSpace: Probing Large Language VAEs made simple",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/neuro-symbolic-ai/LangSpace",
        "Issues": "https://github.com/neuro-symbolic-ai/LangSpace/issues"
    },
    "split_keywords": [
        "probing",
        " vae",
        " llm",
        " generative",
        " nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e00594d1a68b0cfffd981f921fc368c0c01cfbfc5a0cf671394d0b514f38f54e",
                "md5": "6605ae1a97b621ef40fbc5c2c90ea319",
                "sha256": "d7d60fe10278a2b28640604c9d73830abaaeb6e19c89fee4cdba89fa2eda1e10"
            },
            "downloads": -1,
            "filename": "langspace-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6605ae1a97b621ef40fbc5c2c90ea319",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 32340,
            "upload_time": "2025-02-15T17:53:01",
            "upload_time_iso_8601": "2025-02-15T17:53:01.268698Z",
            "url": "https://files.pythonhosted.org/packages/e0/05/94d1a68b0cfffd981f921fc368c0c01cfbfc5a0cf671394d0b514f38f54e/langspace-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d0f31c3be64872ca43a7adf165a40071528981083a28610fec0e83fc5a48580",
                "md5": "17158e8825a42d2a591f72477ce02f30",
                "sha256": "52fea3698e1dccaa605a16df27b02345acc06a0985bb96a2161976bc0327fadb"
            },
            "downloads": -1,
            "filename": "langspace-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "17158e8825a42d2a591f72477ce02f30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 28331,
            "upload_time": "2025-02-15T17:53:03",
            "upload_time_iso_8601": "2025-02-15T17:53:03.079001Z",
            "url": "https://files.pythonhosted.org/packages/4d/0f/31c3be64872ca43a7adf165a40071528981083a28610fec0e83fc5a48580/langspace-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-15 17:53:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "neuro-symbolic-ai",
    "github_project": "LangSpace",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "torch",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "transformers",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "tensorflow",
            "specs": []
        },
        {
            "name": "gensim",
            "specs": []
        },
        {
            "name": "pot",
            "specs": []
        },
        {
            "name": "yellowbrick",
            "specs": []
        },
        {
            "name": "langvae",
            "specs": []
        },
        {
            "name": "saf-nlp",
            "specs": []
        },
        {
            "name": "saf-datasets",
            "specs": []
        }
    ],
    "lcname": "langspace"
}
        
Elapsed time: 6.32696s