samkeet commited on
Commit
b8f142b
·
verified ·
1 Parent(s): f26cad0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 Model Output:", generate_text(input_text))
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