Update README.md
Browse files
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
|