supertransformerlib


Namesupertransformerlib JSON
Version 2.4.0 PyPI version JSON
download
home_pageNone
SummaryA set of tools for performing ensemble based supertransformer
upload_time2023-03-21 19:49:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords torch transformer transformers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Python test then publish](https://github.com/smithblack-0/torch-supertransformerlib/actions/workflows/python-test-publish.yml/badge.svg?branch=master)](https://github.com/smithblack-0/torch-supertransformerlib/actions/workflows/python-test-publish.yml)


# What is this?

This is a collection of layers designed to achieve state-of-the-art results in the field of natural language processing.
It consists of a collection of layers, loss functions,
and utilities which either implement recent transformer discoveries,
or which have no analogue in the current NLP literature. It is built in torch.

The library primarily forcuses around working
with the word embeddings.

It has the following desirable properties when used correctly

* torchscript compatible
* O(N) with respect to words input (configured correctly)
* Ensembles natively supported.

## Documentation

See https://torch-supertransformerlib.readthedocs.io/en/latest/ for documentation

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "supertransformerlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "torch,transformer,transformers",
    "author": null,
    "author_email": "Christopher M O'Quinn <chrisoquinn.2@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/28/cb/b2d07e02e9641ce685c58f9ba56643e82c60175b327b0ff401e5c8652bcc/supertransformerlib-2.4.0.tar.gz",
    "platform": null,
    "description": "[![Python test then publish](https://github.com/smithblack-0/torch-supertransformerlib/actions/workflows/python-test-publish.yml/badge.svg?branch=master)](https://github.com/smithblack-0/torch-supertransformerlib/actions/workflows/python-test-publish.yml)\n\n\n# What is this?\n\nThis is a collection of layers designed to achieve state-of-the-art results in the field of natural language processing.\nIt consists of a collection of layers, loss functions,\nand utilities which either implement recent transformer discoveries,\nor which have no analogue in the current NLP literature. It is built in torch.\n\nThe library primarily forcuses around working\nwith the word embeddings.\n\nIt has the following desirable properties when used correctly\n\n* torchscript compatible\n* O(N) with respect to words input (configured correctly)\n* Ensembles natively supported.\n\n## Documentation\n\nSee https://torch-supertransformerlib.readthedocs.io/en/latest/ for documentation\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A set of tools for performing ensemble based supertransformer",
    "version": "2.4.0",
    "split_keywords": [
        "torch",
        "transformer",
        "transformers"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dbcaa796bc3bb06b25cee5a96c19877609088cf14a951ea26514f9a7c6e358a3",
                "md5": "561ad7cc91ec1acc32b1a2bddbf1e420",
                "sha256": "52774e0d8b1c2501f847f5bca21e7300d2ea317e6c84259d5e7a68768f7166e5"
            },
            "downloads": -1,
            "filename": "supertransformerlib-2.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "561ad7cc91ec1acc32b1a2bddbf1e420",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 60106,
            "upload_time": "2023-03-21T19:49:38",
            "upload_time_iso_8601": "2023-03-21T19:49:38.674816Z",
            "url": "https://files.pythonhosted.org/packages/db/ca/a796bc3bb06b25cee5a96c19877609088cf14a951ea26514f9a7c6e358a3/supertransformerlib-2.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28cbb2d07e02e9641ce685c58f9ba56643e82c60175b327b0ff401e5c8652bcc",
                "md5": "4ac175bb45b13cb5ba3ca4fe3dc8a82b",
                "sha256": "f7adf4001dadf7e05d4b519cacf74a44b9c0856565dd59d3b48b8503345d8530"
            },
            "downloads": -1,
            "filename": "supertransformerlib-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4ac175bb45b13cb5ba3ca4fe3dc8a82b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 81935,
            "upload_time": "2023-03-21T19:49:41",
            "upload_time_iso_8601": "2023-03-21T19:49:41.441802Z",
            "url": "https://files.pythonhosted.org/packages/28/cb/b2d07e02e9641ce685c58f9ba56643e82c60175b327b0ff401e5c8652bcc/supertransformerlib-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-21 19:49:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "supertransformerlib"
}
        
Elapsed time: 0.04637s