libtcrlm


Namelibtcrlm JSON
Version 1.0.0.post1 PyPI version JSON
download
home_pageNone
SummaryTCR language modelling library using Pytorch.
upload_time2024-12-05 23:25:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords tcr tr t cell transformer bert mlm immunology bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # libtcrlm

This is the TCR language modelling library that powers SCEPTR.
It is a thin layer around PyTorch with some extra infrastructure.
Note that this repository only contains library code- for a readily-usable deployment of SCEPTR, or code used to train the models, please see the links below.

## Related links

|Link|Description|
|----|-----------|
|https://github.com/yutanagano/sceptr|Readily usable deployment of SCEPTR|
|https://github.com/yutanagano/tcrlm|Code used for training models|

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "libtcrlm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Yuta Nagano <yutanagano51@proton.me>",
    "keywords": "TCR, TR, T cell, transformer, bert, MLM, immunology, bioinformatics",
    "author": null,
    "author_email": "Yuta Nagano <yutanagano51@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/26/35/0849f91347172091179734d50446fd2101be6864aa0e73c45c93da66af92/libtcrlm-1.0.0.post1.tar.gz",
    "platform": null,
    "description": "# libtcrlm\n\nThis is the TCR language modelling library that powers SCEPTR.\nIt is a thin layer around PyTorch with some extra infrastructure.\nNote that this repository only contains library code- for a readily-usable deployment of SCEPTR, or code used to train the models, please see the links below.\n\n## Related links\n\n|Link|Description|\n|----|-----------|\n|https://github.com/yutanagano/sceptr|Readily usable deployment of SCEPTR|\n|https://github.com/yutanagano/tcrlm|Code used for training models|\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "TCR language modelling library using Pytorch.",
    "version": "1.0.0.post1",
    "project_urls": {
        "Issues": "https://github.com/yutanagano/libtcrlm/issues",
        "Repository": "https://github.com/yutanagano/libtcrlm"
    },
    "split_keywords": [
        "tcr",
        " tr",
        " t cell",
        " transformer",
        " bert",
        " mlm",
        " immunology",
        " bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4f53451de6df189939891b970d121a44088bf616d330f1576c4312a8816ffe3",
                "md5": "76f7ee15b7cbf8d6e3a70de065ec77e0",
                "sha256": "fd6a1702955e012d3af90c812725354013fa307786f99ef76af984e0319d0c6c"
            },
            "downloads": -1,
            "filename": "libtcrlm-1.0.0.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76f7ee15b7cbf8d6e3a70de065ec77e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 19025,
            "upload_time": "2024-12-05T23:25:04",
            "upload_time_iso_8601": "2024-12-05T23:25:04.413557Z",
            "url": "https://files.pythonhosted.org/packages/b4/f5/3451de6df189939891b970d121a44088bf616d330f1576c4312a8816ffe3/libtcrlm-1.0.0.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26350849f91347172091179734d50446fd2101be6864aa0e73c45c93da66af92",
                "md5": "c71b2010ee0ca8c4c930316c9ebc69fa",
                "sha256": "54e9a8ed65c19839e6ae853181911e5d9714dabb160774ef20a6ec19ee73ac55"
            },
            "downloads": -1,
            "filename": "libtcrlm-1.0.0.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "c71b2010ee0ca8c4c930316c9ebc69fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14521,
            "upload_time": "2024-12-05T23:25:05",
            "upload_time_iso_8601": "2024-12-05T23:25:05.641188Z",
            "url": "https://files.pythonhosted.org/packages/26/35/0849f91347172091179734d50446fd2101be6864aa0e73c45c93da66af92/libtcrlm-1.0.0.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 23:25:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yutanagano",
    "github_project": "libtcrlm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "libtcrlm"
}
        
Elapsed time: 0.43784s