Update README.md
Browse files
README.md
CHANGED
|
@@ -63,9 +63,9 @@ target_ids = model.generate(input_ids, do_sample=True, max_new_tokens=50, top_p=
|
|
| 63 |
tokenizer.decode(target_ids[0])
|
| 64 |
# Output:
|
| 65 |
# > Write an essay about meditation. [EOI]Meditation, or "Meditation in the
|
| 66 |
-
Name of Love," is a common and well-accepted practice that improves one's
|
| 67 |
-
quality of life by giving the mind a chance to focus on something, such as a
|
| 68 |
-
new experience or a relationship. It
|
| 69 |
```
|
| 70 |
|
| 71 |
## Evaluation
|
|
|
|
| 63 |
tokenizer.decode(target_ids[0])
|
| 64 |
# Output:
|
| 65 |
# > Write an essay about meditation. [EOI]Meditation, or "Meditation in the
|
| 66 |
+
# Name of Love," is a common and well-accepted practice that improves one's
|
| 67 |
+
# quality of life by giving the mind a chance to focus on something, such as a
|
| 68 |
+
# new experience or a relationship. It
|
| 69 |
```
|
| 70 |
|
| 71 |
## Evaluation
|