mmlm


Namemmlm JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/voidful/MMLM
SummaryNone
upload_time2024-06-09 04:35:54
maintainerNone
docs_urlNone
authorVoidful
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements trl fastchat transformers peft bitsandbytes accelerate
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MMLM (Multi-Modality Learning Model)

## Introduction

## Usage

data format(input/output):  
`instruction <audio> audio file path </audio> instruction <image> image file path </image> instruction`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/voidful/MMLM",
    "name": "mmlm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Voidful",
    "author_email": "voidful.stack@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/29/8b/f2b507559fa01c4a84e144daad4a9c450ce6dde26eccdf790ac195b10172/mmlm-0.0.1.tar.gz",
    "platform": null,
    "description": "# MMLM (Multi-Modality Learning Model)\n\n## Introduction\n\n## Usage\n\ndata format(input/output):  \n`instruction <audio> audio file path </audio> instruction <image> image file path </image> instruction`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/voidful/MMLM"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ab94cea7311b6d80419381ae54c025d91ac3133f5fbba673d3f4d540d41200e",
                "md5": "3cca8da0e26e8a8fe0fcfbaca00e35c6",
                "sha256": "1759d4d1276a604640610b435fbac0111a3bd6ae554a28ff06739283f9909b27"
            },
            "downloads": -1,
            "filename": "mmlm-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3cca8da0e26e8a8fe0fcfbaca00e35c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1239,
            "upload_time": "2024-06-09T04:35:52",
            "upload_time_iso_8601": "2024-06-09T04:35:52.466718Z",
            "url": "https://files.pythonhosted.org/packages/6a/b9/4cea7311b6d80419381ae54c025d91ac3133f5fbba673d3f4d540d41200e/mmlm-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "298bf2b507559fa01c4a84e144daad4a9c450ce6dde26eccdf790ac195b10172",
                "md5": "8a7e91323b90940e25c9729a837f22d9",
                "sha256": "c5458d8babbc3961003091becf9ac61d83b3ca69b62604dd9d6b125873362093"
            },
            "downloads": -1,
            "filename": "mmlm-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8a7e91323b90940e25c9729a837f22d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1383,
            "upload_time": "2024-06-09T04:35:54",
            "upload_time_iso_8601": "2024-06-09T04:35:54.576634Z",
            "url": "https://files.pythonhosted.org/packages/29/8b/f2b507559fa01c4a84e144daad4a9c450ce6dde26eccdf790ac195b10172/mmlm-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-09 04:35:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "voidful",
    "github_project": "MMLM",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "trl",
            "specs": []
        },
        {
            "name": "fastchat",
            "specs": []
        },
        {
            "name": "transformers",
            "specs": []
        },
        {
            "name": "peft",
            "specs": []
        },
        {
            "name": "bitsandbytes",
            "specs": []
        },
        {
            "name": "accelerate",
            "specs": []
        }
    ],
    "lcname": "mmlm"
}
        
Elapsed time: 0.26433s