Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ with torch.inference_mode():
|
|
61 |
```
|
62 |
|
63 |
|
64 |
-
There are many different parameters you can input into `kwargs` for different results (greedy, beamsearch, different
|
65 |
|
66 |
You can view the full list of parameters you can pass to the `generate` function [here](https://huggingface.co/docs/transformers/v4.33.0/en/main_classes/text_generation#transformers.GenerationMixin.generate).
|
67 |
|
|
|
61 |
```
|
62 |
|
63 |
|
64 |
+
There are many different parameters you can input into `kwargs` for different results (greedy, beamsearch, different sampling configurations, longer/shorter respones, etc.).
|
65 |
|
66 |
You can view the full list of parameters you can pass to the `generate` function [here](https://huggingface.co/docs/transformers/v4.33.0/en/main_classes/text_generation#transformers.GenerationMixin.generate).
|
67 |
|