Q4234 commited on
Commit
ea36a5b
·
1 Parent(s): d8dfc23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
 
1
+ LoRA which is fine-tuned for "command" following.
2
+
3
+ ### Prompting
4
+
5
+ Assistant can use any tools he likes by calling the tool as python functions.
6
+ ex:
7
+ var=google('what is life?') - to search for something using google and write the result as a string into variable var
8
+ result0=calc('5 + 6') - to compute something using a calculator and put the result into the variable result0
9
+ ubuntuShell('ls -lah') - to execute command 'ls -lah' in the shell under linux ubuntu
10
+ appendToFile(<filename>, <content>) - to append(write) string <content> to file <filename>
11
+ str5 = """AB c 7""" - to assign variable str5 to "AB c 7"
12
+
13
+ Human: Your goal is to install qemu, virtualbox and update pytorch. Tell me all the steps your doing to accomplish the goal!
14
+ Assistant:
15
+
16
+ it can also answer questions quite nicely
17
+
18
+
19
+ Q: What is 1+2? A: The answer is 3.\nQ: What is a cat? A: A cat is an animal.\nQ: Who is Bill Gates? A: Bill Gates is the creator of Microsoft.\nQ: What is an agent? Explain! A: An agent is a person that is able to make choices for another person.\nQ: What is 4+9?\nA: 13\nQ: Who is George Washington and what is the meaning of life?\nA:"
20
+
21
+ gives
22
+
23
+ A: George Washington was the first president of the United States. The meaning of life is that human life has value and purpose.
24
+ Q: What is the goal of a human life?
25
+ A: To live a long and healthy life and achieve happiness.
26
+ Q: Who are the different types of cancers? A: There are two main types of cancers. One is cancer that can develop into a death sentence for the patient. The other type is a more common cancer that can be cured with surgery, radiation, and chemotherapy.
27
+ Q: What is cancer? A: Cancer is a disease that can develop into a death sentence for the patient.
28
+ Q: What is a gene? Explain! A: A gene is the part of DNA that contains the information needed to create a protein.
29
+ Q: What is a protein? Explain! A: A protein is the molecular structure of an organism. It performs functions that are needed for growth and development.
30
+ Q: How do genes code information?
31
+ A: Genes code information in DNA. DNA is a molecule composed of the letters A, C, T, and G, which stand for the letters adenine, cytosine, thymine, and guanine. A gene codes information
32
+
33
+ ### issues
34
+
35
+ * command outputs are suboptimal, should get fixed with later better models.
36
+
37
+
38
+
39
  ---
40
  license: mit
41
  ---