createllm


Namecreatellm JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/khushaljethava/createllm
SummaryPython package that let you create own transformers based models on your own data
upload_time2023-10-06 03:30:54
maintainer
docs_urlNone
authorKhushal Jethava
requires_python
license
keywords python first package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python package that let you create own transformers based models on your own data

Example
---------------

from createllm import CreateLLM
path = "File.txt"
model = CreateLLM.GPTTrainer(path)
model = model.trainer()


SavedModel = CreateLLM.LLMModel("Path to Model folder")
print(SavedModel.generate("Add Your Text Here"))


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/khushaljethava/createllm",
    "name": "createllm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,first package",
    "author": "Khushal Jethava",
    "author_email": "Khushaljethava14@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/84/65/e56e564519a7ca23dbe6a039986f5b3336cfb7d48ffeacb2e874e3863385/createllm-0.1.5.tar.gz",
    "platform": null,
    "description": "Python package that let you create own transformers based models on your own data\n\nExample\n---------------\n\nfrom createllm import CreateLLM\npath = \"File.txt\"\nmodel = CreateLLM.GPTTrainer(path)\nmodel = model.trainer()\n\n\nSavedModel = CreateLLM.LLMModel(\"Path to Model folder\")\nprint(SavedModel.generate(\"Add Your Text Here\"))\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python package that let you create own transformers based models on your own data",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/khushaljethava/createllm"
    },
    "split_keywords": [
        "python",
        "first package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d39c96dd99830039c008f3f760dc6c501c9a91d14631aa3ecdf6cd9b5044301",
                "md5": "7dc5d0f13daacaa792b20af085785900",
                "sha256": "fa9c9df89e56230ffecc595eba52b43e1a3783919c0fff647a9c8a6da22c33f5"
            },
            "downloads": -1,
            "filename": "createllm-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7dc5d0f13daacaa792b20af085785900",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5958,
            "upload_time": "2023-10-06T03:30:51",
            "upload_time_iso_8601": "2023-10-06T03:30:51.786199Z",
            "url": "https://files.pythonhosted.org/packages/8d/39/c96dd99830039c008f3f760dc6c501c9a91d14631aa3ecdf6cd9b5044301/createllm-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8465e56e564519a7ca23dbe6a039986f5b3336cfb7d48ffeacb2e874e3863385",
                "md5": "5269df08697d61a323019dca23ba5397",
                "sha256": "aee57d93e1b2f8667da705da5bdeab5792eed68ddffc9f13e4f6fd1e6034053e"
            },
            "downloads": -1,
            "filename": "createllm-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "5269df08697d61a323019dca23ba5397",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6043,
            "upload_time": "2023-10-06T03:30:54",
            "upload_time_iso_8601": "2023-10-06T03:30:54.071677Z",
            "url": "https://files.pythonhosted.org/packages/84/65/e56e564519a7ca23dbe6a039986f5b3336cfb7d48ffeacb2e874e3863385/createllm-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-06 03:30:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "khushaljethava",
    "github_project": "createllm",
    "github_not_found": true,
    "lcname": "createllm"
}
        
Elapsed time: 4.63645s