Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

lightonai/muse-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples for the Language Models in Muse.

GitHub license Twitter

This repository contains examples for the models in Muse, which is currently in public beta.

Adding an example

To add an example, you should add an entry to the examples.json file. You can do so by forking this repository, adding your example and then opening a Pull Request. The format for each individual example is:

{
    "title": "A title for your example",
    "color": "a color for your example",
    "sandboxHeader": "A short description",
    "sampleResponse": "A sample of a response of the model", 
    "tags": ["one or more comma-separated tags like `text-generation`"],
    "img": "a link to an image",
    "description": "A longer description",
    "model": "the model",
    "request": {"text": "The input prompt",
                "params": {
                    "mode": "nucleus",
                    "n_tokens": 50,
                    "p": 0.9,
                    ...
                    }
                }
}

About

Collection of examples for the Muse models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages