nehulagrawal commited on
Commit
b6582e2
·
verified ·
1 Parent(s): 69fe261

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -105,8 +105,8 @@ def generate_text(prompt, max_length=2000):
105
  do_sample=True,
106
  temperature=0.7
107
  )
108
- return tokenizer.decode(output[0], skip_special_tokens=True)```
109
-
110
  4. Using LLM:
111
 
112
  ```python
 
105
  do_sample=True,
106
  temperature=0.7
107
  )
108
+ return tokenizer.decode(output[0], skip_special_tokens=True)
109
+ ```
110
  4. Using LLM:
111
 
112
  ```python