localcat


Namelocalcat JSON
Version 0.0.10 PyPI version JSON
download
home_page
SummaryFine-tune Large Language Models locally.
upload_time2024-03-04 04:57:21
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2024 Ewen Wang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords llm finetune ai aws
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LocalCat

[![PyPI version](https://badge.fury.io/py/localcat.svg)](https://pypi.org/project/localcat)
[![Documentation Status](https://readthedocs.org/projects/localcat/badge/?version=latest)](https://localcat.readthedocs.io)
![Python Versions](https://img.shields.io/pypi/pyversions/localcat.svg)
![GitHub](https://img.shields.io/github/license/ewen2015/localcat)

**LocalCat** is designed to make the LLM strategy easy to implement. It provides a simple API and an intuitive interface for loading, fine-tuning, and deploying large deep learning models. With LocalCat, you can easily fine-tune pre-trained models on your own data and leverage their power for your specific tasks.

## Tasks
### Translation
LocalCat offers user-friendly tools for translation tasks, allowing the translator to be deployed as an endpoint or for batch processing of `pandas` dataframes. Additionally, it provides fine-tuning capabilities for cloud deployment. 

1. Load pre-trained LLMs locally or from HuggingFace
2. Fine-tune the LLMs
3. Deployment as an endpoint on AWS

### Chat
(On the way. Stay tuned.)

## Install
```python
pip install localcat
```

## The Story behind LocalCat

LocalCat is named after a cat named Hulu (葫芦), owned by my friend Flora. The inspiration for the name came from the cat's playful and curious nature, which aligns with the goals of the LocalCat package.

<p align="center">
<img width="320" height="426.7" src="https://github.com/Ewen2015/LocalCat/blob/main/images/hulu.jpg">
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "localcat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "llm,finetune,ai,aws",
    "author": "",
    "author_email": "Ewen Wang <wang.enqun@outlook.com>",
    "download_url": "",
    "platform": null,
    "description": "# LocalCat\n\n[![PyPI version](https://badge.fury.io/py/localcat.svg)](https://pypi.org/project/localcat)\n[![Documentation Status](https://readthedocs.org/projects/localcat/badge/?version=latest)](https://localcat.readthedocs.io)\n![Python Versions](https://img.shields.io/pypi/pyversions/localcat.svg)\n![GitHub](https://img.shields.io/github/license/ewen2015/localcat)\n\n**LocalCat** is designed to make the LLM strategy easy to implement. It provides a simple API and an intuitive interface for loading, fine-tuning, and deploying large deep learning models. With LocalCat, you can easily fine-tune pre-trained models on your own data and leverage their power for your specific tasks.\n\n## Tasks\n### Translation\nLocalCat offers user-friendly tools for translation tasks, allowing the translator to be deployed as an endpoint or for batch processing of `pandas` dataframes. Additionally, it provides fine-tuning capabilities for cloud deployment. \n\n1. Load pre-trained LLMs locally or from HuggingFace\n2. Fine-tune the LLMs\n3. Deployment as an endpoint on AWS\n\n### Chat\n(On the way. Stay tuned.)\n\n## Install\n```python\npip install localcat\n```\n\n## The Story behind LocalCat\n\nLocalCat is named after a cat named Hulu (\u846b\u82a6), owned by my friend Flora. The inspiration for the name came from the cat's playful and curious nature, which aligns with the goals of the LocalCat package.\n\n<p align=\"center\">\n<img width=\"320\" height=\"426.7\" src=\"https://github.com/Ewen2015/LocalCat/blob/main/images/hulu.jpg\">\n</p>\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Ewen Wang  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Fine-tune Large Language Models locally.",
    "version": "0.0.10",
    "project_urls": {
        "Documentation": "https://localcat.readthedocs.io",
        "Homepage": "https://github.com/Ewen2015/LocalCat",
        "Issues": "https://github.com/Ewen2015/LocalCat/issues",
        "Repository": "https://github.com/Ewen2015/LocalCat.git"
    },
    "split_keywords": [
        "llm",
        "finetune",
        "ai",
        "aws"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1e9704989389c34fe9c7e5c64867c51cc266cf3b2958e30cc7a2c860c09ac17",
                "md5": "862b7197386b7c37018d462d10b6c697",
                "sha256": "c7d016638e326d33a4b7d52672af7febfee10802e9e962a69caafede5cd339d0"
            },
            "downloads": -1,
            "filename": "localcat-0.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "862b7197386b7c37018d462d10b6c697",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13051,
            "upload_time": "2024-03-04T04:57:21",
            "upload_time_iso_8601": "2024-03-04T04:57:21.290709Z",
            "url": "https://files.pythonhosted.org/packages/d1/e9/704989389c34fe9c7e5c64867c51cc266cf3b2958e30cc7a2c860c09ac17/localcat-0.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 04:57:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ewen2015",
    "github_project": "LocalCat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "localcat"
}
        
Elapsed time: 0.26650s