maicomputer commited on
Commit
c04a89f
·
verified ·
1 Parent(s): 5929229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -20
README.md CHANGED
@@ -1,20 +0,0 @@
1
- # ToolPaca
2
-
3
- based off https://huggingface.co/chavinlo/gpt4-x-alpaca
4
-
5
- """"""""""toolformer""""""""""
6
-
7
- sample:
8
-
9
- ```json
10
- {
11
- "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.",
12
- "input": "48, 36",
13
- "response": "The greatest common divisor is python('import math; math.gcd(48, 36)')."
14
- }
15
- ```
16
-
17
-
18
- dataset: https://cdn.discordapp.com/attachments/1088641238485442661/1090460649596919878/toolformer-similarity-0.9-dataset.json
19
-
20
- NO LORA