arnavgrg commited on
Commit
7f7e5f7
1 Parent(s): c656caa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,12 +1,24 @@
1
  ---
2
  library_name: peft
3
  tags:
4
- - text-generation
5
  license: apache-2.0
6
  metrics:
7
- - loss
8
  language:
9
- - en
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  ## QLoRA weights using Llama-2-7b for the Code Alpaca Dataset
12
 
 
1
  ---
2
  library_name: peft
3
  tags:
4
+ - text-generation
5
  license: apache-2.0
6
  metrics:
7
+ - loss
8
  language:
9
+ - en
10
+ widget:
11
+ - text: >
12
+ Below is an instruction that describes a task, paired with an input that
13
+ provides further context. Write a response that appropriately completes
14
+ the request.
15
+
16
+ ### Instruction: Generate an SQL statement to add a row in the customers table where the columns are name, address, and city.
17
+
18
+ ### Input: name = John, address = 123 Main Street, city = Winter Park
19
+
20
+ ### Response:
21
+
22
  ---
23
  ## QLoRA weights using Llama-2-7b for the Code Alpaca Dataset
24