Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,7 @@ question = "If you had a time machine but could only go to the past or the futur
|
|
43 |
# Generate output
|
44 |
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
45 |
print(output["generated_text"])
|
|
|
46 |
|
47 |
## Training Procedure
|
48 |
|
|
|
43 |
# Generate output
|
44 |
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
45 |
print(output["generated_text"])
|
46 |
+
```
|
47 |
|
48 |
## Training Procedure
|
49 |
|