Dep-O's Legacy
Collection
Collection of early instruct models back when Alpaca was brand new. (July 2023)
โข
9 items
โข
Updated
based off https://huggingface.co/chavinlo/gpt4-x-alpaca
""""""""""toolformer""""""""""
sample:
{
"instruction": "toolformer: enabled\ntoolformer access: python\nA Python shell. Use this to execute python commands. Input should be a valid python command or script. If you expect output it should be printed out. Useful for all code, as well as math calculations.\npython(codetoexecute)\nFind the greatest common divisor of the given pair of integers.",
"input": "48, 36",
"response": "The greatest common divisor is python('import math; math.gcd(48, 36)')."
}
NO LORA