opengpt


Nameopengpt JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/w-is-h/opengpt
SummaryOpenGPT a framework for producing grounded domain specific LLMs, and NHS-LLM a conversational model for healthcare made using OpenGPT.
upload_time2023-05-09 12:27:04
maintainer
docs_urlNone
authorw-is-h
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenGPT

A framework for making grounded instruction based datasets and training domain expert ChatGPT like models.


### How to

1. Collect a dataset
2. Write a prompt or use an existing prompt from the ./data/prompts.txt
3. Make a copy of the config.yaml file in ./data/ and make the necessary changes. Use the Prompt creation notebook from ./experiments
4. Create dataset using the Dataset Generation notebook from ./experiments

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/w-is-h/opengpt",
    "name": "opengpt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "w-is-h",
    "author_email": "w.kraljevic@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/59/55/7e0e5be76c8d4a446e969c36f64bda74fe385a44d52b43df90c1724b1fdc/opengpt-0.0.4.tar.gz",
    "platform": null,
    "description": "# OpenGPT\n\nA framework for making grounded instruction based datasets and training domain expert ChatGPT like models.\n\n\n### How to\n\n1. Collect a dataset\n2. Write a prompt or use an existing prompt from the ./data/prompts.txt\n3. Make a copy of the config.yaml file in ./data/ and make the necessary changes. Use the Prompt creation notebook from ./experiments\n4. Create dataset using the Dataset Generation notebook from ./experiments\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "OpenGPT a framework for producing grounded domain specific LLMs, and NHS-LLM a conversational model for healthcare made using OpenGPT.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/w-is-h/opengpt"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e3c1867381920dce89eb336741d4dc0b2663b5b566daca0d1f047d4c4790280",
                "md5": "8750e4e86e21d42395ba3aebe2c8931e",
                "sha256": "4ef20890df9e0f7ca8245a4e58ba10acf1d02d1a540d4a04732462e6e868d3a9"
            },
            "downloads": -1,
            "filename": "opengpt-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8750e4e86e21d42395ba3aebe2c8931e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11787,
            "upload_time": "2023-05-09T12:27:01",
            "upload_time_iso_8601": "2023-05-09T12:27:01.978733Z",
            "url": "https://files.pythonhosted.org/packages/6e/3c/1867381920dce89eb336741d4dc0b2663b5b566daca0d1f047d4c4790280/opengpt-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59557e0e5be76c8d4a446e969c36f64bda74fe385a44d52b43df90c1724b1fdc",
                "md5": "95786791f9ec210484f563cbafffcbbc",
                "sha256": "d7e8b81d53cee142a2a470cbba5916c1b6671091c50a79bb0785a50e4ddd9cc3"
            },
            "downloads": -1,
            "filename": "opengpt-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "95786791f9ec210484f563cbafffcbbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10469,
            "upload_time": "2023-05-09T12:27:04",
            "upload_time_iso_8601": "2023-05-09T12:27:04.761084Z",
            "url": "https://files.pythonhosted.org/packages/59/55/7e0e5be76c8d4a446e969c36f64bda74fe385a44d52b43df90c1724b1fdc/opengpt-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-09 12:27:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "w-is-h",
    "github_project": "opengpt",
    "github_not_found": true,
    "lcname": "opengpt"
}
        
Elapsed time: 0.06109s