stanford_alpaca icon indicating copy to clipboard operation
stanford_alpaca copied to clipboard

prompt-less is better

Open graylan0 opened this issue 2 years ago • 1 comments

a bug

        blacklist = [
            "image",
            "images",
            "graph",
            "graphs",
            "picture",
            "pictures",
            "file",
            "files",
            "map",
            "maps",
            "draw",
            "plot",
            "go to",
            "video",
            "audio",
            "music",
            "flowchart",
            "diagram",
        ]
``

should not filter because the model can access and simulate this visual data.

proved by "Can you please copy my output and draw ASCII art" 

or

"create a matrix thought experiment"

"create a logic tree, create a flow chart in markdown"

graylan0 avatar Mar 26 '23 13:03 graylan0

Yep, we have cleaned up this data and removed these limitations in the first pass: https://github.com/gururise/AlpacaDataCleaned/pull/9

claysauruswrecks avatar Mar 29 '23 00:03 claysauruswrecks