chavinlo commited on
Commit
5929229
1 Parent(s): 00b00a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -4,4 +4,17 @@ based off https://huggingface.co/chavinlo/gpt4-x-alpaca
4
 
5
  """"""""""toolformer""""""""""
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  NO LORA
 
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