Update README.md
Browse files
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
|
| 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}
|