hurllm


Namehurllm JSON
Version 1.0.9 PyPI version JSON
download
home_pagehttps://hurllm.web.app
SummaryClosed source LLM model.
upload_time2023-08-28 01:45:22
maintainer
docs_urlNone
authorhurdotcom
requires_python
licenseProprietary Software
keywords llm transformers artificial intelligence nlp gpt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            HurLLM is a proprietary pre-trained Artificial Intelligence model for LLM (Large Language Model) with Transformers technology. It uses a parameter base trained through August 2023 and has fine-tuning added monthly thereafter. The HurLLM code library algorithm splits its processing between the local machine and the remote server hosting the model parameters. Floating point weights are read remotely via API and interpreted locally on your local machine, making it possible to run the code on any machine with 4 Gigabytes or more of RAM memory without using GPU and maintaining the privacy of the data of the user that are processed on the client hardware. It is a closed source model with thirty free messages to test in the trial version. The paid version has no usage or availability limitations, allowing the user to make as many requests as he wants without changing the license price, which is fixed at $2.50 (two dollars and fifty cents/month) without readjustments.

from hurllm import HurLLM

hurllm = HurLLM(API_KEY='YOUR_API_KEY')
answer = hurllm.conversation(prompt='Your question here.')
print(answer)

            

Raw data

            {
    "_id": null,
    "home_page": "https://hurllm.web.app",
    "name": "hurllm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "LLM,Transformers,Artificial Intelligence,NLP,GPT",
    "author": "hurdotcom",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/43/42/4e205340ee751c7fd09689f1f9c91414486b2ecdbc9ee52c4c35f513e7ad/hurllm-1.0.9.tar.gz",
    "platform": null,
    "description": "HurLLM is a proprietary pre-trained Artificial Intelligence model for LLM (Large Language Model) with Transformers technology. It uses a parameter base trained through August 2023 and has fine-tuning added monthly thereafter. The HurLLM code library algorithm splits its processing between the local machine and the remote server hosting the model parameters. Floating point weights are read remotely via API and interpreted locally on your local machine, making it possible to run the code on any machine with 4 Gigabytes or more of RAM memory without using GPU and maintaining the privacy of the data of the user that are processed on the client hardware. It is a closed source model with thirty free messages to test in the trial version. The paid version has no usage or availability limitations, allowing the user to make as many requests as he wants without changing the license price, which is fixed at $2.50 (two dollars and fifty cents/month) without readjustments.\n\nfrom hurllm import HurLLM\n\nhurllm = HurLLM(API_KEY='YOUR_API_KEY')\nanswer = hurllm.conversation(prompt='Your question here.')\nprint(answer)\n",
    "bugtrack_url": null,
    "license": "Proprietary Software",
    "summary": "Closed source LLM model.",
    "version": "1.0.9",
    "project_urls": {
        "Download": "https://github.com/hurllm/hurllm1.0.0/archive/refs/heads/main.zip",
        "Homepage": "https://hurllm.web.app",
        "Source code": "https://github.com/hurllm/hurllm1.0.0"
    },
    "split_keywords": [
        "llm",
        "transformers",
        "artificial intelligence",
        "nlp",
        "gpt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43424e205340ee751c7fd09689f1f9c91414486b2ecdbc9ee52c4c35f513e7ad",
                "md5": "ab2db9bd33e69283fdc4a65e49278f69",
                "sha256": "995ef9f495082817d5e35b4bdc8fa40b05a66362fa4c376b168e6e11d3d8f51c"
            },
            "downloads": -1,
            "filename": "hurllm-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "ab2db9bd33e69283fdc4a65e49278f69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 48230378,
            "upload_time": "2023-08-28T01:45:22",
            "upload_time_iso_8601": "2023-08-28T01:45:22.413317Z",
            "url": "https://files.pythonhosted.org/packages/43/42/4e205340ee751c7fd09689f1f9c91414486b2ecdbc9ee52c4c35f513e7ad/hurllm-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-28 01:45:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hurllm",
    "github_project": "hurllm1.0.0",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hurllm"
}
        
Elapsed time: 0.09955s