MaziyarPanahi commited on
Commit
5f9fa08
1 Parent(s): 8f00e55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,5 +1,17 @@
1
  ---
2
  library_name: peft
 
 
 
 
 
 
 
 
 
 
 
 
3
  base_model: meta-llama/Llama-2-7b-hf
4
  license: llama2
5
  datasets:
 
1
  ---
2
  library_name: peft
3
+ widget:
4
+ - text: 'Below is an instruction that describes a task, paired with an input that
5
+ provides further context. Write a response that appropriately completes the request.
6
+ ### Instruction: Generate an SQL statement to add a row in the customers table
7
+ where the columns are name, address, and city.
8
+ ### Input: name = John, address = 123 Main Street, city = Winter Park
9
+ ### Response:
10
+ '
11
+ inference:
12
+ parameters:
13
+ temperature: 0.1
14
+ max_new_tokens: 1024
15
  base_model: meta-llama/Llama-2-7b-hf
16
  license: llama2
17
  datasets: