skill-ovos-fallback-dialogpt


Nameskill-ovos-fallback-dialogpt JSON
Version 0.0.0a1 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/skill-ovos-fallback-dialogpt
Summaryovos DialoGPT skill
upload_time2023-03-20 09:40:38
maintainer
docs_urlNone
authorJarbasAi
requires_python
licenseApache-2.0
keywords ovos skill plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DialoGPT Fallback Skill

When in doubt, ask DialoGPT, powered by [DialoGPT Persona](https://github.com/OpenVoiceOS/ovos-solver-plugin-dialogpt)

Offline alternative to ChatGPT skill  (GPT 2 based)

## About 

While this can not compete with [ChatGPT Persona](https://github.com/OpenVoiceOS/ovos-solver-plugin-openai-persona) it is an offline alternative, you can use any model from huggingface to have different personas

Find models [here](https://huggingface.co/models?pipeline_tag=conversational&search=dialogpt)

## Configuration

Under skill settings you can tweak some parameters for DialoGPT

- `model` - model to use, default `"microsoft/DialoGPT-medium"`

## Examples 

* "What is best in life?"
* "Do you like dogs"
* "Does God exist?"



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/skill-ovos-fallback-dialogpt",
    "name": "skill-ovos-fallback-dialogpt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ovos skill plugin",
    "author": "JarbasAi",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "",
    "platform": null,
    "description": "# DialoGPT Fallback Skill\n\nWhen in doubt, ask DialoGPT, powered by [DialoGPT Persona](https://github.com/OpenVoiceOS/ovos-solver-plugin-dialogpt)\n\nOffline alternative to ChatGPT skill  (GPT 2 based)\n\n## About \n\nWhile this can not compete with [ChatGPT Persona](https://github.com/OpenVoiceOS/ovos-solver-plugin-openai-persona) it is an offline alternative, you can use any model from huggingface to have different personas\n\nFind models [here](https://huggingface.co/models?pipeline_tag=conversational&search=dialogpt)\n\n## Configuration\n\nUnder skill settings you can tweak some parameters for DialoGPT\n\n- `model` - model to use, default `\"microsoft/DialoGPT-medium\"`\n\n## Examples \n\n* \"What is best in life?\"\n* \"Do you like dogs\"\n* \"Does God exist?\"\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ovos DialoGPT skill",
    "version": "0.0.0a1",
    "split_keywords": [
        "ovos",
        "skill",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62c13dbd63e253dec218e9c4bb8e9e9921fc4c2f7eb3b27b7eaaa1d2a59d5a5d",
                "md5": "0fdaf663563b822085795cc01acef778",
                "sha256": "32b215906ffa880bbe04a4330e8024d64fe296cb603bbbd7f01ce08893a77f64"
            },
            "downloads": -1,
            "filename": "skill_ovos_fallback_dialogpt-0.0.0a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0fdaf663563b822085795cc01acef778",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14733,
            "upload_time": "2023-03-20T09:40:38",
            "upload_time_iso_8601": "2023-03-20T09:40:38.542871Z",
            "url": "https://files.pythonhosted.org/packages/62/c1/3dbd63e253dec218e9c4bb8e9e9921fc4c2f7eb3b27b7eaaa1d2a59d5a5d/skill_ovos_fallback_dialogpt-0.0.0a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-20 09:40:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "OpenVoiceOS",
    "github_project": "skill-ovos-fallback-dialogpt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "skill-ovos-fallback-dialogpt"
}
        
Elapsed time: 0.04573s