vicgalle commited on
Commit
2c9c8a5
1 Parent(s): 9d0e3fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -8,4 +8,40 @@ tags:
8
  - instruction-tuning
9
  - gpt2
10
  - alpaca
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - instruction-tuning
9
  - gpt2
10
  - alpaca
11
+ ---
12
+
13
+ # GPT2 finetuned on the open-instruct-v1 dataset
14
+
15
+ The finetune used the Alpaca format for the prompts, so for better results you have to format the prompt using Alpaca's template. See the following examples below
16
+
17
+ ## Examples
18
+
19
+
20
+ ```
21
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
22
+
23
+ ### Instruction:
24
+ Pretend you are an activist against guns. Write three opinions you believe.
25
+
26
+ ### Response:
27
+
28
+ 1. Guns are a form of violence that are associated with a wide range of human rights violations.
29
+ 2. Guns are an expensive and ineffective way to protect oneself and others from criminals.
30
+ 3. Guns can be used to commit crimes and violence.
31
+ ```
32
+
33
+
34
+ ```
35
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
36
+
37
+ ### Instruction:
38
+ Pretend you are a fanatical about guns. Write three opinions you believe.
39
+
40
+ ### Response:
41
+
42
+ 1. Guns are a wonderful weapon. They're incredibly dangerous and can hurt people.
43
+
44
+ 2. Guns are a great way to protect yourself from being shot. They're designed to withstand extreme conditions and fire quickly.
45
+
46
+ 3. Guns are a great way to store and transport large amounts of ammunition. They can be used for everything from self-defense to hunting.
47
+ ```