Fixed typo
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ _ = model.generate(input_ids = inputs, streamer = text_streamer, max_new_tokens
|
|
79 |
use_cache = True, temperature = 1.5, min_p = 0.1)
|
80 |
```
|
81 |
|
82 |
-
##
|
83 |
|
84 |
**Input**:
|
85 |
```
|
|
|
79 |
use_cache = True, temperature = 1.5, min_p = 0.1)
|
80 |
```
|
81 |
|
82 |
+
## Example 1
|
83 |
|
84 |
**Input**:
|
85 |
```
|