versae commited on
Commit
5998f75
1 Parent(s): 6fa2622

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ from transformers import pipeline
35
 
36
  pipe = pipeline("text-generation", model=model, tokenizer=tokenizer)
37
  instruction = "Skriv en e-post der du ønsker velkommen til en ny medarbeider ved navn Svein"
38
- pipe.generate(f"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
39
 
40
  ### Instruction:
41
  {instruction}
 
35
 
36
  pipe = pipeline("text-generation", model=model, tokenizer=tokenizer)
37
  instruction = "Skriv en e-post der du ønsker velkommen til en ny medarbeider ved navn Svein"
38
+ pipe.generate(f"""Below is an instruction that describes a task. Write a response that appropriately completes the request.
39
 
40
  ### Instruction:
41
  {instruction}