Bradarr commited on
Commit
9dce4c5
1 Parent(s): 2c6f7ed

Add toolpaca info

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