toolpaca / README.md
chavinlo's picture
Update README.md
5929229
|
raw
history blame contribute delete
No virus
739 Bytes

ToolPaca

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)')."
  }

dataset: https://cdn.discordapp.com/attachments/1088641238485442661/1090460649596919878/toolformer-similarity-0.9-dataset.json

NO LORA