versae commited on
Commit
538597f
1 Parent(s): 25279b9

Update README.md

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