Update README.md
Browse files
README.md
CHANGED
@@ -115,7 +115,7 @@ def generate_text(input_text, device='cpu'):
|
|
115 |
|
116 |
# Generate text
|
117 |
input_text = "Earth revolves around the"
|
118 |
-
print("Direct
|
119 |
```
|
120 |
|
121 |
### Fine-tuning & Downstream Use
|
|
|
115 |
|
116 |
# Generate text
|
117 |
input_text = "Earth revolves around the"
|
118 |
+
print("Direct Output:", generate_text(input_text))
|
119 |
```
|
120 |
|
121 |
### Fine-tuning & Downstream Use
|