usm-torch


Nameusm-torch JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/kyegomez/USM
Summaryusm - Pytorch
upload_time2023-12-10 09:45:40
maintainer
docs_urlNone
authorKye Gomez
requires_python>=3.6,<4.0
licenseMIT
keywords artificial intelligence deep learning optimizers prompt engineering
VCS
bugtrack_url
requirements torchaudio zetascale torch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)

# USM
Implementation of Google's universal speech model called USM


# Install
`pip `

# License
MIT




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kyegomez/USM",
    "name": "usm-torch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "artificial intelligence,deep learning,optimizers,Prompt Engineering",
    "author": "Kye Gomez",
    "author_email": "kye@apac.ai",
    "download_url": "https://files.pythonhosted.org/packages/67/64/d303ac1e9cfe5cc0b1da674c3ff5ae8488863cac7cbd3128b56ca470bec9/usm_torch-0.0.2.tar.gz",
    "platform": null,
    "description": "[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# USM\nImplementation of Google's universal speech model called USM\n\n\n# Install\n`pip `\n\n# License\nMIT\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "usm - Pytorch",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://github.com/kyegomez/USM",
        "Homepage": "https://github.com/kyegomez/USM",
        "Repository": "https://github.com/kyegomez/USM"
    },
    "split_keywords": [
        "artificial intelligence",
        "deep learning",
        "optimizers",
        "prompt engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a54a490f5cab9e058989f01c29b66e568efe65fa873103e39bb7228601477059",
                "md5": "f972d5bc38b65c0cfade34e7e8c7a8b0",
                "sha256": "dbaf59cb9f0881a432fbfaa38a562187207c522beee9af351859bc8c5ce33985"
            },
            "downloads": -1,
            "filename": "usm_torch-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f972d5bc38b65c0cfade34e7e8c7a8b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 3409,
            "upload_time": "2023-12-10T09:45:38",
            "upload_time_iso_8601": "2023-12-10T09:45:38.312569Z",
            "url": "https://files.pythonhosted.org/packages/a5/4a/490f5cab9e058989f01c29b66e568efe65fa873103e39bb7228601477059/usm_torch-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6764d303ac1e9cfe5cc0b1da674c3ff5ae8488863cac7cbd3128b56ca470bec9",
                "md5": "eca2e60ba431508571b9673641b57aca",
                "sha256": "ada40fabeb633138a2c153938cecb45efdff7dc98a2b7299539d0992fb9331e1"
            },
            "downloads": -1,
            "filename": "usm_torch-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "eca2e60ba431508571b9673641b57aca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 3378,
            "upload_time": "2023-12-10T09:45:40",
            "upload_time_iso_8601": "2023-12-10T09:45:40.151868Z",
            "url": "https://files.pythonhosted.org/packages/67/64/d303ac1e9cfe5cc0b1da674c3ff5ae8488863cac7cbd3128b56ca470bec9/usm_torch-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 09:45:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kyegomez",
    "github_project": "USM",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "torchaudio",
            "specs": []
        },
        {
            "name": "zetascale",
            "specs": []
        },
        {
            "name": "torch",
            "specs": []
        }
    ],
    "lcname": "usm-torch"
}
        
Elapsed time: 0.14663s